Change in osmo-msc[master]: doc: update mgw settings in example config file

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
Mon Jul 30 13:40:44 UTC 2018


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/10240


Change subject: doc: update mgw settings in example config file
......................................................................

doc: update mgw settings in example config file

This example configuration files lack port settings for the mgcp
client. Lets explicitly assign a port for the MGW and a local port.
For the local port lets use the IETF port number + 1. The reason
for this is that the default config for osmo-bsc already uses the
IETF port and in osmo-bsc and osmo-msc run on the same machine in
many setups.

Change-Id: I17453e0d30eec757aba9530b63eb5d1539cbdffc
---
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, 6 insertions(+), 0 deletions(-)



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

diff --git a/doc/examples/osmo-msc/osmo-msc.cfg b/doc/examples/osmo-msc/osmo-msc.cfg
index 91c9eee..f80143d 100644
--- a/doc/examples/osmo-msc/osmo-msc.cfg
+++ b/doc/examples/osmo-msc/osmo-msc.cfg
@@ -14,6 +14,8 @@
  mm info 1
 msc
  mgw remote-ip 10.23.24.1
+ mgw remote-port 2427
+ mgw local-port 2728
  assign-tmsi
  auth-tuple-max-reuse-count 3
  auth-tuple-reuse-on-error 1
diff --git a/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg b/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
index 0b9fd2a..39ca9d4 100644
--- a/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
+++ b/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
@@ -22,4 +22,6 @@
  cs7-instance-a 0
  cs7-instance-iu 0
  mgw remote-ip 10.23.24.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 44ac3f8..2af1726 100644
--- a/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
+++ b/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
@@ -24,4 +24,6 @@
  cs7-instance-a 0
  cs7-instance-iu 1
  mgw remote-ip 10.23.24.1
+ mgw remote-port 2427
+ mgw local-port 2728
  assign-tmsi

-- 
To view, visit https://gerrit.osmocom.org/10240
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I17453e0d30eec757aba9530b63eb5d1539cbdffc
Gerrit-Change-Number: 10240
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180730/c0343ff6/attachment.htm>


More information about the gerrit-log mailing list