ttcn3-pcu-test/sns: fix PCUIF version number

The current master of OsmoPCU is now using PCUIF version number 12.
However, the configuration file of the the SNS tests still sets it to
11.

Related: OS#6275
Change-Id: I0b37f01f4c7bb829053231339e39ab734f4c8cbc
This commit is contained in:
Philipp Maier 2023-11-27 18:34:48 +01:00
parent 15caf486bb
commit c9820d7b36
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ set -e
set_pcuif_version() {
if image_suffix_is_2023q1; then
sed -i 's/PCUIF_Types.mp_pcuif_version := 11/PCUIF_Types.mp_pcuif_version := 10/g' $1
sed -i 's/PCUIF_Types.mp_pcuif_version := 12/PCUIF_Types.mp_pcuif_version := 10/g' $1
fi
}

View File

@ -59,7 +59,7 @@ SGSN_Components.mp_nsconfig := {
}
}
}
PCUIF_Types.mp_pcuif_version := 11
PCUIF_Types.mp_pcuif_version := 12
[MAIN_CONTROLLER]