aboutsummaryrefslogtreecommitdiffstats
path: root/tests/timer.vty
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-04-09 11:22:24 +0200
committerlaforge <laforge@osmocom.org>2020-09-18 08:47:49 +0000
commit3b3a6ba6ebe7ded0c75d55d6cf5ceb106d06ad19 (patch)
treeee4f8c7caa43def832cf2cfc1cdecc7811adec80 /tests/timer.vty
parent638eb99286502a701746644d9a34624258ced3d5 (diff)
lchan_fsm, lchan_rtp_fsm: make all timers configurable
Choose saner timer numbers before exposing to the user config. Related: SYS#4897 Change-Id: I637fcdde93c11158de46157d494c060bb36bdcfb
Diffstat (limited to 'tests/timer.vty')
-rw-r--r--tests/timer.vty12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/timer.vty b/tests/timer.vty
index fe2d2d8fc..ad1d1676e 100644
--- a/tests/timer.vty
+++ b/tests/timer.vty
@@ -19,6 +19,12 @@ net: T3122 = 10 s Wait time after RR Immediate Assignment Reject (default: 10 s)
net: T3141 = 10 s (unused) (default: 10 s)
net: T3212 = 5 Periodic Location Update timer, sent to MS (1 = 6 minutes) (default: 5)
net: X4 = 60 s After Clear Request, wait for MSC to Clear Command (sanity) (default: 60 s)
+net: X5 = 5 s Timeout to switch dynamic timeslot PCHAN modes (default: 5 s)
+net: X6 = 5 s Timeout for RSL Channel Activate ACK after sending RSL Channel Activate (default: 5 s)
+net: X7 = 5 s Timeout for RSL IPA CRCX ACK after sending RSL IPA CRCX (default: 5 s)
+net: X8 = 5 s Timeout for RSL IPA MDCX ACK after sending RSL IPA MDCX (default: 5 s)
+net: X9 = 5 s Timeout for availability of MGW endpoint (default: 5 s)
+net: X10 = 5 s Timeout for fully configured MGW endpoint (default: 5 s)
net: X3111 = 4 s Wait time after lchan was released in error (should be T3111 + 2s) (default: 4 s)
net: X3210 = 20 s After L3 Complete, wait for MSC to confirm (default: 20 s)
mgw: X2427 = 5 s timeout for MGCP response from MGW (default: 5 s)
@@ -58,6 +64,12 @@ net: T3122 = 10 s Wait time after RR Immediate Assignment Reject (default: 10 s)
net: T3141 = 10 s (unused) (default: 10 s)
net: T3212 = 5 Periodic Location Update timer, sent to MS (1 = 6 minutes) (default: 5)
net: X4 = 60 s After Clear Request, wait for MSC to Clear Command (sanity) (default: 60 s)
+net: X5 = 5 s Timeout to switch dynamic timeslot PCHAN modes (default: 5 s)
+net: X6 = 5 s Timeout for RSL Channel Activate ACK after sending RSL Channel Activate (default: 5 s)
+net: X7 = 5 s Timeout for RSL IPA CRCX ACK after sending RSL IPA CRCX (default: 5 s)
+net: X8 = 5 s Timeout for RSL IPA MDCX ACK after sending RSL IPA MDCX (default: 5 s)
+net: X9 = 5 s Timeout for availability of MGW endpoint (default: 5 s)
+net: X10 = 5 s Timeout for fully configured MGW endpoint (default: 5 s)
net: X3111 = 4 s Wait time after lchan was released in error (should be T3111 + 2s) (default: 4 s)
net: X3210 = 20 s After L3 Complete, wait for MSC to confirm (default: 20 s)
mgw: X2427 = 5 s timeout for MGCP response from MGW (default: 5 s)