ttcn3-bsc-test: Leave mp_enable_dyn_sdcch8_test enabled in latest

Release 1.8.0 is already released, so latest should support this.

Change-Id: I560cb7d0ab61b5373982160032040a65dc043ce4
This commit is contained in:
Pau Espin 2021-11-16 19:00:34 +01:00
parent ebb4f59a94
commit 9581a23764
4 changed files with 0 additions and 12 deletions

View File

@ -12,7 +12,6 @@
[MODULE_PARAMETERS]
BSC_Tests.mp_bsc_ip := "172.18.2.20";
BSC_Tests.mp_test_ip := "172.18.2.203";
BSC_Tests.mp_enable_dyn_sdcch8_test := true;
BSC_Tests.mp_bssap_cfg := {
{
transport := BSSAP_TRANSPORT_AoIP,

View File

@ -16,11 +16,6 @@ NET_NAME=ttcn3-bsc_sccplite-test
mkdir $VOL_BASE_DIR/bsc-tester
cp sccplite/BSC_Tests.cfg $VOL_BASE_DIR/bsc-tester/
# Dynamic TS SDCCH8 must be disabled until release AFTER osmo-bsc 1.7.0 is tagged
if image_suffix_is_latest; then
sed "s/BSC_Tests.mp_enable_dyn_sdcch8_test := true;/BSC_Tests.mp_enable_dyn_sdcch8_test := false;/g" -i $VOL_BASE_DIR/bsc-tester/BSC_Tests.cfg
fi
mkdir $VOL_BASE_DIR/bsc
cp sccplite/osmo-bsc.cfg $VOL_BASE_DIR/bsc/

View File

@ -14,11 +14,6 @@ set -e
mkdir $VOL_BASE_DIR/bsc-tester
cp BSC_Tests.cfg $VOL_BASE_DIR/bsc-tester/
# Dynamic TS SDCCH8 must be disabled until release AFTER osmo-bsc 1.7.0 is tagged
if image_suffix_is_latest; then
sed "s/BSC_Tests.mp_enable_dyn_sdcch8_test := true;/BSC_Tests.mp_enable_dyn_sdcch8_test := false;/g" -i $VOL_BASE_DIR/bsc-tester/BSC_Tests.cfg
fi
mkdir $VOL_BASE_DIR/stp
cp osmo-stp.cfg $VOL_BASE_DIR/stp/

View File

@ -12,7 +12,6 @@
[MODULE_PARAMETERS]
BSC_Tests.mp_bsc_ip := "172.18.12.20";
BSC_Tests.mp_test_ip := "172.18.12.203";
BSC_Tests.mp_enable_dyn_sdcch8_test := true;
BSC_Tests.mp_bssap_cfg := {
{
transport := BSSAP_TRANSPORT_SCCPlite_SERVER,