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.
Andre Puschmann 59e1bca3f5 rlc_am_lte: fix potential crash when attempting to resize tx queue
under some circumstances it could happen that the RLC is configured
when SDUs are already being written to the queue. The resize
operation of the underlying container would fail in this case.

Make sure to empty the queue before doing the resize.
3 years ago
..
adt Fix the default constructor of the optional class to avoid a spurious uninitialized value warning in older GCC versions (seen for ARM32 and GCC 8.3). 3 years ago
asn1 Added NAS 5G functions incoming msg and reg proc 3 years ago
common Whitelist the TSAN lock order inversion issue in srsenb::mac::rlc_buffer_state. 3 years ago
interfaces sched,nr: fix handling of DL BSR in NR scheduler and computation of UCI 3 years ago
mac ue,mac_nr: move BSR levels lookup table into lib header 3 years ago
phy Initial NR-MIB packing/unpacking 3 years ago
radio Refactored worker_end mechanism for concurrent workers 3 years ago
rlc rlc_am_lte: fix potential crash when attempting to resize tx queue 3 years ago
rrc rename srsLTE to srsRAN 4 years ago
srslog Implement a new option to flush the file sink contents on every write. 3 years ago
support sched,nr: fix sched RAR NR test; update test assert macros 3 years ago
system Fills the value of the number of cpus for the system_metrics_t and 3 years ago
test rrc,ue: for RRC conn release, delay transition to RRC idle by 60ms as per TS 36.331 3 years ago
upper Added GTPU PDU Session header parsing 3 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 Refactored NR HARQ ACK feedback 3 years ago
version.h.in rename srsLTE to srsRAN 4 years ago