aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-11-26 11:55:56 +0100
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-11-27 15:09:10 +0100
commitacfb883011552a54c1d5b1b727466a3f29768e61 (patch)
treeea57001393c25edf89cb5ea3c6018654bf4ba240 /examples
parent42aba81c2f8c8313fcbf85ee422d6b747107d98a (diff)
pcu: Improve default config
Currently the optional features dl-tbf-idle-time and idle-ack-delay are not enabled when using the default config. Without the former, the packet loss is significantly increased since CoDel is enabled by default, eventually throwing away packets from ongoing paging and TBF establishment procedures. This commit changes the default config for satisfactory results even with a single PDCH. Sponsored-by: On-Waves ehf
Diffstat (limited to 'examples')
-rw-r--r--examples/osmo-pcu.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/osmo-pcu.cfg b/examples/osmo-pcu.cfg
index b88e6e7b..909a833a 100644
--- a/examples/osmo-pcu.cfg
+++ b/examples/osmo-pcu.cfg
@@ -4,3 +4,7 @@ pcu
alloc-algorithm dynamic
alpha 0
gamma 0
+ ! Keep the DL TBF open for 2s
+ dl-tbf-idle-time 2000
+ ! Poll the MS for ack 100ms after the last DL LLC frame
+ queue idle-ack-delay 10