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

Unfortunately this patch only fixes ttcn3-pcu-test-sns but it breaks
ttcn3-pcu-test-sns-latest, this means a different solution is needed.

This reverts commit c9820d7b36.

Change-Id: I101d27ae8ed7449b199e49795a3561436c2532dd
Related: OS#6275
This commit is contained in:
Philipp Maier 2023-11-29 10:47:26 +01:00
parent c9820d7b36
commit e104fdae7e
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 := 12/PCUIF_Types.mp_pcuif_version := 10/g' $1
sed -i 's/PCUIF_Types.mp_pcuif_version := 11/PCUIF_Types.mp_pcuif_version := 10/g' $1
fi
}

View File

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