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 6a56476b2a rlc: increase RLC Tx SDU queue
the Tx SDU has been set to 128 PDUs because this gives approx.
150kByte UL buffer state (max value for Rel 8 BSR).

Previously, however, we've always reported too much pending UL
data because we weren't subtracting the transmitted data from
the reported data.

with this newer BSR reporting, however, even with full buffers we would
never report full buffers because the queues size is too short.

This seems to cause issues for iperf TCP sessions not resulting
in full DL rate, see isse #1703. It seems that the TCP bandwitdh
probing works better with larger buffers (in our case this can
only be achieved with more PDUs in the pool).

This should fix #1703
4 years ago
..
enb_command_interface.h SRSENB: implement console cell_gain command 4 years ago
enb_interfaces.h implemented s1 handover cancellation procedure to force the target enb to release the ue ctxt 4 years ago
enb_metrics_interface.h Updated copyright 5 years ago
enb_rrc_interface_types.h updated rrc mobility parsing. added some utility methods 5 years ago
epc_interfaces.h Updated copyright 5 years ago
gnb_interfaces.h pdcp,rlc: refactor SDU queueing policy 4 years ago
mac_interface_types.h break down rrc_interface_types.h into multiple files. moved pdcp_config.h to same folder 5 years ago
nr_common_interface_types.h created a global map of lcids to srbs/drbs for NR 5 years ago
pdcp_interface_types.h Split PDCP tx_count state variable into tx_hfn and next_pdcp_tx_sn 4 years ago
radio_interfaces.h SRSUE: initial scell sync 4 years ago
rlc_interface_types.h rlc: increase RLC Tx SDU queue 4 years ago
rrc_interface_types.h disable carrier aggregation when ue release is below 10 or category is below 5 4 years ago
sched_interface.h More accurate MCS reduction when PUSCH carries UCI (#1630) 4 years ago
ue_interfaces.h Fix the order of HO/reest measurement actions (#1696) 4 years ago
ue_nr_interfaces.h fix license year 5 years ago