srsLTE/lib/test
Francisco f2a56c9139 simplification of multiqueue design.
- the consumer does multi-staged waiting:
  1. spins first across all queues in a RR fashion
  2. each queue access is done with a try_lock.
  3. if the try_lock fails, it increases the number of spins needed
  2. if no queue had data, the consumer sleeps for 100 usec.
- no differentiation between queues, in terms of notification features
2021-05-24 17:24:12 +02:00
..
adt add comment explaining the use case of cached_alloc 2021-05-06 18:06:10 +01:00
asn1 Added PDSCH DMRS aditional unpacking 2021-04-28 20:23:52 +02:00
common simplification of multiqueue design. 2021-05-24 17:24:12 +02:00
mac mac_nr: add error handling when unpacking SCH MAC PDU 2021-04-12 18:26:31 +02:00
phy fixing support for extended Cyclic Prefix 2021-05-20 18:16:15 +02:00
srslog - Add a mutex with priority inheritance for srslog internal structures. 2021-05-18 09:28:03 +02:00
upper rlc_am_test: fix TSAN isses and removing info log when dropping PDU 2021-05-20 13:41:07 +02:00
CMakeLists.txt rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00