mirror of https://gerrit.osmocom.org/pysim
python libraires and command line tools for SIM/UICC/USIM/ISIM card analysis and programming.
https://osmocom.org/projects/pysim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
534 B
17 lines
534 B
![]()
5 years ago
|
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
|