pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29804 )
Change subject: bsc: Update cfg files to use mgw pooling VTY commands ......................................................................
bsc: Update 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.
Related: SYS#5987 Change-Id: I9b869e6bf4a3910f38014d570dce27e67af6e0d6 --- M bsc/osmo-bsc-sccplite.cfg M bsc/osmo-bsc-vamos.cfg M bsc/osmo-bsc.cfg 3 files changed, 6 insertions(+), 7 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve osmith: Looks good to me, but someone else must approve pespin: Looks good to me, approved
diff --git a/bsc/osmo-bsc-sccplite.cfg b/bsc/osmo-bsc-sccplite.cfg index a11bfdc..4a3498b 100644 --- a/bsc/osmo-bsc-sccplite.cfg +++ b/bsc/osmo-bsc-sccplite.cfg @@ -44,6 +44,8 @@ handover maximum distance 9999 timer t3113 10 timer t3212 30 + mgw 0 + mgw remote-ip 127.0.0.1 bts 0 type osmo-bts band DCS1800 @@ -354,7 +356,6 @@ amr-config 5_15k forbidden amr-config 4_75k forbidden codec-list fr1 fr2 fr3 hr1 hr3 - mgw remote-ip 127.0.0.1 asp-protocol ipa bsc mid-call-timeout 0 diff --git a/bsc/osmo-bsc-vamos.cfg b/bsc/osmo-bsc-vamos.cfg index 9e5d549..4b0389f 100644 --- a/bsc/osmo-bsc-vamos.cfg +++ b/bsc/osmo-bsc-vamos.cfg @@ -68,6 +68,8 @@ handover maximum distance 9999 timer t3113 10 timer t3212 30 + mgw 0 + mgw remote-ip 127.0.0.1 bts 0 type osmo-bts band DCS1800 @@ -378,14 +380,11 @@ amr-config 5_15k forbidden amr-config 4_75k forbidden codec-list fr1 fr2 fr3 hr1 hr3 - mgw remote-ip 127.0.0.1 lcls-mode mgw-loop msc 1 msc-addr msc2 - mgw remote-ip 127.0.0.1 msc 2 msc-addr msc3 - mgw remote-ip 127.0.0.1
network nri bitlen 10 diff --git a/bsc/osmo-bsc.cfg b/bsc/osmo-bsc.cfg index c9cc6a0..bb62f52 100644 --- a/bsc/osmo-bsc.cfg +++ b/bsc/osmo-bsc.cfg @@ -68,6 +68,8 @@ handover maximum distance 9999 timer t3113 10 timer t3212 30 + mgw 0 + mgw remote-ip 127.0.0.1 bts 0 type osmo-bts band DCS1800 @@ -480,14 +482,11 @@ amr-config 5_15k forbidden amr-config 4_75k forbidden codec-list fr1 fr2 fr3 hr1 hr3 - mgw remote-ip 127.0.0.1 lcls-mode mgw-loop msc 1 msc-addr msc2 - mgw remote-ip 127.0.0.1 msc 2 msc-addr msc3 - mgw remote-ip 127.0.0.1
network nri bitlen 10