aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2021-08-22 21:13:52 +0200
committerneels <nhofmeyr@sysmocom.de>2021-09-11 13:10:33 +0000
commit494b2511092670b2315dc9b2a43f505b3fef1b3d (patch)
treea20c4614608a7af98b214cc7e00e95d5eabdf0a9 /tests
parentda7c56ab8e1996b9d60ecaa61ecec67c064d2a41 (diff)
early IA: change default X15 timer to 0 ms
Tests have shown that even a delay of 0, i.e. a simple defer until the next select() loop, makes the difference from failing to working early IA. So set the default to 0, achieving such defer. Related: SYS#5559 Change-Id: I95365649edd51114bcf6028f0dc3bbe4186f96d2
Diffstat (limited to 'tests')
-rw-r--r--tests/osmo-bts.vty10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/osmo-bts.vty b/tests/osmo-bts.vty
index e39d3040..48730304 100644
--- a/tests/osmo-bts.vty
+++ b/tests/osmo-bts.vty
@@ -68,7 +68,7 @@ OsmoBTS> show timer ?
OsmoBTS> show timer
bts: X1 = 300 s Time after which osmo-bts exits if regular ramp down during shut down process does not finish (s) (default: 300 s)
bts: X2 = 3 s Time after which osmo-bts exits if requesting transceivers to stop during shut down process does not finish (s) (default: 3 s)
-abis: X15 = 50 ms Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 50 ms)
+abis: X15 = 0 ms Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 0 ms)
OsmoBTS> show timer bts ?
[TNNNN] T- or X-timer-number -- 3GPP compliant timer number of the format '1234' or 'T1234' or 't1234'; Osmocom-specific timer number of the format: 'X1234' or 'x1234'.
OsmoBTS> show timer bts
@@ -81,7 +81,7 @@ bts: X2 = 3 s Time after which osmo-bts exits if requesting transceivers to stop
OsmoBTS> show timer abis ?
[TNNNN] T- or X-timer-number -- 3GPP compliant timer number of the format '1234' or 'T1234' or 't1234'; Osmocom-specific timer number of the format: 'X1234' or 'x1234'.
OsmoBTS> show timer abis X15
-abis: X15 = 50 ms Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 50 ms)
+abis: X15 = 0 ms Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 0 ms)
OsmoBTS> show e1_driver ?
<cr>
@@ -215,13 +215,13 @@ OsmoBTS(config)# timer bts X1
bts: X1 = 300 s Time after which osmo-bts exits if regular ramp down during shut down process does not finish (s) (default: 300 s)
OsmoBTS(config)# timer abis X15
-abis: X15 = 50 ms Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 50 ms)
+abis: X15 = 0 ms Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 0 ms)
OsmoBTS(config)# timer abis X15 123
OsmoBTS(config)# timer abis X15
-abis: X15 = 123 ms Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 50 ms)
+abis: X15 = 123 ms Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 0 ms)
OsmoBTS(config)# timer abis X15 default
OsmoBTS(config)# timer abis X15
-abis: X15 = 50 ms Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 50 ms)
+abis: X15 = 0 ms Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 0 ms)
OsmoBTS(config)# bts 0
OsmoBTS(bts)# list