mirror of https://github.com/pvnis/srsRAN_4G.git
rlc interface: convert entire read_pdu() interface to return uint32_t
we had it returning int but had a bug in using the return value properly, i.e. handling when -1 was returned in RLC TM. Thinking about it more, it doesn't make sense to have a negative return value here anyway. Either the RLC can return a PDU or not. If it can't the returned lenght is zero.master
parent
539ca47fe2
commit
c0be8187c8
Loading…
Reference in New Issue