ttcn3-pcu: Disable sending all DATA.ind on pcu -latest

Change-Id: I4365d54c64e750a708e04e36ea131ec7499560f1
Depends: osmo-ttcn3-hacks.git Change-Id Ib4f97a9bcfa68230945effeb6412218faa64ec78
Related: OS#5020
This commit is contained in:
Pau Espin 2021-03-05 19:24:02 +01:00 committed by pespin
parent ef0f49aa4b
commit f8d5d50029
2 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,7 @@ SGSN_Components.mp_nsconfig := {
}
}
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";
PCUIF_Components.mp_send_all_data_ind := true;
[MAIN_CONTROLLER]

View File

@ -16,6 +16,11 @@ mkdir $VOL_BASE_DIR/pcu-tester
mkdir $VOL_BASE_DIR/pcu-tester/unix
cp PCU_Tests.cfg $VOL_BASE_DIR/pcu-tester/
# Disable until osmo-pcu release > 0.9.0
if [ "$IMAGE_SUFFIX" = "latest" ]; then
sed -i "s/^PCUIF_Components.mp_send_all_data_ind.*/PCUIF_Components.mp_send_all_data_ind := false;/" $VOL_BASE_DIR/pcu-tester/PCU_Tests.cfg
fi
mkdir $VOL_BASE_DIR/pcu
mkdir $VOL_BASE_DIR/pcu/unix
cp osmo-pcu.cfg $VOL_BASE_DIR/pcu/