srsLTE/lib/include/srsran/upper
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
2021-04-12 20:09:20 +02:00
..
bearer_mem_pool.h rlc - usage of memory pool to allocate RLC bearers 2021-04-09 12:54:22 +01:00
byte_buffer_queue.h Changed discard_if to appyly_if in circular_buffer.h. 2021-03-24 00:57:58 +00:00
gtpu.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
ipv6.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
pdcp.h Added functionality for releasing a NR bearer 2021-04-08 17:37:36 +02:00
pdcp_entity_base.h Refactor pdcp ctor seperate the configure function 2021-04-08 19:08:17 +02:00
pdcp_entity_lte.h pdcp,rlc: increase number of PDCP SDUs for notification from RLC 2021-04-12 20:09:20 +02:00
pdcp_entity_nr.h Refactor pdcp ctor seperate the configure function 2021-04-08 19:08:17 +02:00
pdcp_metrics.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
rlc.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
rlc_am_base.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
rlc_am_lte.h pdcp,rlc: increase number of PDCP SDUs for notification from RLC 2021-04-12 20:09:20 +02:00
rlc_am_nr.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
rlc_common.h rlc - usage of memory pool to allocate RLC bearers 2021-04-09 12:54:22 +01:00
rlc_metrics.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
rlc_tm.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
rlc_um_base.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
rlc_um_lte.h rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
rlc_um_nr.h rlc_um_nr: fix packing/unpacking of PDUs with 12bit SN 2021-03-25 08:06:49 +01:00