aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/osmo-sgsn
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2017-05-08 13:04:59 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-08-27 17:40:53 +0200
commit806e1275691ffe0c0b137eaeff492273f2421ad5 (patch)
treed032751de8f3a8fde7780e743ff22c581e70d4f7 /doc/examples/osmo-sgsn
parent677d229fdba9c726270cfad934b4dafe14fc8a65 (diff)
examples: Change IP address of config files
This helps in providing 3G software packages for the sysmoNITB hardware, which uses 10.23.24.1 for SGSN and 10.23.24.2 for GGSN. However, in order to not break the python tests, the osmo-sgsn.cfg example still uses 127.0.0.1 as local address. Change the GGSN address to 127.0.0.2, because SGSN and GGSN cannot co-exist on the same address (the GTP port number is fixed by spec: no IE to communicate a differing port, so it has to be the standard GTP port for both). Change-Id: Ie3a25f6771ed6e620cb2b315638c622a9a24e530
Diffstat (limited to 'doc/examples/osmo-sgsn')
-rw-r--r--doc/examples/osmo-sgsn/osmo-sgsn.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/osmo-sgsn/osmo-sgsn.cfg b/doc/examples/osmo-sgsn/osmo-sgsn.cfg
index 49559830a..3f393979a 100644
--- a/doc/examples/osmo-sgsn/osmo-sgsn.cfg
+++ b/doc/examples/osmo-sgsn/osmo-sgsn.cfg
@@ -7,7 +7,7 @@ line vty
!
sgsn
gtp local-ip 127.0.0.1
- ggsn 0 remote-ip 127.0.0.1
+ ggsn 0 remote-ip 127.0.0.2
ggsn 0 gtp-version 1
!
ns