aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2021-04-19 21:30:16 +0000
committerNeels Hofmeyr <neels@hofmeyr.de>2021-04-28 16:30:56 +0200
commit40257f47b8eed7bff14bed31df8493bc324c3ecc (patch)
treeaa841e8cf9fa06e7886c9407c5b255a4269b348f /tests
parentd8e55223ec6b3c1161716ae0884c8006c90c388d (diff)
Lb: add missing X12 timer configurability
While adding timers for Channel Mode Modify, I notice that X12 is used in lcs_ta_req.c, but missing in net_init.c. Add it so that it is exposed on the VTY configuration. Change-Id: I19540f64de4937b39963bb66bebb1b5d433c2be2
Diffstat (limited to 'tests')
-rw-r--r--tests/timer.vty2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/timer.vty b/tests/timer.vty
index 6c26681fc..4b9ddbb9b 100644
--- a/tests/timer.vty
+++ b/tests/timer.vty
@@ -26,6 +26,7 @@ net: X8 = 5 s Timeout for RSL IPA MDCX ACK after sending RSL IPA MDCX (default:
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: X11 = 5 s Timeout for Perform Location Response from SMLC (default: 5 s)
+net: X12 = 5 s Timeout for obtaining TA after BSSLAP TA Request (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)
@@ -72,6 +73,7 @@ net: X8 = 5 s Timeout for RSL IPA MDCX ACK after sending RSL IPA MDCX (default:
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: X11 = 5 s Timeout for Perform Location Response from SMLC (default: 5 s)
+net: X12 = 5 s Timeout for obtaining TA after BSSLAP TA Request (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)