aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-10-19 13:25:55 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-10-19 14:51:39 +0200
commit891bd83b8c97e8cbe46e3a0824b5a4a64a571c4a (patch)
tree4c4f100d2b01f03720a3d9a44ceecd006befb722
parentde627d8a3f20012502f5222f7d83969840590115 (diff)
Use new mgcp-client VTY commands under mgw node
New VTY commands have been added recently to the "mgw" node which drop the redundant "mgw" prefix on each fo them. Change-Id: I8ac11388e9493416b644812638e1374251725584 Depends: osmo-mgw.git Change-Id: Id55af13d2ecde49d968b9dca6a2f8108a17ec484 Related: SYS#5987
-rw-r--r--doc/examples/osmo-msc/osmo-msc.cfg6
-rw-r--r--doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg6
-rw-r--r--doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg6
-rw-r--r--doc/manuals/chapters/running.adoc6
-rw-r--r--tests/test_nodes.vty6
5 files changed, 15 insertions, 15 deletions
diff --git a/doc/examples/osmo-msc/osmo-msc.cfg b/doc/examples/osmo-msc/osmo-msc.cfg
index 2b0d98d80..b08623787 100644
--- a/doc/examples/osmo-msc/osmo-msc.cfg
+++ b/doc/examples/osmo-msc/osmo-msc.cfg
@@ -13,9 +13,9 @@ network
rrlp mode none
mm info 1
mgw 0
- mgw remote-ip 127.0.0.1
- mgw remote-port 2427
- mgw local-port 2728
+ remote-ip 127.0.0.1
+ remote-port 2427
+ local-port 2728
msc
assign-tmsi
auth-tuple-max-reuse-count 3
diff --git a/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg b/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
index d014eddcb..014fbbc44 100644
--- a/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
+++ b/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
@@ -13,9 +13,9 @@ network
rrlp mode none
mm info 1
mgw 0
- mgw remote-ip 127.0.0.1
- mgw remote-port 2427
- mgw local-port 2728
+ remote-ip 127.0.0.1
+ remote-port 2427
+ local-port 2728
cs7 instance 0
point-code 0.23.1
asp asp-clnt-OsmoMSC-A-Iu 2905 0 m3ua
diff --git a/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg b/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
index 62c927095..b4b07619d 100644
--- a/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
+++ b/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
@@ -13,9 +13,9 @@ network
rrlp mode none
mm info 1
mgw 0
- mgw remote-ip 127.0.0.1
- mgw remote-port 2427
- mgw local-port 2728
+ remote-ip 127.0.0.1
+ remote-port 2427
+ local-port 2728
cs7 instance 0
point-code 0.23.1
asp asp-clnt-OsmoMSC-A 2905 0 m3ua
diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc
index 4556e0143..fac0a9f5a 100644
--- a/doc/manuals/chapters/running.adoc
+++ b/doc/manuals/chapters/running.adoc
@@ -151,9 +151,9 @@ Here is an example configuration for a remote MGW:
----
network
mgw 0
- mgw remote-ip 10.9.8.7
- mgw remote-port 2427
- mgw reset-endpoint rtpbridge/* <1>
+ remote-ip 10.9.8.7
+ remote-port 2427
+ reset-endpoint rtpbridge/* <1>
----
<1> The 'reset-endpoint' setting instructs the OsmoMGW to send a wildcarded
DLCX to the media gateway. This helps to clear lingering calls from the
diff --git a/tests/test_nodes.vty b/tests/test_nodes.vty
index 675603bdd..af3a468dd 100644
--- a/tests/test_nodes.vty
+++ b/tests/test_nodes.vty
@@ -155,9 +155,9 @@ network
rrlp mode none
mm info 1
mgw 0
- mgw local-port 2728
- mgw remote-ip 127.0.0.1
- mgw remote-port 2427
+ local-port 2728
+ remote-ip 127.0.0.1
+ remote-port 2427
msc
mncc guard-timeout 180
ncss guard-timeout 30