srsLTE/srsue
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
..
hdr fixing support for extended Cyclic Prefix 2021-05-20 18:16:15 +02:00
src simplification of multiqueue design. 2021-05-24 17:24:12 +02:00
test Added file option to NR cell search test 2021-05-18 18:41:03 +02:00
CMakeLists.txt rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
ue.conf.example fixing support for extended Cyclic Prefix 2021-05-20 18:16:15 +02:00