srsLTE/srsue
Andre Puschmann c0be8187c8 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.
2021-06-04 13:23:54 +02:00
..
hdr rrc,rlc: add method to signal protocol failure to RRC 2021-06-03 21:11:47 +02:00
src rlc interface: convert entire read_pdu() interface to return uint32_t 2021-06-04 13:23:54 +02:00
test rlc interface: convert entire read_pdu() interface to return uint32_t 2021-06-04 13:23:54 +02:00
CMakeLists.txt rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
ue.conf.example fixing support for extended Cyclic Prefix 2021-05-20 18:16:15 +02:00