Change in osmo-msc[master]: tests: Fix VTY results after switch to newer libosmo-mgcp-client

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Sep 9 11:20:44 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/20046 )


Change subject: tests: Fix VTY results after switch to newer libosmo-mgcp-client
......................................................................

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
---
M TODO-RELEASE
M tests/test_nodes.vty
2 files changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/46/20046/1

diff --git a/TODO-RELEASE b/TODO-RELEASE
index 78a03ff..fdddbc2 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 d389675..7337cd9 100644
--- a/tests/test_nodes.vty
+++ b/tests/test_nodes.vty
@@ -72,9 +72,9 @@
   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>
 ...
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/20046
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I1fbdb95f71d3b9a2dc88e1ba79892ae16485aa99
Gerrit-Change-Number: 20046
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200909/d29931b6/attachment.htm>


More information about the gerrit-log mailing list