diff --git a/doc/examples/osmo-bsc_mgcp/mgcp.cfg b/doc/examples/osmo-bsc_mgcp/mgcp.cfg index 918cbc8fb..3656570b3 100644 --- a/doc/examples/osmo-bsc_mgcp/mgcp.cfg +++ b/doc/examples/osmo-bsc_mgcp/mgcp.cfg @@ -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 diff --git a/doc/examples/osmo-msc/osmo-msc.cfg b/doc/examples/osmo-msc/osmo-msc.cfg index 6cb9e4e0d..1b1d19258 100644 --- a/doc/examples/osmo-msc/osmo-msc.cfg +++ b/doc/examples/osmo-msc/osmo-msc.cfg @@ -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 diff --git a/doc/examples/osmo-sgsn/osmo-sgsn.cfg b/doc/examples/osmo-sgsn/osmo-sgsn.cfg index 49559830a..530fb8c11 100644 --- a/doc/examples/osmo-sgsn/osmo-sgsn.cfg +++ b/doc/examples/osmo-sgsn/osmo-sgsn.cfg @@ -6,8 +6,8 @@ line vty no login ! sgsn - gtp local-ip 127.0.0.1 - ggsn 0 remote-ip 127.0.0.1 + gtp local-ip 10.23.24.1 + ggsn 0 remote-ip 10.23.24.2 ggsn 0 gtp-version 1 ! ns @@ -18,7 +18,7 @@ ns timer tns-test 30 timer tns-alive 3 timer tns-alive-retries 10 - encapsulation udp local-ip 127.0.0.1 + encapsulation udp local-ip 10.23.24.1 encapsulation udp local-port 23000 encapsulation framerelay-gre enabled 0 !