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

This reverts commit b70b3c1a80110329aa7c6a8be5a9e0ced511be13.t

The patch was merged too quickly before osmo-ttcn3-hacks.git one.
Revert temporarily to avoid all tests failing due to non-existant module
parameter.

Change-Id: I61850cb0ea5ef2a86657dc8390ad7dbcb943b4bf
This commit is contained in:
Pau Espin 2021-03-08 20:31:23 +01:00
parent b70b3c1a80
commit 2c846f60e6
2 changed files with 0 additions and 6 deletions

View File

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

View File

@ -16,11 +16,6 @@ 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/