aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-08-17 16:16:51 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-08-17 16:16:51 +0200
commit3449a61032cbf91f1a042e02264142b4df3d61a7 (patch)
tree092bde9ce01b318fbf9878321046c4784dc54d0a /examples
parent1c3b8998bc6d9d6f78a2bc29ac1f0ba9cffa4fb8 (diff)
pcu: Update example config file
This commits sets the initial CS to 2 to allow a successful connection setup if the radio link has a low quality. The slot allocation algorithm is changed to 'dynamic', which is the binary's current default anyway. Sponsored-by: On-Waves ehf
Diffstat (limited to 'examples')
-rw-r--r--examples/osmo-pcu.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/osmo-pcu.cfg b/examples/osmo-pcu.cfg
index 8e5bd51c..b88e6e7b 100644
--- a/examples/osmo-pcu.cfg
+++ b/examples/osmo-pcu.cfg
@@ -1,6 +1,6 @@
pcu
flow-control-interval 10
- cs 4
- alloc-algorithm b
+ cs 2
+ alloc-algorithm dynamic
alpha 0
gamma 0