mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
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:
@@ -1,6 +1,6 @@
|
|||||||
MCC=001
|
MCC=001
|
||||||
MNC=01
|
MNC=01
|
||||||
ICCID=1122334455667788990
|
ICCID=8988211320300000028
|
||||||
KI=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
KI=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
||||||
OPC=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
OPC=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
||||||
IMSI=001010000000102
|
IMSI=001010000000102
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Using PC/SC reader interface
|
Using PC/SC reader interface
|
||||||
Reading ...
|
Reading ...
|
||||||
Autodetected card type: sysmoUSIM-SJS1
|
Autodetected card type: sysmoUSIM-SJS1
|
||||||
ICCID: 1122334455667788990
|
ICCID: 8988211320300000028
|
||||||
IMSI: 001010000000102
|
IMSI: 001010000000102
|
||||||
GID1: ffffffffffffffffffff
|
GID1: ffffffffffffffffffff
|
||||||
GID2: ffffffffffffffffffff
|
GID2: ffffffffffffffffffff
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
MCC=001
|
MCC=001
|
||||||
MNC=01
|
MNC=01
|
||||||
ICCID=1122334455667788990
|
ICCID=2222334455667788990
|
||||||
KI=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
KI=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
||||||
OPC=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
OPC=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
||||||
IMSI=001010000000102
|
IMSI=001010000000102
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Using PC/SC reader interface
|
Using PC/SC reader interface
|
||||||
Reading ...
|
Reading ...
|
||||||
Autodetected card type: sysmosim-gr1
|
Autodetected card type: sysmosim-gr1
|
||||||
ICCID: 1122334455667788990
|
ICCID: 2222334455667788990
|
||||||
IMSI: 001010000000102
|
IMSI: 001010000000102
|
||||||
GID1: Can't read file -- SW match failed! Expected 9000 and got 9404.
|
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.
|
GID2: Can't read file -- SW match failed! Expected 9000 and got 9404.
|
||||||
|
|||||||
Reference in New Issue
Block a user