You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
adt lib,bugfix: fix blocking queue unit test. Dtor cannot destroy object while a thread is still pushing data 3 years ago
asn1 Added PDSCH DMRS aditional unpacking 4 years ago
common compile: fix compilation on 32bit systems that require -latomic 3 years ago
mac rlc interface: convert entire read_pdu() interface to return uint32_t 3 years ago
phy Added SNR to phy_dl_test 3 years ago
srslog - Add a mutex with priority inheritance for srslog internal structures. 4 years ago
upper rlc_am_test: fix status PDU test and add extra test for failure signaling 3 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago