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.
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
4 years ago
..
adt add comment explaining the use case of cached_alloc 4 years ago
asn1 Added PDSCH DMRS aditional unpacking 4 years ago
common simplification of multiqueue design. 4 years ago
mac mac_nr: add error handling when unpacking SCH MAC PDU 4 years ago
phy fixing support for extended Cyclic Prefix 4 years ago
srslog - Add a mutex with priority inheritance for srslog internal structures. 4 years ago
upper rlc_am_test: fix TSAN isses and removing info log when dropping PDU 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago