aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-07-30 15:35:43 +0200
committerHarald Welte <laforge@gnumonks.org>2018-08-09 11:52:53 +0000
commitf896c690be9dc38725f4951167050e166333ce48 (patch)
tree49e45d2bcb76aeaa86d834049d6fea0bb8c794f4
parent8ad3dacebb2ec1c160c2cc3b0ec0a8eaec4332f0 (diff)
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
-rw-r--r--doc/examples/osmo-msc/osmo-msc.cfg2
-rw-r--r--doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg2
-rw-r--r--doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg2
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/examples/osmo-msc/osmo-msc.cfg b/doc/examples/osmo-msc/osmo-msc.cfg
index 91c9eeed2..f80143d21 100644
--- a/doc/examples/osmo-msc/osmo-msc.cfg
+++ b/doc/examples/osmo-msc/osmo-msc.cfg
@@ -14,6 +14,8 @@ network
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 0b9fd2ae0..39ca9d496 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 @@ msc
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 44ac3f8bc..2af17261d 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 @@ msc
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