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
..
adt integrated new observer pattern into phy controller fsm 4 years ago
asn1 SRSENB: fix MAC pending PHY config 4 years ago
common add circular array class to simplify access to truly circular arrays 4 years ago
interfaces rlc: increase RLC Tx SDU queue 4 years ago
mac Fix compilation warning with unecessary comparison. 4 years ago
phy -adding more prach tests to make test, removing some variables from stack 4 years ago
radio Radio: added locks to protect sample rate change concurrent access 4 years ago
rrc using new rrc obj id util methods in handover code 5 years ago
srslog Import srslog into srsue (#1556) 4 years ago
test Fix the order of HO/reest measurement actions (#1696) 4 years ago
upper rlc: remove unused macro 4 years ago
CMakeLists.txt Updated copyright 5 years ago
build_info.h.in Updated copyright 5 years ago
config.h Updated copyright 5 years ago
srslte.h Initial Wiener channel estimator 5 years ago
version.h.in Updated copyright 5 years ago