srsLTE/lib/src
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
..
asn1 Implemented initial PBCH decoder and refactored SSB candidate selection 2021-05-26 14:19:34 +02:00
common threads: disable thread attributes when compiled with TSAN 2021-06-02 09:36:44 +02:00
mac sched,bugfix: The PHR handling scheme now considers the number of PRBs of the UL grant that carried the PHR. Before, it was assuming the most conservative scenario of Nprb=1 2021-06-03 15:33:38 +01:00
phy Refactor PDCCH encode/decode unit test 2021-06-04 11:13:23 +02:00
radio rf_imp: fix race when stopping gain thread 2021-06-01 22:44:12 +02:00
srslog - Add a mutex with priority inheritance for srslog internal structures. 2021-05-18 09:28:03 +02:00
system Fixed typo 2021-03-24 12:01:12 +01:00
upper 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