mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
This way we can have optional fields like pin_adm in the file Also require iccid as identifier for the SIM card Set defaults for optional card parameters. Change-Id: I0d317ea51d0cf582b82157eec6cdec074001a236
17 lines
534 B
Plaintext
17 lines
534 B
Plaintext
This file aims to describe the format of the CSV file pySim uses.
|
|
|
|
The first line contains the fieldnames which will be used by pySim. This
|
|
avoids having a specific order.
|
|
|
|
The field names are the following:
|
|
|
|
iccid: ICCID of the card. Used to identify the cards (with --read-iccid)
|
|
imsi: IMSI of the card
|
|
mcc: Mobile Country Code (optional)
|
|
mnc: Mobile Network Code (optional)
|
|
smsp: MSISDN of the SMSC (optional)
|
|
ki: Ki
|
|
opc: OPc
|
|
acc: Access class of the SIM (optional)
|
|
pin_adm: Admin PIN of the SIM. Needed to reprogram various files
|