srsLTE/srsue/test
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
..
phy ue_phy_test: fix test 2021-06-02 09:36:44 +02:00
ttcn3 rrc,rlc: add method to signal protocol failure to RRC 2021-06-03 21:11:47 +02:00
upper compile: fix compilation on 32bit systems that require -latomic 2021-06-03 20:45:02 +02:00
CMakeLists.txt mac_nr: add support for periodic BSR reporting 2021-04-09 12:28:05 +02:00
mac_test.cc rlc interface: convert entire read_pdu() interface to return uint32_t 2021-06-04 13:23:54 +02:00
metrics_test.cc Initial NR PHY interface 2021-04-13 16:02:53 +02:00