From 513de419136dc7d5bd15fc8588b65748ac58c2b6 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 5 Jun 2023 14:54:39 +0200 Subject: [PATCH] tests: Fixup test results ("XOR-2G" bacame "COMP128v3") in 82a785d27fddca47f16c133a3ee5947e1196708e 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. --- tests/sja2/02_algo.out | 4 ++-- tests/sja2/02_algo.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/sja2/02_algo.out b/tests/sja2/02_algo.out index cf6e021..9429c3d 100644 --- a/tests/sja2/02_algo.out +++ b/tests/sja2/02_algo.out @@ -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 diff --git a/tests/sja2/02_algo.sh b/tests/sja2/02_algo.sh index 4461a8e..5c108f2 100755 --- a/tests/sja2/02_algo.sh +++ b/tests/sja2/02_algo.sh @@ -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