sysmo-usim-tool/tests
Philipp Maier 0868212cc8 tests/04_algo.sh: Fix string concatenation.
The concatenation

ALGOS=+"MILENAGE:...

seems to cause problems. Lets replace it with:

ALGOS=$ALGOS"MILENAGE:...

Change-Id: I8d946c47502305be77595cd45a64708d03441dd5
Related OS#3376
2018-08-08 12:28:22 +02:00
..
01_auth.out Add testsuite 2017-08-16 23:16:17 +02:00
01_auth.sh Add testsuite 2017-08-16 23:16:17 +02:00
02_mode_read.out Add testsuite 2017-08-16 23:16:17 +02:00
02_mode_read.sh Add testsuite 2017-08-16 23:16:17 +02:00
03_mode_write.out Add testsuite 2017-08-16 23:16:17 +02:00
03_mode_write.sh Add testsuite 2017-08-16 23:16:17 +02:00
04_algo.out Add testsuite 2017-08-16 23:16:17 +02:00
04_algo.sh tests/04_algo.sh: Fix string concatenation. 2018-08-08 12:28:22 +02:00
05_milenage_par.out Add testsuite 2017-08-16 23:16:17 +02:00
05_milenage_par.sh Add testsuite 2017-08-16 23:16:17 +02:00
06_op_opc.out Add testsuite 2017-08-16 23:16:17 +02:00
06_op_opc.sh Add testsuite 2017-08-16 23:16:17 +02:00
07_ki.out Add testsuite 2017-08-16 23:16:17 +02:00
07_ki.sh Add testsuite 2017-08-16 23:16:17 +02:00
08_seq.out Divide SQNms Offset by 6 2017-08-17 14:38:07 +02:00
08_seq.sh Add testsuite 2017-08-16 23:16:17 +02:00
run-tests Add testsuite 2017-08-16 23:16:17 +02:00
test-data Add testsuite 2017-08-16 23:16:17 +02:00