aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-12-20 00:46:40 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2019-01-04 16:32:21 +0000
commit3a3ed9b704bf01792628d116056b565a67a2eaa6 (patch)
tree2a311940071fd1ff45f89f302d0576c4f930bfb1 /tests
parent868f505d8667e92daccc5b0f637b2725265c980c (diff)
vty cfg: move 'ipa-name' from 'msc' to 'hlr' section
during code review, I completely overlooked this: We've added the 'ipa-name', which identifies the MSC on the GSUP link to the HLR, under the 'msc' section, while all other GSUP/HLR related config is under the 'hlr' section. Before we roll that out in a release, move it over to 'hlr'. Related: OS#3355 Change-Id: I1a572865aa90c5fa43c6f57282a6e2b06776e425
Diffstat (limited to 'tests')
-rw-r--r--tests/test_nodes.vty2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_nodes.vty b/tests/test_nodes.vty
index 18467d96f..3fd37b0bd 100644
--- a/tests/test_nodes.vty
+++ b/tests/test_nodes.vty
@@ -40,7 +40,6 @@ OsmoMSC(config-msc)# list
cs7-instance-iu <0-15>
paging response-timer (default|<1-65535>)
emergency-call route-to-msisdn MSISDN
- ipa-name NAME
sms-over-gsup
no sms-over-gsup
mgw local-ip A.B.C.D
@@ -85,6 +84,7 @@ OsmoMSC(config-hlr)# list
...
remote-ip A.B.C.D
remote-port <1-65535>
+ ipa-name NAME
OsmoMSC(config-hlr)# exit
OsmoMSC(config)# exit