aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-09-09 13:18:38 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-09-09 13:18:40 +0200
commit047c5d9dc83fe547aae45feafd6c60736a715503 (patch)
tree5753d2142f9e4bfbe7e1d50d14c23019a3111da2
parentf9c76e3aa28fd063bd68aafcab35b9a7a2e3250a (diff)
tests: Fix VTY results after switch to newer libosmo-mgcp-client
In this case we are fine with simply updating test result because anyway ABI breakage in some libosmo-mgcp-client structs was needed, so new versions of osmo-msc will require new versions of libosmo-mgcp-client. Change-Id: I1fbdb95f71d3b9a2dc88e1ba79892ae16485aa99
-rw-r--r--TODO-RELEASE1
-rw-r--r--tests/test_nodes.vty4
2 files changed, 3 insertions, 2 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 78a03ff4d..fdddbc2f2 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -9,3 +9,4 @@
#library what description / commit summary line
manual needs common chapter cs7-config.adoc, vty_cpu_sched.adoc from osmo-gsm-manuals > 0.3.0
osmo-msc Mobile Identity Coding OsmoMSC is stricter in rejecting invalid coding of Mobile Identity IEs
+libmosmo-mgcp-client needs osmo-mgw.git > 1.7.0 (8667d5169df8d06e10ee3f3104e4cd533d15ac57), ABI break due to struct size in mgcp_conn_peer and mgcp_response
diff --git a/tests/test_nodes.vty b/tests/test_nodes.vty
index d38967534..7337cd9ce 100644
--- a/tests/test_nodes.vty
+++ b/tests/test_nodes.vty
@@ -72,9 +72,9 @@ OsmoMSC(config-msc)# list
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
+ mgw local-ip (A.B.C.D|X:X::X:X)
mgw local-port <0-65535>
- mgw remote-ip A.B.C.D
+ mgw remote-ip (A.B.C.D|X:X::X:X)
mgw remote-port <0-65535>
...