aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-12-05 01:07:03 +0100
committerHarald Welte <laforge@gnumonks.org>2018-12-05 19:35:11 +0000
commit05c5680ba16c9a393595e03249a0c5bf4bec0033 (patch)
tree513c31f63facbdd7aadfbaab999c06b78b9b8f4c /tests
parentfb153cbf8cb5e81e851f8dca5a0e466ab6c76cde (diff)
vty: mncc cfg: separate the 'mncc' from 'mncc-guard-timeout'
I want to add 'mncc internal' and 'mncc external' commands, and IMHO makes most sense to have a common 'mncc' keyword to start MNCC config commands with. To put it in terms of VTY online help: OsmoMSC(config-msc)# mncc ? internal Use internal MNCC handler external Use internal MNCC handler guard-timeout Set global guard timeout So far only the 'guard-timeout' exists, I want to add 'internal' and 'external' in a subsequent commit. Keep the old command 'mncc-guard-timeout' as deprecated alias. That means it still works from old config files, but online documentation will omit it. On 'write', write back the new format instead. Rationale: see I2ec59d5eba407f83295528b51b93678d446b9cee Change-Id: I52d69af48e1ddc87b3fb54bf66a01b1b8cbf5abe
Diffstat (limited to 'tests')
-rw-r--r--tests/test_nodes.vty4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_nodes.vty b/tests/test_nodes.vty
index e03ed0093..9fa9d2a22 100644
--- a/tests/test_nodes.vty
+++ b/tests/test_nodes.vty
@@ -30,7 +30,7 @@ OsmoMSC(config)# msc
OsmoMSC(config-msc)# list
...
assign-tmsi
- mncc-guard-timeout <0-255>
+ mncc guard-timeout <0-255>
no assign-tmsi
auth-tuple-max-reuse-count <-1-2147483647>
auth-tuple-reuse-on-error (0|1)
@@ -82,7 +82,7 @@ network
mm info 1
periodic location update 30
msc
- mncc-guard-timeout 180
+ mncc guard-timeout 180
assign-tmsi
cs7-instance-a 0
...