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 ensure the DL mask count is reduced enough to fit required bytes 4 years ago
asn1 Integrate periodic SSB measurement in SRSUE and fix related defects 4 years ago
common simplification of multiqueue design. 4 years ago
interfaces fixing support for extended Cyclic Prefix 4 years ago
mac Fix append NR to loggers for NR components 4 years ago
phy fixing support for extended Cyclic Prefix 4 years ago
radio rename srsLTE to srsRAN 4 years ago
rrc rename srsLTE to srsRAN 4 years ago
srslog - Add a mutex with priority inheritance for srslog internal structures. 4 years ago
system - Renamed log to logger. 4 years ago
test all: bunch of pass by const& changes suggested by LGTM 4 years ago
upper rlc_am_lte: refactor retransmit_pdu() to send different SNs 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago
build_info.h.in rename srsLTE to srsRAN 4 years ago
config.h rename srsLTE to srsRAN 4 years ago
srsran.h Integrate periodic SSB measurement in SRSUE and fix related defects 4 years ago
version.h.in rename srsLTE to srsRAN 4 years ago