pySim-prog_test: individual ICCIDs for all cards

Our test cards need to stay recognizable, so it is important that
each card has a unique ICCID. This means we must write an individual
ICCID, when we test writing the ICCID.

Related: OS#4384
Change-Id: I858a35e526e7b4868e901222d587258412779f41
This commit is contained in:
Philipp Maier
2024-09-20 12:36:25 +02:00
committed by laforge
parent dca641aaa2
commit 01a96cd8e4
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
MCC=001
MNC=01
ICCID=1122334455667788990
ICCID=8988211320300000028
KI=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
OPC=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
IMSI=001010000000102

View File

@@ -1,7 +1,7 @@
Using PC/SC reader interface
Reading ...
Autodetected card type: sysmoUSIM-SJS1
ICCID: 1122334455667788990
ICCID: 8988211320300000028
IMSI: 001010000000102
GID1: ffffffffffffffffffff
GID2: ffffffffffffffffffff

View File

@@ -1,6 +1,6 @@
MCC=001
MNC=01
ICCID=1122334455667788990
ICCID=2222334455667788990
KI=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
OPC=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
IMSI=001010000000102

View File

@@ -1,7 +1,7 @@
Using PC/SC reader interface
Reading ...
Autodetected card type: sysmosim-gr1
ICCID: 1122334455667788990
ICCID: 2222334455667788990
IMSI: 001010000000102
GID1: Can't read file -- SW match failed! Expected 9000 and got 9404.
GID2: Can't read file -- SW match failed! Expected 9000 and got 9404.