aboutsummaryrefslogtreecommitdiffstats
path: root/tests/timer.vty
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2022-02-08 11:41:55 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2022-02-08 12:21:16 +0100
commit6ee5c3f06309d5c0e95c482f2944fcdd01117681 (patch)
treef1719c5025e22ca7d599ac4cc1b23943c164215b /tests/timer.vty
parent9b844df27bbd4dff74ac061fbf8066da80f81b07 (diff)
bssmap_reset: make T4 user configurable
The timer (T4) that controls the re-sending of the BSSMAP RESET can not be changed via the VTY, althrough it is defined via a tdef struct. Lets add a description along with default values to make it configurable via the VTY. Change-Id: I1fb5699220ab8a643a168567a89c6f381fe433a7 Related: SYS#5796
Diffstat (limited to 'tests/timer.vty')
-rw-r--r--tests/timer.vty2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/timer.vty b/tests/timer.vty
index 12c13adb1..e83207015 100644
--- a/tests/timer.vty
+++ b/tests/timer.vty
@@ -1,6 +1,7 @@
OsmoBSC> enable
OsmoBSC# show timer
+net: T4 = 5 s Timeout to receive BSSMAP RESET ACKNOWLEDGE from the MSC (default: 5 s)
net: T7 = 10 s inter-BSC/MSC Handover outgoing, BSSMAP HO Required to HO Command timeout (default: 10 s)
net: T8 = 10 s inter-BSC/MSC Handover outgoing, BSSMAP HO Command to final Clear timeout (default: 10 s)
net: T10 = 6 s RR Assignment (default: 6 s)
@@ -53,6 +54,7 @@ X4 = 60 s After Clear Request, wait for MSC to Clear Command (sanity) (default:
OsmoBSC# configure terminal
OsmoBSC(config)# network
OsmoBSC(config-net)# timer
+net: T4 = 5 s Timeout to receive BSSMAP RESET ACKNOWLEDGE from the MSC (default: 5 s)
net: T7 = 10 s inter-BSC/MSC Handover outgoing, BSSMAP HO Required to HO Command timeout (default: 10 s)
net: T8 = 10 s inter-BSC/MSC Handover outgoing, BSSMAP HO Command to final Clear timeout (default: 10 s)
net: T10 = 6 s RR Assignment (default: 6 s)