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
..
bearer_mem_pool.h rlc - usage of memory pool to allocate RLC bearers 4 years ago
byte_buffer_queue.h Changed discard_if to appyly_if in circular_buffer.h. 4 years ago
gtpu.h rename srsLTE to srsRAN 4 years ago
ipv6.h rename srsLTE to srsRAN 4 years ago
pdcp.h Added functionality for releasing a NR bearer 4 years ago
pdcp_entity_base.h Refactor pdcp ctor seperate the configure function 4 years ago
pdcp_entity_lte.h pdcp,rlc: increase number of PDCP SDUs for notification from RLC 4 years ago
pdcp_entity_nr.h Refactor pdcp ctor seperate the configure function 4 years ago
pdcp_metrics.h rename srsLTE to srsRAN 4 years ago
rlc.h rename srsLTE to srsRAN 4 years ago
rlc_am_base.h rename srsLTE to srsRAN 4 years ago
rlc_am_lte.h pdcp,rlc: increase number of PDCP SDUs for notification from RLC 4 years ago
rlc_am_nr.h rename srsLTE to srsRAN 4 years ago
rlc_common.h rlc - usage of memory pool to allocate RLC bearers 4 years ago
rlc_metrics.h rename srsLTE to srsRAN 4 years ago
rlc_tm.h rename srsLTE to srsRAN 4 years ago
rlc_um_base.h rename srsLTE to srsRAN 4 years ago
rlc_um_lte.h rename srsLTE to srsRAN 4 years ago
rlc_um_nr.h rlc_um_nr: fix packing/unpacking of PDUs with 12bit SN 4 years ago