From 1fcd93707bbe7ddb58b32351dd4d63c266781ed1 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 19 Oct 2022 13:37:28 +0200 Subject: [PATCH] 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 --- bsc/osmo-bsc-sccplite.cfg | 3 ++- bsc/osmo-bsc-vamos.cfg | 5 ++--- bsc/osmo-bsc.cfg | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/bsc/osmo-bsc-sccplite.cfg b/bsc/osmo-bsc-sccplite.cfg index a11bfdc98..4a3498b8c 100644 --- a/bsc/osmo-bsc-sccplite.cfg +++ b/bsc/osmo-bsc-sccplite.cfg @@ -44,6 +44,8 @@ network 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 @@ msc 0 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 9e5d5492d..4b0389fbe 100644 --- a/bsc/osmo-bsc-vamos.cfg +++ b/bsc/osmo-bsc-vamos.cfg @@ -68,6 +68,8 @@ network 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 @@ msc 0 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 c9cc6a0a7..bb62f520b 100644 --- a/bsc/osmo-bsc.cfg +++ b/bsc/osmo-bsc.cfg @@ -68,6 +68,8 @@ network 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 @@ msc 0 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