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
This commit is contained in:
Daniel Willmann 2017-05-08 13:04:59 +02:00 committed by Neels Hofmeyr
parent e4ac64c39e
commit 2be19428f7
3 changed files with 5 additions and 5 deletions

View File

@ -7,9 +7,9 @@ line vty
no login
!
mgcp
!local ip 192.168.0.132
!bts ip 192.168.0.124
!bind ip 192.168.0.132
!local ip 10.23.24.2
!bts ip 10.24.24.1
!bind ip 10.23.24.1
bind port 2427
rtp base 4000
rtp force-ptime 20

View File

@ -15,5 +15,5 @@ network
rrlp mode none
mm info 1
msc
mgcpgw remote-ip 192.168.0.132
mgcpgw remote-ip 10.23.24.1
assign-tmsi

View File

@ -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