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
..
hdr optimization - only allow some multiqueue queues to notify the multiqueue consumer of the arrival of tasks 4 years ago
src simplification of multiqueue design. 4 years ago
test fixing support for extended Cyclic Prefix 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago
drb.conf.example Fix issue in getting PDCP discard timer from configs 4 years ago
enb.conf.example fixing support for extended Cyclic Prefix 4 years ago
rr.conf.example rrc - make t304 configurable via rr.conf 4 years ago
sib.conf.example change default sib and rr conf PUCCH-specific default values to decrease the size of PUCCH 4 years ago
sib.conf.mbsfn.example updating sib13 config for mbms, fixing small bug with metrics 4 years ago