aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>
...