pespin submitted this change.
ttcn3-bsc: Update osmo-bsc cfg files to use mgw pooling VTY commands
OsmoBSC has supported this VTY interface since more than a year ago.
Let's update the config files to use the new "mgw" node.
The recently submitted VTY commands without the redundant "mgw" prefix
are still not used here in order to have the config file work with
latest release which still doesn't support those.
Change-Id: Iabf117f9e6de02cac16e44d9a0ca32a30d71847c
Related: SYS#5987
---
M osmo-dev-on-debian-sid/cfg/osmo-bsc.cfg
M osmo-ran/osmocom/osmo-bsc.cfg
M ttcn3-bsc-test-vamos/osmo-bsc.cfg
M ttcn3-bsc-test/osmo-bsc.cfg
M ttcn3-bsc-test/sccplite/osmo-bsc.cfg
5 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/osmo-dev-on-debian-sid/cfg/osmo-bsc.cfg b/osmo-dev-on-debian-sid/cfg/osmo-bsc.cfg
index 601e8ed..8b72dee 100644
--- a/osmo-dev-on-debian-sid/cfg/osmo-bsc.cfg
+++ b/osmo-dev-on-debian-sid/cfg/osmo-bsc.cfg
@@ -4,6 +4,9 @@
mm info 1
short name OsmoBSC
long name OsmoBSC
+ mgw 0
+ mgw remote-ip 127.0.0.1
+ mgw remote-port 12427
bts 0
type sysmobts
band GSM-1800
@@ -39,9 +42,6 @@
e1_input
e1_line 0 driver ipa
msc 0
- mgw remote-ip 127.0.0.1
- mgw remote-port 12427
- mgw endpoint-range 33 64
allow-emergency deny
codec-list hr3
diff --git a/osmo-ran/osmocom/osmo-bsc.cfg b/osmo-ran/osmocom/osmo-bsc.cfg
index b105ead..bfc23f5 100644
--- a/osmo-ran/osmocom/osmo-bsc.cfg
+++ b/osmo-ran/osmocom/osmo-bsc.cfg
@@ -19,6 +19,9 @@
handover1 power budget hysteresis 3
handover1 maximum distance 9999
periodic location update 30
+ mgw 0
+ mgw remote-ip 127.0.0.1
+ mgw remote-port 2427
bts 0
type sysmobts
band DCS1800
@@ -101,9 +104,6 @@
msc 0
allow-emergency allow
codec-list hr3 fr3
- !mgw remote-ip 192.168.30.1
- mgw remote-ip 127.0.0.1
- mgw remote-port 2427
amr-config 12_2k forbidden
amr-config 10_2k forbidden
amr-config 7_95k forbidden
diff --git a/ttcn3-bsc-test-vamos/osmo-bsc.cfg b/ttcn3-bsc-test-vamos/osmo-bsc.cfg
index ab70a23..bf339fa 100644
--- a/ttcn3-bsc-test-vamos/osmo-bsc.cfg
+++ b/ttcn3-bsc-test-vamos/osmo-bsc.cfg
@@ -77,6 +77,8 @@
handover maximum distance 9999
timer t3113 10
timer t3212 30
+ mgw 0
+ mgw remote-ip 172.18.31.203
bts 0
type sysmobts
band DCS1800
@@ -387,14 +389,11 @@
amr-config 5_15k forbidden
amr-config 4_75k forbidden
codec-list fr1 fr2 fr3 hr1 hr3
- mgw remote-ip 172.18.31.203
lcls-mode mgw-loop
msc 1
msc-addr msc2
- mgw remote-ip 172.18.31.203
msc 2
msc-addr msc3
- mgw remote-ip 172.18.31.203
network
nri bitlen 10
diff --git a/ttcn3-bsc-test/osmo-bsc.cfg b/ttcn3-bsc-test/osmo-bsc.cfg
index eefcde4..ef7ffae 100644
--- a/ttcn3-bsc-test/osmo-bsc.cfg
+++ b/ttcn3-bsc-test/osmo-bsc.cfg
@@ -87,6 +87,8 @@
handover maximum distance 9999
timer t3113 10
timer t3212 30
+ mgw 0
+ mgw remote-ip 172.18.2.203
bts 0
type sysmobts
band DCS1800
@@ -499,14 +501,11 @@
amr-config 5_15k forbidden
amr-config 4_75k forbidden
codec-list fr1 fr2 fr3 hr1 hr3
- mgw remote-ip 172.18.2.203
lcls-mode mgw-loop
msc 1
msc-addr msc2
- mgw remote-ip 172.18.2.203
msc 2
msc-addr msc3
- mgw remote-ip 172.18.2.203
network
nri bitlen 10
diff --git a/ttcn3-bsc-test/sccplite/osmo-bsc.cfg b/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
index c7c6f90..1bb164e 100644
--- a/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
+++ b/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
@@ -76,6 +76,8 @@
handover maximum distance 9999
timer t3113 10
timer t3212 30
+ mgw 0
+ mgw remote-ip 172.18.12.203
bts 0
type sysmobts
band DCS1800
@@ -476,7 +478,6 @@
amr-config 5_15k forbidden
amr-config 4_75k forbidden
codec-list fr1 fr2 fr3 hr1 hr3
- mgw remote-ip 172.18.12.203
asp-protocol ipa
bsc
mid-call-timeout 0
To view, visit change 29805. To unsubscribe, or for help writing mail filters, visit settings.