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 48537f3fe7 pdcp,rlc: increase number of PDCP SDUs for notification from RLC
the current value of 256 limits the number of PDCP SDUs that can be
notified from RLC. The limit is quickly hit when too many SDUs
are in flight. This can cause unwanted log entries and weird PDCP
behaviour.

the patch increases the value to 1024, which still can be too few if
many smaller SDUs are traveling.

The patch also set the log level to warning to quicker spot
misconfigs in logs.

Fixes #2616
4 years ago
..
adt forbid allocations when dispatching task to thread pool 4 years ago
asn1 Added NR-RRC RACH parsing 4 years ago
common fix recursive call to get rb name 4 years ago
interfaces pdcp,rlc: increase number of PDCP SDUs for notification from RLC 4 years ago
mac mac_nr: add error handling when unpacking SCH MAC PDU 4 years ago
phy Review soft demodulator zero check 4 years ago
radio rename srsLTE to srsRAN 4 years ago
rrc rename srsLTE to srsRAN 4 years ago
srslog - Introduce a new tracer scoped object that only records if the event duration exceeds the programmed threshold. 4 years ago
system - Renamed log to logger. 4 years ago
test rename srsLTE to srsRAN 4 years ago
upper pdcp,rlc: increase number of PDCP SDUs for notification from RLC 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 rename srsLTE to srsRAN 4 years ago
version.h.in rename srsLTE to srsRAN 4 years ago