laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-msc/+/29802 )
Change subject: tests/test_nodes.vty: Avoid listing commands provided by lib
......................................................................
tests/test_nodes.vty: Avoid listing commands provided by lib
Those commands are not controlled/implemented in this repository, so
it's a bad idea having them show up here, since they may change. be
modified, become deprecated, etc.
They are actually becoming deprecated now in libosmo-mgcp-client
(osmo-mgw.git Change-Id Id55af13d2ecde49d968b9dca6a2f8108a17ec484) and
hence they don't appear anymore when listing the node.
Change-Id: I5d908f9e3023f725d49ed039158bd3d09828f12c
---
M tests/test_nodes.vty
1 file changed, 1 insertion(+), 7 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
osmith: Looks good to me, approved
diff --git a/tests/test_nodes.vty b/tests/test_nodes.vty
index 8ffb2bd..0c9e360 100644
--- a/tests/test_nodes.vty
+++ b/tests/test_nodes.vty
@@ -73,10 +73,6 @@
neighbor (a|iu) cgi <0-999> <0-999> <0-65535> <0-65535>
(ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
no neighbor (a|iu) (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
timer [(vlr|mgw|mncc|sccp|geran|utran|sgs)] [TNNNN] [(<0-2147483647>|default)]
- mgw local-ip (A.B.C.D|X:X::X:X)
- mgw local-port <0-65535>
- mgw remote-ip (A.B.C.D|X:X::X:X)
- mgw remote-port <0-65535>
...
OsmoMSC(config-msc)# ncss?
@@ -164,9 +160,7 @@
...
auth-tuple-max-reuse-count 3
auth-tuple-reuse-on-error 1
- mgw local-port 2728
- mgw remote-ip 127.0.0.1
- mgw remote-port 2427
+...
mncc-int
default-codec tch-f fr
default-codec tch-h hr
--
To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/29802
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I5d908f9e3023f725d49ed039158bd3d09828f12c
Gerrit-Change-Number: 29802
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged