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
..
enb_command_interface.h rename srsLTE to srsRAN 4 years ago
enb_gtpu_interfaces.h gtpu - added comments, updated expected construct, handled in rrc the case a gtpu teid fails to allocate 4 years ago
enb_interfaces.h refactor - removal of stack-gtpu interface, and use of socket manager interface instead 4 years ago
enb_mac_interfaces.h avoid allocation of dl_sched_list and ul_sched_t by converting a std::vector to bounded_vector 4 years ago
enb_metrics_interface.h implementation of memory pool with individual memory blocks per UE that get accessed via their rnti 4 years ago
enb_pdcp_interfaces.h rename srsLTE to srsRAN 4 years ago
enb_phy_interfaces.h rename srsLTE to srsRAN 4 years ago
enb_rlc_interfaces.h rename srsLTE to srsRAN 4 years ago
enb_rrc_interface_types.h rename srsLTE to srsRAN 4 years ago
enb_rrc_interfaces.h Added check for consequetive KOs in MAC. Change set_activity_user to pass activity and max KOs to RRC and trigger RLF timeout. 4 years ago
enb_s1ap_interfaces.h rename srsLTE to srsRAN 4 years ago
epc_interfaces.h rename srsLTE to srsRAN 4 years ago
gnb_interfaces.h rename srsLTE to srsRAN 4 years ago
mac_interface_types.h proc_bsr: initial BSR procedure for NR 4 years ago
nr_common_interface_types.h rename srsLTE to srsRAN 4 years ago
pdcp_interface_types.h pdcp,rlc: increase number of PDCP SDUs for notification from RLC 4 years ago
phy_interface_types.h rename srsLTE to srsRAN 4 years ago
radio_interfaces.h rename srsLTE to srsRAN 4 years ago
rlc_interface_types.h rename srsLTE to srsRAN 4 years ago
rrc_interface_types.h Added functions for rrc reestablishing procedure if nr reconfig failes 4 years ago
rrc_nr_interface_types.h Fix NR TDD pattern configuration 4 years ago
sched_interface.h rename srsLTE to srsRAN 4 years ago
ue_gw_interfaces.h Added gw interface if it is running 4 years ago
ue_interfaces.h rename srsLTE to srsRAN 4 years ago
ue_mac_interfaces.h rename srsLTE to srsRAN 4 years ago
ue_nas_interfaces.h rename srsLTE to srsRAN 4 years ago
ue_nr_interfaces.h mux_nr: improve logging when building UL MAC PDU 4 years ago
ue_pdcp_interfaces.h Added functionality for releasing a NR bearer 4 years ago
ue_phy_interfaces.h rename srsLTE to srsRAN 4 years ago
ue_rlc_interfaces.h rename srsLTE to srsRAN 4 years ago
ue_rrc_interfaces.h avoid allocating std::string to get lcid radio bearer name. Refactored the lte radio bearer enum type 4 years ago
ue_usim_interfaces.h Adding NR phy config RRC parsing 4 years ago