From 0ecaea664ae28f28619e42f8e7e815494b8fbb65 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Tue, 4 Sep 2018 18:08:49 +0200 Subject: osmo-cn-latest: Change config files so connections work Change-Id: I694b61d89aa3aec29c488d82a1b5a235383a9684 --- osmo-cn-latest/osmo-mgw.cfg | 4 ++-- osmo-cn-latest/osmo-msc.cfg | 5 ++++- osmo-cn-latest/osmo-sgsn.cfg | 2 +- osmo-cn-latest/osmo-stp.cfg | 19 +++---------------- 4 files changed, 10 insertions(+), 20 deletions(-) diff --git a/osmo-cn-latest/osmo-mgw.cfg b/osmo-cn-latest/osmo-mgw.cfg index 4ecd4e2..c206914 100644 --- a/osmo-cn-latest/osmo-mgw.cfg +++ b/osmo-cn-latest/osmo-mgw.cfg @@ -34,10 +34,10 @@ line vty bind 0.0.0.0 ! mgcp - bind ip 172.18.0.180 + bind ip 127.0.0.1 bind port 2427 rtp port-range 4002 16000 - rtp bind-ip 172.18.0.180 + rtp bind-ip 192.168.42.10 rtp ip-probing rtp ip-dscp 184 no rtp keep-alive diff --git a/osmo-cn-latest/osmo-msc.cfg b/osmo-cn-latest/osmo-msc.cfg index 07f0372..8924d1e 100644 --- a/osmo-cn-latest/osmo-msc.cfg +++ b/osmo-cn-latest/osmo-msc.cfg @@ -12,8 +12,11 @@ line vty no login bind 0.0.0.0 ! +cs7 instance 0 + asp asp-clnt-OsmoMSC-A-Iu 2905 2904 m3ua + remote-ip 192.168.42.10 network - network country code 1 + network country code 901 mobile network code 1 short name OsmoMSC long name OsmoMSC diff --git a/osmo-cn-latest/osmo-sgsn.cfg b/osmo-cn-latest/osmo-sgsn.cfg index bff9f00..3b52d87 100644 --- a/osmo-cn-latest/osmo-sgsn.cfg +++ b/osmo-cn-latest/osmo-sgsn.cfg @@ -25,7 +25,7 @@ ns timer tns-test 30 timer tns-alive 3 timer tns-alive-retries 10 - encapsulation udp local-ip 192.168.42.1 + encapsulation udp local-ip 192.168.42.10 encapsulation udp local-port 23000 encapsulation framerelay-gre enabled 0 bssgp diff --git a/osmo-cn-latest/osmo-stp.cfg b/osmo-cn-latest/osmo-stp.cfg index abd3b84..96524de 100644 --- a/osmo-cn-latest/osmo-stp.cfg +++ b/osmo-cn-latest/osmo-stp.cfg @@ -30,20 +30,7 @@ line vty bind 0.0.0.0 ! cs7 instance 0 - asp asp0 0 2905 m3ua - remote-ip 127.0.0.1 - asp asp-s-0 0 14001 sua - remote-ip 127.0.0.1 - as as0 m3ua - asp asp0 - routing-key 23 0.2.7 - as as-s-0 sua - asp asp-s-0 - routing-key 24 0.3.0 - route-table system - update route 0.2.7 0.2.7 linkset as0 - update route 0.3.0 0.3.0 linkset as-s-0 + xua rkm routing-key-allocation dynamic-permitted listen m3ua 2905 - local-ip 127.0.0.10 - listen sua 14001 - local-ip 127.0.0.10 + accept-asp-connections dynamic-permitted + local-ip 192.168.42.10 -- cgit v1.2.3