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
..
examples rename srsLTE to srsRAN 4 years ago
include pdcp,rlc: increase number of PDCP SDUs for notification from RLC 4 years ago
src pdcp,rlc: increase number of PDCP SDUs for notification from RLC 4 years ago
test mac_nr: add error handling when unpacking SCH MAC PDU 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago