ttcn3-msc-test latest: do not require VLR cell id match in latest build

Depends: Ie410714a96353f74a52a104c56fa0a08683e0004 (osmo-msc)
Change-Id: I052fea208021509e12826c50474b96474e7a58c2
This commit is contained in:
Neels Hofmeyr 2020-06-24 19:07:01 +02:00 committed by neels
parent c33612da64
commit 37a603b1d3
2 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,7 @@ MSC_Tests.mp_msc_ip := "172.18.1.10";
MSC_Tests.mp_hlr_ip := "172.18.1.103";
MSC_Tests.mp_mgw_ip := "172.18.1.103";
MSC_Tests.mp_enable_osmux_test := true;
MSC_Tests.mp_enable_cell_id_test := true;
[MAIN_CONTROLLER]

View File

@ -13,6 +13,12 @@ mkdir $VOL_BASE_DIR/msc-tester
mkdir $VOL_BASE_DIR/msc-tester/unix
cp MSC_Tests.cfg $VOL_BASE_DIR/msc-tester/
# Disable verification of VLR and conn Cell ID until osmo-msc.git release > 1.6.1 is available
if [ "$IMAGE_SUFFIX" = "latest" ]; then
sed "s/MSC_Tests.mp_enable_cell_id_test := true/MSC_Tests.mp_enable_cell_id_test := false/" -i \
"$VOL_BASE_DIR/msc-tester/MSC_Tests.cfg"
fi
mkdir $VOL_BASE_DIR/stp
cp osmo-stp.cfg $VOL_BASE_DIR/stp/