tests: Fixup test results ("XOR-2G" bacame "COMP128v3")

in 82a785d27f we correct the algorithm
name string for COMP128v2 from XOR-2G to COMP128v2. Since the wrong
naming also appears in the test scripts and the related .out files, we
need to fix those locations as well.
This commit is contained in:
Philipp Maier 2023-06-05 14:54:39 +02:00
parent ba5a5ce6e7
commit 513de41913
2 changed files with 3 additions and 3 deletions

View File

@ -385,7 +385,7 @@ Programming Authentication parameters...
* Initalizing...
* New algorithm setting:
2G: 1=COMP128v1
3G: 3=XOR-2G
3G: 3=COMP128v3
* Programming...
Done!
@ -409,7 +409,7 @@ Reading Authentication parameters...
* Reading...
* Current algorithm setting:
2G: 1=COMP128v1
3G: 3=XOR-2G
3G: 3=COMP128v3
Done!
sysmoISIM-SJA2 parameterization tool

View File

@ -2,7 +2,7 @@
. ./test-data
ALGOS="1:1 3:1 4:1 5:1 15:1 1:4 3:15 2:2 1:3 "
ALGOS=$ALGOS"MILENAGE:MILENAGE COMP128v1:MILENAGE XOR-2G:MILENAGE COMP128v2:MILENAGE SHA1-AKA:XOR COMP128v1:MILENAGE"
ALGOS=$ALGOS"MILENAGE:MILENAGE COMP128v1:MILENAGE COMP128v3:MILENAGE COMP128v2:MILENAGE SHA1-AKA:XOR COMP128v1:MILENAGE"
for algo in $ALGOS; do
$TOOL -a $ADMPIN -T $algo
$TOOL -a $ADMPIN -t