bsc: enable LCS tests for normal bsc master tests

Change-Id: I3394f391a6068ab8afeafa329b69a8ae4ad05cd9
This commit is contained in:
Neels Hofmeyr 2020-10-15 00:56:53 +00:00
parent 71b3157420
commit 81f6944d15
2 changed files with 6 additions and 1 deletions

View File

@ -49,7 +49,7 @@ BSC_Tests.mp_bssap_cfg := {
rctx := 3
}
};
BSC_Tests.mp_enable_lcs_tests := false;
BSC_Tests.mp_enable_lcs_tests := true;
BSC_Tests.mp_bssap_le_cfg := {
sccp_service_type := "mtp3_itu",
sctp_addr := { 23908, "172.18.2.203", 2905, "172.18.2.200" },

View File

@ -38,6 +38,11 @@ if [ "$IMAGE_SUFFIX" = "latest" ]; then
sed -i "s/^BSC_Tests.mp_media_mgw_offer_ipv6.*/BSC_Tests.mp_media_mgw_offer_ipv6 := false;/" $VOL_BASE_DIR/bsc-tester/BSC_Tests.cfg
fi
# Disable LCS tests until osmo-bsc > 1.6.0
if [ "$IMAGE_SUFFIX" = "latest" ]; then
sed -i 's/^BSC_Tests.mp_enable_lcs_tests.*/BSC_Tests.mp_enable_lcs_tests := false;/' $VOL_BASE_DIR/bsc-tester/BSC_Tests.cfg
fi
SUBNET=2
network_create $SUBNET