Change in osmo-msc[master]: doc: do not use random ip-address for MGW

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/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Apr 14 13:14:35 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/17598 )

Change subject: doc: do not use random ip-address for MGW
......................................................................

doc: do not use random ip-address for MGW

The example configs suggest to use a random ip-address as MGW address.
Lets use a loopback address here. This will suit the usual case where
MGW and MSC run together on the same machine.

Change-Id: Ie2b2094fdcfed45353d9ba22cb07eed626fd143c
---
M doc/examples/osmo-msc/osmo-msc.cfg
M doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
M doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
M tests/test_nodes.vty
4 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/doc/examples/osmo-msc/osmo-msc.cfg b/doc/examples/osmo-msc/osmo-msc.cfg
index f80143d..83b2c6f 100644
--- a/doc/examples/osmo-msc/osmo-msc.cfg
+++ b/doc/examples/osmo-msc/osmo-msc.cfg
@@ -13,7 +13,7 @@
  rrlp mode none
  mm info 1
 msc
- mgw remote-ip 10.23.24.1
+ mgw remote-ip 127.0.0.1
  mgw remote-port 2427
  mgw local-port 2728
  assign-tmsi
diff --git a/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg b/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
index 39ca9d4..d949ef9 100644
--- a/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
+++ b/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
@@ -21,7 +21,7 @@
 msc
  cs7-instance-a 0
  cs7-instance-iu 0
- mgw remote-ip 10.23.24.1
+ mgw remote-ip 127.0.0.1
  mgw remote-port 2427
  mgw local-port 2728
  assign-tmsi
diff --git a/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg b/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
index 2af1726..cb1157d 100644
--- a/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
+++ b/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
@@ -23,7 +23,7 @@
 msc
  cs7-instance-a 0
  cs7-instance-iu 1
- mgw remote-ip 10.23.24.1
+ mgw remote-ip 127.0.0.1
  mgw remote-port 2427
  mgw local-port 2728
  assign-tmsi
diff --git a/tests/test_nodes.vty b/tests/test_nodes.vty
index 5a81c61..edb891b 100644
--- a/tests/test_nodes.vty
+++ b/tests/test_nodes.vty
@@ -160,7 +160,7 @@
  auth-tuple-max-reuse-count 3
  auth-tuple-reuse-on-error 1
  mgw local-port 2728
- mgw remote-ip 10.23.24.1
+ mgw remote-ip 127.0.0.1
  mgw remote-port 2427
 mncc-int
  default-codec tch-f fr

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie2b2094fdcfed45353d9ba22cb07eed626fd143c
Gerrit-Change-Number: 17598
Gerrit-PatchSet: 4
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200414/2e1fa0de/attachment.htm>


More information about the gerrit-log mailing list