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

dexter gerrit-no-reply at lists.osmocom.org
Tue Mar 24 19:33:35 UTC 2020


dexter has uploaded this change for review. ( 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
3 files changed, 3 insertions(+), 3 deletions(-)



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

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

-- 
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: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200324/1652fe0f/attachment.htm>


More information about the gerrit-log mailing list