From 3449a61032cbf91f1a042e02264142b4df3d61a7 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Mon, 17 Aug 2015 16:16:51 +0200 Subject: 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 --- examples/osmo-pcu.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 -- cgit v1.2.3