Card Filesystem Reference¶
This page documents all Elementary Files (EFs) and Dedicated Files (DFs) implemented in pySim, organised by their location in the card filesystem.
MF / TS 102 221 (UICC)¶
EF.DIR (2F00) — Application Directory
Examples
// file: 61294f10a0000000871002ffffffff890709000050055553696d31730ea00c80011781025f608203454150
{
"application_template": [
{
"application_id": "a0000000871002ffffffff8907090000"
},
{
"application_label": "USim1"
},
{
"discretionary_template": "a00c80011781025f608203454150"
}
]
}
// file: 61194f10a0000000871004ffffffff890709000050054953696d31
{
"application_template": [
{
"application_id": "a0000000871004ffffffff8907090000"
},
{
"application_label": "ISim1"
}
]
}
EF.ICCID (2FE2) — ICC Identification
Examples
// file: 988812010000400310f0
{
"iccid": "8988211000000430010"
}
EF.PL (2F05) — Preferred Languages
Examples
// file: 6465
[
"de"
]
// file: 656e
[
"en"
]
// file: ffff
[
null
]
// file: 656e64657275ffffffff
[
"en",
"de",
"ru",
null,
null
]
EF.ARR (2F06) — Access Rule Reference
Examples
// file: 800101a40683010a950108800106900080016097008401d4a40683010a950108
[
[
{
"access_mode": [
"read_search_compare"
]
},
{
"control_reference_template": "ADM1"
}
],
[
{
"access_mode": [
"write_append",
"update_erase"
]
},
{
"always": null
}
],
[
{
"access_mode": [
"delete_file",
"terminate_ef"
]
},
{
"never": null
}
],
[
{
"command_header": {
"INS": 212
}
},
{
"control_reference_template": "ADM1"
}
]
]
// file: 80010190008001029700800118a40683010a9501088401d4a40683010a950108
[
[
{
"access_mode": [
"read_search_compare"
]
},
{
"always": null
}
],
[
{
"access_mode": [
"update_erase"
]
},
{
"never": null
}
],
[
{
"access_mode": [
"activate_file_or_record",
"deactivate_file_or_record"
]
},
{
"control_reference_template": "ADM1"
}
],
[
{
"command_header": {
"INS": 212
}
},
{
"control_reference_template": "ADM1"
}
]
]
EF.UMPC (2F08) — UICC Maximum Power Consumption
Examples
// file: 3cff02
{
"max_current_mA": 60,
"t_op_s": 255,
"addl_info": {
"req_inc_idle_current": false,
"support_uicc_suspend": true
}
}
// file: 320500
{
"max_current_mA": 50,
"t_op_s": 5,
"addl_info": {
"req_inc_idle_current": false,
"support_uicc_suspend": false
}
}
ADF.USIM / TS 31.102¶
ADF.USIM/EF.LI (6F05) — Language Indication
ADF.USIM/EF.Keys (6F08) — Ciphering and Integrity Keys
ADF.USIM/EF.KeysPS (6F09) — Ciphering and Integrity Keys for PS domain
ADF.USIM/EF.PLMNwAcT (6F60) — User controlled PLMN Selector with Access Technology
Examples
// file: 62f2104000
[
{
"mcc": "262",
"mnc": "01",
"act": [
"E-UTRAN NB-S1",
"E-UTRAN WB-S1"
]
}
]
// file: 62f2108000
[
{
"mcc": "262",
"mnc": "01",
"act": [
"UTRAN"
]
}
]
// file: 62f220488c
[
{
"mcc": "262",
"mnc": "02",
"act": [
"E-UTRAN NB-S1",
"E-UTRAN WB-S1",
"EC-GSM-IoT",
"GSM",
"NG-RAN"
]
}
]
ADF.USIM/EF.HPPLMN (6F31) — Higher Priority PLMN search period
Examples
// file: 05
5
ADF.USIM/EF.ACMmax (6F37) — ACM maximum value
Examples
// file: 000000
{
"acm_max": 0
}
ADF.USIM/EF.UST (6F38) — USIM Service Table
ADF.USIM/EF.ACM (6F39) — Accumulated call meter
ADF.USIM/EF.GID1 (6F3E) — Group Identifier Level 1
ADF.USIM/EF.GID2 (6F3F) — Group Identifier Level 2
ADF.USIM/EF.SPN (6F46) — Service Provider Name
Examples
// file: 0147534d2d52204348ffffffffffffffff
{
"rfu": 0,
"hide_in_oplmn": false,
"show_in_hplmn": true,
"spn": "GSM-R CH"
}
ADF.USIM/EF.PUCT (6F41) — Price per unit and currency table
ADF.USIM/EF.CBMI (6F45) — Cell Broadcast message identifier selection
ADF.USIM/EF.ACC (6F78) — Access Control Class
Examples
// file: 0000
{
"ACC0": false,
"ACC1": false,
"ACC2": false,
"ACC3": false,
"ACC4": false,
"ACC5": false,
"ACC6": false,
"ACC7": false,
"ACC8": false,
"ACC9": false,
"ACC10": false,
"ACC11": false,
"ACC12": false,
"ACC13": false,
"ACC14": false,
"ACC15": false
}
// file: 0001
{
"ACC0": true,
"ACC1": false,
"ACC2": false,
"ACC3": false,
"ACC4": false,
"ACC5": false,
"ACC6": false,
"ACC7": false,
"ACC8": false,
"ACC9": false,
"ACC10": false,
"ACC11": false,
"ACC12": false,
"ACC13": false,
"ACC14": false,
"ACC15": false
}
// file: 0002
{
"ACC0": false,
"ACC1": true,
"ACC2": false,
"ACC3": false,
"ACC4": false,
"ACC5": false,
"ACC6": false,
"ACC7": false,
"ACC8": false,
"ACC9": false,
"ACC10": false,
"ACC11": false,
"ACC12": false,
"ACC13": false,
"ACC14": false,
"ACC15": false
}
// file: 0100
{
"ACC0": false,
"ACC1": false,
"ACC2": false,
"ACC3": false,
"ACC4": false,
"ACC5": false,
"ACC6": false,
"ACC7": false,
"ACC8": true,
"ACC9": false,
"ACC10": false,
"ACC11": false,
"ACC12": false,
"ACC13": false,
"ACC14": false,
"ACC15": false
}
// file: 8000
{
"ACC0": false,
"ACC1": false,
"ACC2": false,
"ACC3": false,
"ACC4": false,
"ACC5": false,
"ACC6": false,
"ACC7": false,
"ACC8": false,
"ACC9": false,
"ACC10": false,
"ACC11": false,
"ACC12": false,
"ACC13": false,
"ACC14": false,
"ACC15": true
}
// file: 802b
{
"ACC0": true,
"ACC1": true,
"ACC2": false,
"ACC3": true,
"ACC4": false,
"ACC5": true,
"ACC6": false,
"ACC7": false,
"ACC8": false,
"ACC9": false,
"ACC10": false,
"ACC11": false,
"ACC12": false,
"ACC13": false,
"ACC14": false,
"ACC15": true
}
ADF.USIM/EF.FPLMN (6F7B) — Forbidden PLMNs
Examples
// file: 22f860
[
{
"mcc": "228",
"mnc": "06"
}
]
// file: 330420
[
{
"mcc": "334",
"mnc": "020"
}
]
ADF.USIM/EF.LOCI (6F7E) — Location information
Examples
// file: 47d1264a62f21037211e00
{
"tmsi": "47d1264a",
"lai": {
"mcc_mnc": "262-01",
"lac": "3721"
},
"rfu": 30,
"lu_status": 0
}
// file: ffffffff62f2200000ff01
{
"tmsi": "ffffffff",
"lai": {
"mcc_mnc": "262-02",
"lac": "0000"
},
"rfu": 255,
"lu_status": 1
}
ADF.USIM/EF.AD (6FAD) — Administrative Data
Examples
// file: 00000002
{
"ms_operation_mode": "normal",
"additional_info": {
"ciphering_indicator": false,
"csg_display_control": false,
"prose_services": false,
"extended_drx": false
},
"rfu": 0,
"mnc_len": 2,
"extensions": ""
}
// file: 01000102
{
"ms_operation_mode": "normal_and_specific_facilities",
"additional_info": {
"ciphering_indicator": true,
"csg_display_control": false,
"prose_services": false,
"extended_drx": false
},
"rfu": 0,
"mnc_len": 2,
"extensions": ""
}
ADF.USIM/EF.CBMID (6F48) — Cell Broadcast Message Identifier for Data Download
ADF.USIM/EF.ECC (6FB7) — Emergency Call Codes
Examples
// file: 19f1ff01
{
"call_code": "911",
"service_category": {
"police": true,
"ambulance": false,
"fire_brigade": false,
"marine_guard": false,
"mountain_rescue": false,
"manual_ecall": false,
"automatic_ecall": false
}
}
// file: 19f3ff02
{
"call_code": "913",
"service_category": {
"police": false,
"ambulance": true,
"fire_brigade": false,
"marine_guard": false,
"mountain_rescue": false,
"manual_ecall": false,
"automatic_ecall": false
}
}
ADF.USIM/EF.CBMIR (6F50) — Cell Broadcast message identifier range selection
ADF.USIM/EF.PSLOCI (6F73) — PS Location information
ADF.USIM/EF.FDN (6F3B) — Fixed Dialling Numbers
Examples
// file: 42204841203120536963ffffffffffff06810628560810ffffffffffffff
{
"alpha_id": "B HA 1 Sic",
"len_of_bcd": 6,
"ton_npi": {
"ext": true,
"type_of_number": "unknown",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "6082658001",
"cap_conf_id": 255,
"ext1_record_id": 255
}
// file: 4b756e64656e626574726575756e67ff0791947112122721ffffffffffff
{
"alpha_id": "Kundenbetreuung",
"len_of_bcd": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "491721217212",
"cap_conf_id": 255,
"ext1_record_id": 255
}
ADF.USIM/EF.SMS (6F3C) — Short messages
ADF.USIM/EF.MSISDN (6F40) — MSISDN
Examples
// file: ffffffffffffffffffffffffffffffffffffffff04b12143f5ffffffffffffffffff
{
"alpha_id": "",
"len_of_bcd": 4,
"ton_npi": {
"ext": true,
"type_of_number": "network_specific",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "12345"
}
// file: 456967656e65205275666e756d6d6572ffffffff0891947172199181f3ffffffffff
{
"alpha_id": "Eigene Rufnummer",
"len_of_bcd": 8,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "4917279119183"
}
ADF.USIM/EF.SMSP (6F42) — Short message service parameters
Examples
// file: 534d5343ffffffffffffffffffffffffe1ffffffffffffffffffffffff0891945197109099f9ffffff0000a9
{
"alpha_id": "SMSC",
"parameter_indicators": {
"tp_dest_addr": false,
"tp_sc_addr": true,
"tp_pid": true,
"tp_dcs": true,
"tp_vp": true
},
"tp_dest_addr": {
"length": 255,
"ton_npi": {
"ext": true,
"type_of_number": "reserved_for_extension",
"numbering_plan_id": "reserved_for_extension"
},
"call_number": ""
},
"tp_sc_addr": {
"length": 8,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"call_number": "4915790109999"
},
"tp_pid": "00",
"tp_dcs": "00",
"tp_vp_minutes": 4320
}
// file: 454e6574776f726b73fffffffffffffff1ffffffffffffffffffffffffffffffffffffffffffffffff0000a7
{
"alpha_id": "ENetworks",
"parameter_indicators": {
"tp_dest_addr": false,
"tp_sc_addr": true,
"tp_pid": true,
"tp_dcs": true,
"tp_vp": false
},
"tp_dest_addr": {
"length": 255,
"ton_npi": {
"ext": true,
"type_of_number": "reserved_for_extension",
"numbering_plan_id": "reserved_for_extension"
},
"call_number": ""
},
"tp_sc_addr": {
"length": 255,
"ton_npi": {
"ext": true,
"type_of_number": "reserved_for_extension",
"numbering_plan_id": "reserved_for_extension"
},
"call_number": ""
},
"tp_pid": "00",
"tp_dcs": "00",
"tp_vp_minutes": 1440
}
// file: fffffffffffffffffffffffffffffffffffffffffffffffffdffffffffffffffffffffffff07919403214365f7ffffffffffffff
{
"alpha_id": "",
"parameter_indicators": {
"tp_dest_addr": false,
"tp_sc_addr": true,
"tp_pid": false,
"tp_dcs": false,
"tp_vp": false
},
"tp_dest_addr": {
"length": 255,
"ton_npi": {
"ext": true,
"type_of_number": "reserved_for_extension",
"numbering_plan_id": "reserved_for_extension"
},
"call_number": ""
},
"tp_sc_addr": {
"length": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"call_number": "49301234567"
},
"tp_pid": "ff",
"tp_dcs": "ff",
"tp_vp_minutes": 635040
}
// file: fffffffffffffffffffffffffffffffffffffffffffffffffc0b919403214365f7ffffffff07919403214365f7ffffffffffffff
{
"alpha_id": "",
"parameter_indicators": {
"tp_dest_addr": true,
"tp_sc_addr": true,
"tp_pid": false,
"tp_dcs": false,
"tp_vp": false
},
"tp_dest_addr": {
"length": 11,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"call_number": "49301234567"
},
"tp_sc_addr": {
"length": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"call_number": "49301234567"
},
"tp_pid": "ff",
"tp_dcs": "ff",
"tp_vp_minutes": 635040
}
ADF.USIM/EF.SMSS (6F43) — SMS status
ADF.USIM/EF.SDN (6F49) — Service Dialling Numbers
Examples
// file: 42204841203120536963ffffffffffff06810628560810ffffffffffffff
{
"alpha_id": "B HA 1 Sic",
"len_of_bcd": 6,
"ton_npi": {
"ext": true,
"type_of_number": "unknown",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "6082658001",
"cap_conf_id": 255,
"ext1_record_id": 255
}
// file: 4b756e64656e626574726575756e67ff0791947112122721ffffffffffff
{
"alpha_id": "Kundenbetreuung",
"len_of_bcd": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "491721217212",
"cap_conf_id": 255,
"ext1_record_id": 255
}
ADF.USIM/EF.EXT2 (6F4B) — Extension2 (FDN)
ADF.USIM/EF.EXT3 (6F4C) — Extension2 (SDN)
ADF.USIM/EF.SMSR (6F47) — SMS status reports
ADF.USIM/EF.ICI (6F80) — Incoming Call Information
ADF.USIM/EF.OCI (6F81) — Outgoing Call Information
ADF.USIM/EF.ICT (6F82) — Incoming Call Timer
ADF.USIM/EF.OCT (6F83) — Outgoing Call Timer
ADF.USIM/EF.EXT5 (6F4E) — Extension5 (ICI/OCI/MSISDN)
ADF.USIM/EF.CCP2 (6F4F) — Capability Configuration Parameters 2
ADF.USIM/EF.eMLPP (6FB5) — enhanced Multi Level Pre-emption and Priority
Examples
// file: 7c04
{
"levels": {
"A": false,
"B": false,
"zero": true,
"one": true,
"two": true,
"three": true,
"four": true
},
"fast_call_setup_cond": {
"A": false,
"B": false,
"zero": true,
"one": false,
"two": false,
"three": false,
"four": false
}
}
ADF.USIM/EF.AAeM (6FB6) — Automatic Answer for eMLPP Service
Examples
// file: 3c
{
"auto_answer_prio_levels": {
"A": false,
"B": false,
"zero": true,
"one": true,
"two": true,
"three": true,
"four": false
}
}
ADF.USIM/EF.BDN (6F4D) — Barred Dialling Numbers
Examples
// file: 42204841203120536963ffffffffffff06810628560810ffffffffffffff
{
"alpha_id": "B HA 1 Sic",
"len_of_bcd": 6,
"ton_npi": {
"ext": true,
"type_of_number": "unknown",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "6082658001",
"cap_conf_id": 255,
"ext1_record_id": 255
}
// file: 4b756e64656e626574726575756e67ff0791947112122721ffffffffffff
{
"alpha_id": "Kundenbetreuung",
"len_of_bcd": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "491721217212",
"cap_conf_id": 255,
"ext1_record_id": 255
}
ADF.USIM/EF.EXT4 (6F55) — Extension4 (BDN/SSC)
ADF.USIM/EF.CMI (6F58) — Comparison Method Information
ADF.USIM/EF.EST (6F56) — Enabled Services Table
ADF.USIM/EF.ACL (6F57) — Access Point Name Control List
ADF.USIM/EF.DCK (6F2C) — Depersonalisation Control Keys
ADF.USIM/EF.CNL (6F32) — Co-operative Network List
ADF.USIM/EF.START-HFN (6F5B) — Initialisation values for Hyperframe number
Examples
// file: f00000f00000
{
"start_cs": 15728640,
"start_ps": 15728640
}
ADF.USIM/EF.THRESHOLD (6F5C) — Maximum value of START
Examples
// file: f01000
{
"max_start": 15732736
}
ADF.USIM/EF.OPLMNwAcT (6F61) — User controlled PLMN Selector with Access Technology
Examples
// file: 62f2104000
[
{
"mcc": "262",
"mnc": "01",
"act": [
"E-UTRAN NB-S1",
"E-UTRAN WB-S1"
]
}
]
// file: 62f2108000
[
{
"mcc": "262",
"mnc": "01",
"act": [
"UTRAN"
]
}
]
// file: 62f220488c
[
{
"mcc": "262",
"mnc": "02",
"act": [
"E-UTRAN NB-S1",
"E-UTRAN WB-S1",
"EC-GSM-IoT",
"GSM",
"NG-RAN"
]
}
]
ADF.USIM/EF.HPLMNwAcT (6F62) — HPLMN Selector with Access Technology
Examples
// file: 62f2104000
[
{
"mcc": "262",
"mnc": "01",
"act": [
"E-UTRAN NB-S1",
"E-UTRAN WB-S1"
]
}
]
// file: 62f2108000
[
{
"mcc": "262",
"mnc": "01",
"act": [
"UTRAN"
]
}
]
// file: 62f220488c
[
{
"mcc": "262",
"mnc": "02",
"act": [
"E-UTRAN NB-S1",
"E-UTRAN WB-S1",
"EC-GSM-IoT",
"GSM",
"NG-RAN"
]
}
]
ADF.USIM/EF.RPLMNAcTD (6F65) — RPLMN Last used Access Technology
ADF.USIM/EF.NETPAR (6FC4) — Network Parameters
ADF.USIM/EF.PNN (6FC5) — PLMN Network Name
ADF.USIM/EF.OPL (6FC6) — Operator PLMN List
Examples
// file: 62f2100000fffe01
{
"lai": {
"mcc_mnc": "262-01",
"lac_min": "0000",
"lac_max": "fffe"
},
"pnn_record_id": 1
}
// file: 216354789abcde12
{
"lai": {
"mcc_mnc": "123-456",
"lac_min": "789a",
"lac_max": "bcde"
},
"pnn_record_id": 18
}
ADF.USIM/EF.MBDN (6FC7) — Mailbox Dialling Numbers
Examples
// file: 42204841203120536963ffffffffffff06810628560810ffffffffffffff
{
"alpha_id": "B HA 1 Sic",
"len_of_bcd": 6,
"ton_npi": {
"ext": true,
"type_of_number": "unknown",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "6082658001",
"cap_conf_id": 255,
"ext1_record_id": 255
}
// file: 4b756e64656e626574726575756e67ff0791947112122721ffffffffffff
{
"alpha_id": "Kundenbetreuung",
"len_of_bcd": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "491721217212",
"cap_conf_id": 255,
"ext1_record_id": 255
}
ADF.USIM/EF.EXT6 (6FC8) — Extension6 (MBDN)
ADF.USIM/EF.MBI (6FC9) — Mailbox Identifier
Examples
// file: 0100000000
{
"mbi_voicemail": 1,
"mbi_fax": 0,
"mbi_email": 0,
"mbi_other": 0,
"mbi_videocall": 0
}
ADF.USIM/EF.MWIS (6FCA) — Message Waiting Indication Status
Examples
// file: 0000000000
{
"mwi_status": {
"voicemail": false,
"fax": false,
"email": false,
"other": false,
"videomail": false
},
"num_waiting_voicemail": 0,
"num_waiting_fax": 0,
"num_waiting_email": 0,
"num_waiting_other": 0,
"num_waiting_videomail": null
}
ADF.USIM/EF.CFIS (6FCB) — Call Forwarding Indication Status
Examples
// file: 0100ffffffffffffffffffffffffffff
{
"msp_number": 1,
"cfu_indicator_status": {
"voice": false,
"fax": false,
"data": false,
"rfu": 0
},
"len_of_bcd": 255,
"ton_npi": {
"ext": true,
"type_of_number": "reserved_for_extension",
"numbering_plan_id": "reserved_for_extension"
},
"dialing_nr": "",
"cap_conf_id": 255,
"ext7_record_id": 255
}
ADF.USIM/EF.EXT7 (6FCC) — Extension7 (CFIS)
ADF.USIM/EF.SPDI (6FCD) — Service Provider Display Information
ADF.USIM/EF.MMSN (6FCE) — MMS Notification
ADF.USIM/EF.EXT8 (6FCF) — Extension8 (MMSN)
ADF.USIM/EF.MMSICP (6FD0) — MMS Issuer Connectivity Parameters
ADF.USIM/EF.MMSUP (6FD1) — MMS User Preferences
ADF.USIM/EF.MMSUCP (6FD2) — MMS User Connectivity Parameters
ADF.USIM/EF.NIA (6FD3) — Network’s Indication of Alerting
ADF.USIM/EF.VGCS (6FB1) — Voice Group Call Service
Examples
// file: 92f9ffff
[
"299"
]
ADF.USIM/EF.VGCSS (6FB2) — Voice Group Call Service Status
Examples
// file: 010000004540fc
{
"flags": [
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0
]
}
ADF.USIM/EF.VBS (6FB3) — Voice Broadcast Service
Examples
// file: 92f9ffff
[
"299"
]
ADF.USIM/EF.VBSS (6FB4) — Voice Broadcast Service Status
Examples
// file: 010000004540fc
{
"flags": [
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0
]
}
ADF.USIM/EF.VGCSCA (6FD4) — Voice Group Call Service Ciphering Algorithm
ADF.USIM/EF.VBSCA (6FD5) — Voice Broadcast Service Ciphering Algorithm
ADF.USIM/EF.GBABP (6FD6) — GBA Bootstrapping parameters
ADF.USIM/EF.MSK (6FD7) — MBMS Service Key List
ADF.USIM/EF.MUK (6FD8) — MBMS User Key
ADF.USIM/EF.GBANL (6FDA) — GBA NAF List
ADF.USIM/EF.EHPLMN (6FD9) — Equivalent HPLMN
Examples
// file: 22f860
[
{
"mcc": "228",
"mnc": "06"
}
]
// file: 330420
[
{
"mcc": "334",
"mnc": "020"
}
]
ADF.USIM/EF.EHPLMNPI (6FDB) — Equivalent HPLMN Presentation Indication
Examples
// file: 00
{
"presentation_ind": "no_preference"
}
// file: 02
{
"presentation_ind": "display_all"
}
ADF.USIM/EF.NAFKCA (6FDD) — NAF Key Centre Address
ADF.USIM/EF.SPNI (6FDE) — Service Provider Name Icon
ADF.USIM/EF.PNNI (6FDF) — PLMN Network Name Icon
ADF.USIM/EF.NCP-IP (6FE2) — Network Connectivity Parameters for USIM IP connections
ADF.USIM/EF.EPSLOCI (6FE3) — EPS location information
ADF.USIM/EF.EPSNSC (6FE4) — EPS NAS Security Context
ADF.USIM/EF.UFC (6FE6) — USAT Facility Control
ADF.USIM/EF.NASCONFIG (6FE8) — Non Access Stratum Configuration
ADF.USIM/EF.PWS (6FEC) — Public Warning System
Examples
// file: 00
{
"pws_configuration": {
"ignore_pws_in_hplmn_and_equivalent": false,
"ignore_pws_in_vplmn": false
}
}
ADF.USIM/EF.FDNURI (6FED) — Fixed Dialling Numbers URI
ADF.USIM/EF.BDNURI (6FEE) — Barred Dialling Numbers URI
ADF.USIM/EF.SDNURI (6FEF) — Service Dialling Numbers URI
ADF.USIM/EF.IPS (6FF1) — IMEI(SV) Pairing Status
ADF.USIM/EF.ePDGId (6FF3) — Home ePDG Identifier
Examples
// file: 801100657064672e6f736d6f636f6d2e6f7267
{
"e_pdg_id": {
"type_of_ePDG_address": "FQDN",
"ePDG_address": "epdg.osmocom.org"
}
}
// file: 800501c0a8a001
{
"e_pdg_id": {
"type_of_ePDG_address": "IPv4",
"ePDG_address": "192.168.160.1"
}
}
// file: 80110220010db8000000000000000000000023
{
"e_pdg_id": {
"type_of_ePDG_address": "IPv6",
"ePDG_address": "2001:db8::23"
}
}
ADF.USIM/EF.ePDGSelection (6FF4) — ePDG Selection Information
Examples
// file: 800600f110000100
{
"e_pdg_selection": [
{
"plmn": "001-01",
"epdg_priority": 1,
"epdg_fqdn_format": "operator_identified"
}
]
}
// file: 800600110000a001
{
"e_pdg_selection": [
{
"plmn": "001-001",
"epdg_priority": 160,
"epdg_fqdn_format": "location_based"
}
]
}
// file: 800600011000a001
{
"e_pdg_selection": [
{
"plmn": "001-010",
"epdg_priority": 160,
"epdg_fqdn_format": "location_based"
}
]
}
ADF.USIM/EF.ePDGIdEm (6FF5) — Emergency ePDG Identifier
Examples
// file: 801100657064672e6f736d6f636f6d2e6f7267
{
"e_pdg_id": {
"type_of_ePDG_address": "FQDN",
"ePDG_address": "epdg.osmocom.org"
}
}
// file: 800501c0a8a001
{
"e_pdg_id": {
"type_of_ePDG_address": "IPv4",
"ePDG_address": "192.168.160.1"
}
}
// file: 80110220010db8000000000000000000000023
{
"e_pdg_id": {
"type_of_ePDG_address": "IPv6",
"ePDG_address": "2001:db8::23"
}
}
ADF.USIM/EF.ePDGSelectionEm (6FF6) — ePDG Selection Information for Emergency Services
Examples
// file: 800600f110000100
{
"e_pdg_selection": [
{
"plmn": "001-01",
"epdg_priority": 1,
"epdg_fqdn_format": "operator_identified"
}
]
}
// file: 800600110000a001
{
"e_pdg_selection": [
{
"plmn": "001-001",
"epdg_priority": 160,
"epdg_fqdn_format": "location_based"
}
]
}
// file: 800600011000a001
{
"e_pdg_selection": [
{
"plmn": "001-010",
"epdg_priority": 160,
"epdg_fqdn_format": "location_based"
}
]
}
ADF.USIM/EF.FromPreferred (6FF7) — From Preferred
ADF.USIM/EF.IMSConfigData (6FF8) — IMS Configuration Data
ADF.USIM/EF.XCAPConfigData (6FFC) — XCAP Configuration Data
ADF.USIM/EF.EARFCNList (6FFD) — EARFCN list for MTC/NB-IOT UEs
Examples
// file: a01a8004000100008112000001100001000002100002000003100003
[
{
"earfcn_list_tlv": [
{
"earfcn": 65536
},
{
"geographical_area": [
{
"latitude": 1,
"longitude": 1048577
},
{
"latitude": 2,
"longitude": 1048578
},
{
"latitude": 3,
"longitude": 1048579
}
]
}
]
}
]
// file: a03480040001000081120000011000010000021000020000031000038118000001100001000002100002000003100003000004100004
[
{
"earfcn_list_tlv": [
{
"earfcn": 65536
},
{
"geographical_area": [
{
"latitude": 1,
"longitude": 1048577
},
{
"latitude": 2,
"longitude": 1048578
},
{
"latitude": 3,
"longitude": 1048579
}
]
},
{
"geographical_area": [
{
"latitude": 1,
"longitude": 1048577
},
{
"latitude": 2,
"longitude": 1048578
},
{
"latitude": 3,
"longitude": 1048579
},
{
"latitude": 4,
"longitude": 1048580
}
]
}
]
}
]
// file: a01a8004000100008112000001100001000002100002000003100003a01a8004000200008112000011100011000012100012000013100013
[
{
"earfcn_list_tlv": [
{
"earfcn": 65536
},
{
"geographical_area": [
{
"latitude": 1,
"longitude": 1048577
},
{
"latitude": 2,
"longitude": 1048578
},
{
"latitude": 3,
"longitude": 1048579
}
]
}
]
},
{
"earfcn_list_tlv": [
{
"earfcn": 131072
},
{
"geographical_area": [
{
"latitude": 17,
"longitude": 1048593
},
{
"latitude": 18,
"longitude": 1048594
},
{
"latitude": 19,
"longitude": 1048595
}
]
}
]
}
]
ADF.USIM/EF.MuDMiDConfigData (6FFE) — MuD and MiD Configuration Data
ADF.USIM/EF.eAKA (6F01) — enhanced AKA support
ADF.USIM/EF.OCST (6F02) — Operator controlled signal threshold per access technology
ADF.USIM/EF.GBAUAPI (6F0A) — Access Control to GBA_U_API
The use of this EF is eescribed in 3GPP TS 31.130
ADF.USIM/EF.IMSDCI (6F0B) — IMS Data Channel Indication
See Management object as defined in 3GPP TS 24.275.
ADF.USIM/DF.PHONEBOOK (5F3A) — Phonebook¶
ADF.USIM/DF.PHONEBOOK/EF.PBR (4F30) — Phone Book Reference
ADF.USIM/DF.PHONEBOOK/EF.PSC (4F22) — Phone Book Synchronization Counter
ADF.USIM/DF.PHONEBOOK/EF.CC (4F23) — Change Counter
ADF.USIM/DF.PHONEBOOK/EF.PUID (4F24) — Previous Unique Identifer
ADF.USIM/DF.GSM-ACCESS (5F3B) — GSM Access¶
ADF.USIM/DF.GSM-ACCESS/EF.Kc (4F20) — Ciphering key Kc
Examples
// file: 837d783609a3858f05
{
"kc": "837d783609a3858f",
"cksn": 5
}
ADF.USIM/DF.GSM-ACCESS/EF.KcGPRS (4F52) — GPRS Ciphering key KcGPRS
Examples
// file: 837d783609a3858f05
{
"kc": "837d783609a3858f",
"cksn": 5
}
ADF.USIM/DF.GSM-ACCESS/EF.CPBCCH (4F63) — CPBCCH Information
ADF.USIM/DF.GSM-ACCESS/EF.InvScan (4F64) — IOnvestigation Scan
ADF.USIM/DF.WLAN (5F40) — Files for WLAN purpose¶
ADF.USIM/DF.WLAN/EF.Pseudo (4F41) — Pseudonym
ADF.USIM/DF.WLAN/EF.UPLMNWLAN (4F42) — User controlled PLMN selector for I-WLAN Access
ADF.USIM/DF.WLAN/EF.OPLMNWLAN (4F43) — Operator controlled PLMN selector for I-WLAN Access
ADF.USIM/DF.WLAN/EF.UWSIDL (4F44) — User controlled WLAN Specific Identifier List
ADF.USIM/DF.WLAN/EF.OWSIDL (4F45) — Operator controlled WLAN Specific Identifier List
ADF.USIM/DF.WLAN/EF.WRI (4F46) — WLAN Reauthentication Identity
ADF.USIM/DF.WLAN/EF.HWSIDL (4F47) — Home I-WLAN Specific Identifier List
ADF.USIM/DF.WLAN/EF.WEHPLMNPI (4F48) — I-WLAN Equivalent HPLMN Presentation Indication
ADF.USIM/DF.WLAN/EF.WHPI (4F49) — I-WLAN HPLMN Priority Indication
ADF.USIM/DF.WLAN/EF.WLRPLMN (4F4A) — I-WLAN Last Registered PLMN
ADF.USIM/DF.WLAN/EF.HPLMNDAI (4F4B) — HPLMN Direct Access Indicator
ADF.USIM/DF.HNB (5F50) — Files for HomeNodeB purpose¶
ADF.USIM/DF.HNB/EF.ACSGL (4F81) — Allowed CSG Lists
Examples
// file: a00d800362f21081060000000002e0
{
"csg_list": [
{
"plmn": "262-01"
},
{
"csg_information": {
"csg_type": "from_other_sources",
"hnb_name_indication": "from_other_sources",
"csg_id": {
"id": 23
}
}
}
]
}
ADF.USIM/DF.HNB/EF.CSGT (4F82) — CSG Types
Examples
// file: 8906810300666f6f
[
{
"text_csg_type": "foo"
}
]
// file: 8906810300666f6f801068747470733a2f2f666f6f2e6261722f
[
{
"text_csg_type": "foo"
},
{
"graphics_csg_type_uri": "https://foo.bar/"
}
]
ADF.USIM/DF.HNB/EF.HNBN (4F83) — Home NodeB Name
Examples
// file: 800b8108006d61686c7a656974
{
"hnb_name": "mahlzeit"
}
ADF.USIM/DF.HNB/EF.OCSGL (4F84) — Operator CSG Lists
Examples
// file: a010800362f21081060000000002e0820100
{
"operator_csg_list": [
{
"plmn": "262-01"
},
{
"csg_information": {
"csg_type": "from_other_sources",
"hnb_name_indication": "from_other_sources",
"csg_id": {
"id": 23
}
}
},
{
"csg_display_indicator": "all_available_csg_ids"
}
]
}
ADF.USIM/DF.HNB/EF.OCSGT (4F85) — Operator CSG Type
Examples
// file: 8906810300666f6f
[
{
"text_csg_type": "foo"
}
]
// file: 8906810300666f6f801068747470733a2f2f666f6f2e6261722f
[
{
"text_csg_type": "foo"
},
{
"graphics_csg_type_uri": "https://foo.bar/"
}
]
ADF.USIM/DF.HNB/EF.OHNBN (4F86) — Operator Home NodeB Name
Examples
// file: 800b8108006d61686c7a656974
{
"hnb_name": "mahlzeit"
}
ADF.USIM/DF.ProSe (5F90) — Files for ProSe purpose¶
ADF.USIM/DF.ProSe/EF.PROSE_MON (4F01) — ProSe Monitoring Parameters
ADF.USIM/DF.ProSe/EF.PROSE_ANN (4F02) — ProSe Announcing Parameters
ADF.USIM/DF.ProSe/EF.PROSEFUNC (4F03) — HPLMN ProSe Function
ADF.USIM/DF.ProSe/EF.PROSE_RADIO_COM (4F04) — ProSe Direct Communication Radio Parameters
ADF.USIM/DF.ProSe/EF.PROSE_RADIO_MON (4F05) — ProSe Direct Discovery Monitoring Radio Parameters
ADF.USIM/DF.ProSe/EF.PROSE_RADIO_ANN (4F06) — ProSe Direct Discovery Announcing Radio Parameters
ADF.USIM/DF.ProSe/EF.PROSE_POLICY (4F07) — ProSe Policy Parameters
ADF.USIM/DF.ProSe/EF.PROSE_PLMN (4F08) — ProSe PLMN Parameters
ADF.USIM/DF.ProSe/EF.PROSE_GC (4F09) — ProSe Group Counter
ADF.USIM/DF.ProSe/EF.PST (4F10) — ProSe Service Table
ADF.USIM/DF.ProSe/EF.UIRC (4F11) — ProSe UsageInformationReportingConfiguration
ADF.USIM/DF.ProSe/EF.PROSE_GM_DISCOVERY (4F12) — ProSe Group Member Discovery Parameters
ADF.USIM/DF.ProSe/EF.PROSE_RELAY (4F13) — ProSe Relay Parameters
ADF.USIM/DF.ProSe/EF.PROSE_RELAY_DISCOVERY (4F14) — ProSe Relay Discovery Parameters
ADF.USIM/DF.SNPN (5FE0) — Files for SNPN purpose¶
ADF.USIM/DF.SNPN/EF.PWS_SNPN (4F01) — Public Warning System in SNPNs
ADF.USIM/DF.SNPN/EF.NID (4F02) — Network Identifier for SNPN
ADF.USIM/DF.5G_ProSe (5FF0) — Files for 5G ProSe purpose¶
ADF.USIM/DF.5G_ProSe/EF.5G_PROSE_ST (4F01) — 5G ProSe Service Table
ADF.USIM/DF.5G_ProSe/EF.5G_PROSE_DD (4F02) — 5G ProSe configuration data for direct discovery
ADF.USIM/DF.5G_ProSe/EF.5G_PROSE_DC (4F03) — 5G ProSe configuration data for direct communication
ADF.USIM/DF.5G_ProSe/EF.5G_PROSE_U2NRU (4F04) — 5G ProSe configuration data for UE-to-network relay UE
ADF.USIM/DF.5G_ProSe/EF.5G_PROSE_RU (4F05) — 5G ProSe configuration data for remote UE
ADF.USIM/DF.5G_ProSe/EF.5G_PROSE_UIR (4F06) — 5G ProSe configuration data for usage information reporting
ADF.USIM/DF.5G_ProSe/EF.5G_PROSE_U2URU (4F07) — 5G ProSe configuration data for UE-to-UE relay UE
ADF.USIM/DF.5G_ProSe/EF.5G_PROSE_EU (4F08) — 5G ProSe configuration data for end UE
ADF.USIM/DF.SAIP (5FD0) — SIMalliance Interoperable Profile¶
This is not really TS 31.102 but part of the eUICC Profile Package: Interoperable Format Technical Specification as released by TCA (formerly SIMalliance)
ADF.USIM/DF.SAIP/EF.SUCI_Calc_Info (4F01) — SUCI Calc Info
Examples
// file: a00401010000a14a80010a81204e858c4d49d1343e6181284c47ca721730c98742cb7c6182d2e8126e08088d3680010b8120d1bc365f4997d17ce4374e72181431cbfeba9e1b98d7618f79d48561b144672a
{
"prot_scheme_id_list": [
{
"priority": 0,
"identifier": 1,
"key_index": 1
},
{
"priority": 1,
"identifier": 0,
"key_index": 0
}
],
"hnet_pubkey_list": [
{
"hnet_pubkey_identifier": 10,
"hnet_pubkey": "4e858c4d49d1343e6181284c47ca721730c98742cb7c6182d2e8126e08088d36"
},
{
"hnet_pubkey_identifier": 11,
"hnet_pubkey": "d1bc365f4997d17ce4374e72181431cbfeba9e1b98d7618f79d48561b144672a"
}
]
}
ADF.USIM/DF.5MBSUECONFIG (5FF1)¶
ADF.USIM/DF.5MBSUECONFIG/EF.5MBSUECONFIG (4F01) — 5MBS UE pre-configuration
ADF.USIM/EF.IMSI (6F07) — IMSI
Examples
// file: 082982608200002080
{
"imsi": "228062800000208"
}
// file: 082926101160845740
{
"imsi": "262011106487504"
}
ADF.ISIM / TS 31.103¶
ADF.ISIM/EF.IMPI (6F02) — IMS private user identity
Examples
// file: 803137333830303630303030303031303140696d732e6d6e633030302e6d63633733382e336770706e6574776f726b2e6f7267
{
"nai": "738006000000101@ims.mnc000.mcc738.3gppnetwork.org"
}
ADF.ISIM/EF.DOMAIN (6F03) — Home Network Domain Name
Examples
// file: 8021696d732e6d6e633030302e6d63633733382e336770706e6574776f726b2e6f7267
{
"domain": "ims.mnc000.mcc738.3gppnetwork.org"
}
ADF.ISIM/EF.IMPU (6F04) — IMS public user identity
Examples
// file: 80357369703a37333830303630303030303031303140696d732e6d6e633030302e6d63633733382e336770706e6574776f726b2e6f7267
{
"impu": "sip:738006000000101@ims.mnc000.mcc738.3gppnetwork.org"
}
ADF.ISIM/EF.AD (6FAD) — Administrative Data
Examples
// file: 00ffff
{
"ms_operation_mode": "normal",
"rfu1": 255,
"rfu2": 127,
"ofm": true,
"extensions": null
}
ADF.ISIM/EF.IST (6F07) — ISIM Service Table
ADF.ISIM/EF.P-CSCF (6F09) — P-CSCF Address
Examples
// file: 802c0070637363662e696d732e6d6e633030302e6d63633733382e7075622e336770706e6574776f726b2e6f7267
{
"pcscf_address": {
"address": "pcscf.ims.mnc000.mcc738.pub.3gppnetwork.org",
"type_of_address": "FQDN"
}
}
// file: 800501c0a80c22
{
"pcscf_address": {
"address": "192.168.12.34",
"type_of_address": "IPv4"
}
}
// file: 801102fe800000000000000042d7fffe530335
{
"pcscf_address": {
"address": "fe80::42:d7ff:fe53:335",
"type_of_address": "IPv6"
}
}
ADF.ISIM/EF.GBABP (6FD5) — GBA Bootstrapping
ADF.ISIM/EF.GBANL (6FD7) — GBA NAF List
ADF.ISIM/EF.NAFKCA (6FDD) — NAF Key Centre Address
Examples
// file: 80296273662e696d732e6d6e633030302e6d63633733382e7075622e336770706e6574776f726b2e6f7267
{
"naf_key_centre_address": "bsf.ims.mnc000.mcc738.pub.3gppnetwork.org"
}
// file: 8030656e65746e61667830312e696d732e6d6e633030302e6d63633733382e7075622e336770706e6574776f726b2e6f7267
{
"naf_key_centre_address": "enetnafx01.ims.mnc000.mcc738.pub.3gppnetwork.org"
}
ADF.ISIM/EF.UICCIARI (6FE7) — UICC IARI
ADF.ISIM/EF.WebRTCURI (6FFA) — WebRTC URI
DF.GSM + DF.TELECOM / TS 51.011 (SIM)¶
DF.TELECOM (7F10)¶
DF.TELECOM/EF.ADN (6F3A) — Abbreviated Dialing Numbers
Examples
// file: 42204841203120536963ffffffffffff06810628560810ffffffffffffff
{
"alpha_id": "B HA 1 Sic",
"len_of_bcd": 6,
"ton_npi": {
"ext": true,
"type_of_number": "unknown",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "6082658001",
"cap_conf_id": 255,
"ext1_record_id": 255
}
// file: 4b756e64656e626574726575756e67ff0791947112122721ffffffffffff
{
"alpha_id": "Kundenbetreuung",
"len_of_bcd": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "491721217212",
"cap_conf_id": 255,
"ext1_record_id": 255
}
DF.TELECOM/EF.FDN (6F3B) — Fixed dialling numbers
Examples
// file: 42204841203120536963ffffffffffff06810628560810ffffffffffffff
{
"alpha_id": "B HA 1 Sic",
"len_of_bcd": 6,
"ton_npi": {
"ext": true,
"type_of_number": "unknown",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "6082658001",
"cap_conf_id": 255,
"ext1_record_id": 255
}
// file: 4b756e64656e626574726575756e67ff0791947112122721ffffffffffff
{
"alpha_id": "Kundenbetreuung",
"len_of_bcd": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "491721217212",
"cap_conf_id": 255,
"ext1_record_id": 255
}
DF.TELECOM/EF.SMS (6F3C) — Short messages
DF.TELECOM/EF.CCP (6F3D) — Capability Configuration Parameters
DF.TELECOM/EF.ECCP (6F4F) — Extended Capability Configuration Parameters
DF.TELECOM/EF.MSISDN (6F40) — MSISDN
Examples
// file: ffffffffffffffffffffffffffffffffffffffff04b12143f5ffffffffffffffffff
{
"alpha_id": "",
"len_of_bcd": 4,
"ton_npi": {
"ext": true,
"type_of_number": "network_specific",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "12345"
}
// file: 456967656e65205275666e756d6d6572ffffffff0891947172199181f3ffffffffff
{
"alpha_id": "Eigene Rufnummer",
"len_of_bcd": 8,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "4917279119183"
}
DF.TELECOM/EF.SMSP (6F42) — Short message service parameters
Examples
// file: 534d5343ffffffffffffffffffffffffe1ffffffffffffffffffffffff0891945197109099f9ffffff0000a9
{
"alpha_id": "SMSC",
"parameter_indicators": {
"tp_dest_addr": false,
"tp_sc_addr": true,
"tp_pid": true,
"tp_dcs": true,
"tp_vp": true
},
"tp_dest_addr": {
"length": 255,
"ton_npi": {
"ext": true,
"type_of_number": "reserved_for_extension",
"numbering_plan_id": "reserved_for_extension"
},
"call_number": ""
},
"tp_sc_addr": {
"length": 8,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"call_number": "4915790109999"
},
"tp_pid": "00",
"tp_dcs": "00",
"tp_vp_minutes": 4320
}
// file: 454e6574776f726b73fffffffffffffff1ffffffffffffffffffffffffffffffffffffffffffffffff0000a7
{
"alpha_id": "ENetworks",
"parameter_indicators": {
"tp_dest_addr": false,
"tp_sc_addr": true,
"tp_pid": true,
"tp_dcs": true,
"tp_vp": false
},
"tp_dest_addr": {
"length": 255,
"ton_npi": {
"ext": true,
"type_of_number": "reserved_for_extension",
"numbering_plan_id": "reserved_for_extension"
},
"call_number": ""
},
"tp_sc_addr": {
"length": 255,
"ton_npi": {
"ext": true,
"type_of_number": "reserved_for_extension",
"numbering_plan_id": "reserved_for_extension"
},
"call_number": ""
},
"tp_pid": "00",
"tp_dcs": "00",
"tp_vp_minutes": 1440
}
// file: fffffffffffffffffffffffffffffffffffffffffffffffffdffffffffffffffffffffffff07919403214365f7ffffffffffffff
{
"alpha_id": "",
"parameter_indicators": {
"tp_dest_addr": false,
"tp_sc_addr": true,
"tp_pid": false,
"tp_dcs": false,
"tp_vp": false
},
"tp_dest_addr": {
"length": 255,
"ton_npi": {
"ext": true,
"type_of_number": "reserved_for_extension",
"numbering_plan_id": "reserved_for_extension"
},
"call_number": ""
},
"tp_sc_addr": {
"length": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"call_number": "49301234567"
},
"tp_pid": "ff",
"tp_dcs": "ff",
"tp_vp_minutes": 635040
}
// file: fffffffffffffffffffffffffffffffffffffffffffffffffc0b919403214365f7ffffffff07919403214365f7ffffffffffffff
{
"alpha_id": "",
"parameter_indicators": {
"tp_dest_addr": true,
"tp_sc_addr": true,
"tp_pid": false,
"tp_dcs": false,
"tp_vp": false
},
"tp_dest_addr": {
"length": 11,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"call_number": "49301234567"
},
"tp_sc_addr": {
"length": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"call_number": "49301234567"
},
"tp_pid": "ff",
"tp_dcs": "ff",
"tp_vp_minutes": 635040
}
DF.TELECOM/EF.SMSS (6F43) — SMS status
DF.TELECOM/EF.LND (6F44) — Last Number Dialled
Examples
// file: 42204841203120536963ffffffffffff06810628560810ffffffffffffff
{
"alpha_id": "B HA 1 Sic",
"len_of_bcd": 6,
"ton_npi": {
"ext": true,
"type_of_number": "unknown",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "6082658001",
"cap_conf_id": 255,
"ext1_record_id": 255
}
// file: 4b756e64656e626574726575756e67ff0791947112122721ffffffffffff
{
"alpha_id": "Kundenbetreuung",
"len_of_bcd": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "491721217212",
"cap_conf_id": 255,
"ext1_record_id": 255
}
DF.TELECOM/EF.SDN (6F49) — Service Dialling Numbers
Examples
// file: 42204841203120536963ffffffffffff06810628560810ffffffffffffff
{
"alpha_id": "B HA 1 Sic",
"len_of_bcd": 6,
"ton_npi": {
"ext": true,
"type_of_number": "unknown",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "6082658001",
"cap_conf_id": 255,
"ext1_record_id": 255
}
// file: 4b756e64656e626574726575756e67ff0791947112122721ffffffffffff
{
"alpha_id": "Kundenbetreuung",
"len_of_bcd": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "491721217212",
"cap_conf_id": 255,
"ext1_record_id": 255
}
DF.TELECOM/EF.EXT1 (6F4A) — Extension1 (ADN/SSC)
DF.TELECOM/EF.EXT2 (6F4B) — Extension2 (FDN/SSC)
DF.TELECOM/EF.EXT3 (6F4C) — Extension3 (SDN)
DF.TELECOM/EF.BDN (6F4D) — Barred Dialling Numbers
Examples
// file: 42204841203120536963ffffffffffff06810628560810ffffffffffffff
{
"alpha_id": "B HA 1 Sic",
"len_of_bcd": 6,
"ton_npi": {
"ext": true,
"type_of_number": "unknown",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "6082658001",
"cap_conf_id": 255,
"ext1_record_id": 255
}
// file: 4b756e64656e626574726575756e67ff0791947112122721ffffffffffff
{
"alpha_id": "Kundenbetreuung",
"len_of_bcd": 7,
"ton_npi": {
"ext": true,
"type_of_number": "international",
"numbering_plan_id": "isdn_e164"
},
"dialing_nr": "491721217212",
"cap_conf_id": 255,
"ext1_record_id": 255
}
DF.TELECOM/EF.EXT4 (6F4E) — Extension4 (BDN/SSC)
DF.TELECOM/EF.SMSR (6F47) — SMS status reports
DF.TELECOM/EF.CMI (6F58) — Comparison Method Information
DF.TELECOM/DF.PHONEBOOK (5F3A) — Phonebook¶
DF.TELECOM/DF.PHONEBOOK/EF.PBR (4F30) — Phone Book Reference
DF.TELECOM/DF.PHONEBOOK/EF.PSC (4F22) — Phone Book Synchronization Counter
DF.TELECOM/DF.PHONEBOOK/EF.CC (4F23) — Change Counter
DF.TELECOM/DF.PHONEBOOK/EF.PUID (4F24) — Previous Unique Identifer
DF.TELECOM/DF.MULTIMEDIA (5F3B) — Multimedia¶
DF.TELECOM/DF.MULTIMEDIA/EF.MML (4F47) — Multimedia Messages List
DF.TELECOM/DF.MULTIMEDIA/EF.MMDF (4F48) — Multimedia Messages Data File
DF.TELECOM/DF.MCS (5F3D) — Mission Critical Services¶
DF.TELECOM/DF.MCS/EF.MST (4F01) — MCS Service Table
DF.TELECOM/DF.MCS/EF.MCS_CONFIG (4F02) — MCS configuration data
DF.TELECOM/DF.V2X (5F3E) — Vehicle to X¶
DF.TELECOM/DF.V2X/EF.VST (4F01) — V2X Service Table
DF.TELECOM/DF.V2X/EF.V2X_CONFIG (4F02) — V2X configuration data
CDMA / IS-820 (RUIM)¶
DF.EIRENE / GSM-R¶
DF.EIRENE/EF.FN (6FF1) — Functional numbers
Section 7.2
Examples
// file: 40315801000010ff01
{
"functional_number_and_type": {
"functional_number": "04138510000001f",
"presentation_of_only_this_fn": true,
"permanent_fn": true
},
"list_number": 1
}
DF.EIRENE/EF.CallconfC (6FF2) — Call Configuration of emergency calls Configuration
Section 7.3
Examples
// file: 026121ffffffffffff1e000a040a010253600795792426f0
{
"pl_conf": 3,
"conf_nr": "1612ffffffffffff",
"max_rand": 30,
"n_ack_max": 10,
"pl_ack": 1,
"n_nested_max": 10,
"train_emergency_gid": 1,
"shunting_emergency_gid": 2,
"imei": "350670599742620f"
}
DF.EIRENE/EF.CallconfI (6FF3) — Call Configuration of emergency calls Information
Section 7.5
DF.EIRENE/EF.Shunting (6FF4) — Shunting
Section 7.6
Examples
// file: 03f8ffffff000000
{
"common_gid": 3,
"shunting_gid": "f8ffffff000000"
}
DF.EIRENE/EF.GsmrPLMN (6FF5) — GSM-R network selection
Section 7.7
Examples
// file: 22f860f86f8d6f8e01
{
"plmn": "228-06",
"class_of_network": {
"supported": {
"vbs": true,
"vgcs": true,
"emlpp": true,
"fn": true,
"eirene": true
},
"preference": 0
},
"ic_incoming_ref_tbl": "6f8d",
"outgoing_ref_tbl": "6f8e",
"ic_table_ref": "01"
}
// file: 22f810416f8d6f8e02
{
"plmn": "228-01",
"class_of_network": {
"supported": {
"vbs": false,
"vgcs": false,
"emlpp": false,
"fn": true,
"eirene": false
},
"preference": 1
},
"ic_incoming_ref_tbl": "6f8d",
"outgoing_ref_tbl": "6f8e",
"ic_table_ref": "02"
}
DF.EIRENE/EF.IC (6F8D) — International Code
Section 7.8
Examples
// file: f06f8e40f10001
{
"next_table_type": "decision",
"id_of_next_table": "6f8e",
"ic_decision_value": "041f",
"network_string_table_index": 1
}
// file: ffffffffffffff
{
"next_table_type": "empty",
"id_of_next_table": "ffff",
"ic_decision_value": "ffff",
"network_string_table_index": 65535
}
DF.EIRENE/EF.NW (6F80) — Network Name
Section 7.9
Examples
// file: 47534d2d52204348
"GSM-R CH"
// file: 537769737347534d
"SwissGSM"
// file: 47534d2d52204442
"GSM-R DB"
// file: 47534d2d52524649
"GSM-RRFI"
DF.EIRENE/EF.CT (6F8E) — Call Type
Section 8.4
Examples
// file: f26f87f0ff00
{
"next_table_type": "num_dial_digits",
"id_of_next_table": "6f87",
"decision_value": "0fff",
"string_table_index": 0
}
// file: f06f8ff1ff01
{
"next_table_type": "decision",
"id_of_next_table": "6f8f",
"decision_value": "1fff",
"string_table_index": 1
}
// file: f16f89f5ff05
{
"next_table_type": "predefined",
"id_of_next_table": "6f89",
"decision_value": "5fff",
"string_table_index": 5
}
DF.EIRENE/EF.SC (6F8F) — Short Code
Section 8.4
Examples
// file: f26f87f0ff00
{
"next_table_type": "num_dial_digits",
"id_of_next_table": "6f87",
"decision_value": "0fff",
"string_table_index": 0
}
// file: f06f8ff1ff01
{
"next_table_type": "decision",
"id_of_next_table": "6f8f",
"decision_value": "1fff",
"string_table_index": 1
}
// file: f16f89f5ff05
{
"next_table_type": "predefined",
"id_of_next_table": "6f89",
"decision_value": "5fff",
"string_table_index": 5
}
DF.EIRENE/EF.FC (6F88) — Function Code
Section 8.5
Examples
// record 1: f26f85
{
"next_table_type": "num_dial_digits",
"id_of_next_table": "6f85"
}
// record 2: f0ffc8
{
"predefined_value1": "0fff",
"string_table_index1": 200
}
DF.EIRENE/EF.Service (6F89) — VGCS/VBS Service Code
Section 8.5
Examples
// record 1: f26f85
{
"next_table_type": "num_dial_digits",
"id_of_next_table": "6f85"
}
// record 2: f0ffc8
{
"predefined_value1": "0fff",
"string_table_index1": 200
}
DF.EIRENE/EF.Call (6F8A) — First digit of the group ID
Section 8.5
Examples
// record 1: f26f85
{
"next_table_type": "num_dial_digits",
"id_of_next_table": "6f85"
}
// record 2: f0ffc8
{
"predefined_value1": "0fff",
"string_table_index1": 200
}
DF.EIRENE/EF.FctTeam (6F8B) — Call Type 6 Team Type + Team member function
Section 8.5
Examples
// record 1: f26f85
{
"next_table_type": "num_dial_digits",
"id_of_next_table": "6f85"
}
// record 2: f0ffc8
{
"predefined_value1": "0fff",
"string_table_index1": 200
}
DF.EIRENE/EF.Controller (6F92) — Call Type 7 Controller function code
Section 8.5
Examples
// record 1: f26f85
{
"next_table_type": "num_dial_digits",
"id_of_next_table": "6f85"
}
// record 2: f0ffc8
{
"predefined_value1": "0fff",
"string_table_index1": 200
}
DF.EIRENE/EF.Gateway (6F8C) — Access to external networks
Section 8.5
Examples
// record 1: f26f85
{
"next_table_type": "num_dial_digits",
"id_of_next_table": "6f85"
}
// record 2: f0ffc8
{
"predefined_value1": "0fff",
"string_table_index1": 200
}
DF.EIRENE/EF.5to8digits (6F81) — Call Type 2 User Identity Number length
Section 8.6
Examples
// file: ffffff22
{
"next_table_type": "empty",
"id_of_next_table": "ffff",
"dialed_digits": "22"
}
// file: f16f8885
{
"next_table_type": "predefined",
"id_of_next_table": "6f88",
"dialed_digits": "58"
}
DF.EIRENE/EF.2digits (6F82) — 2 digits input
Section 8.6
Examples
// file: ffffff22
{
"next_table_type": "empty",
"id_of_next_table": "ffff",
"dialed_digits": "22"
}
// file: f16f8885
{
"next_table_type": "predefined",
"id_of_next_table": "6f88",
"dialed_digits": "58"
}
DF.EIRENE/EF.8digits (6F83) — 8 digits input
Section 8.6
Examples
// file: ffffff22
{
"next_table_type": "empty",
"id_of_next_table": "ffff",
"dialed_digits": "22"
}
// file: f16f8885
{
"next_table_type": "predefined",
"id_of_next_table": "6f88",
"dialed_digits": "58"
}
DF.EIRENE/EF.9digits (6F84) — 9 digits input
Section 8.6
Examples
// file: ffffff22
{
"next_table_type": "empty",
"id_of_next_table": "ffff",
"dialed_digits": "22"
}
// file: f16f8885
{
"next_table_type": "predefined",
"id_of_next_table": "6f88",
"dialed_digits": "58"
}
DF.EIRENE/EF.SSSSS (6F85) — Group call area input
Section 8.6
Examples
// file: ffffff22
{
"next_table_type": "empty",
"id_of_next_table": "ffff",
"dialed_digits": "22"
}
// file: f16f8885
{
"next_table_type": "predefined",
"id_of_next_table": "6f88",
"dialed_digits": "58"
}
DF.EIRENE/EF.LLLLL (6F86) — Location number Call Type 6
Section 8.6
Examples
// file: ffffff22
{
"next_table_type": "empty",
"id_of_next_table": "ffff",
"dialed_digits": "22"
}
// file: f16f8885
{
"next_table_type": "predefined",
"id_of_next_table": "6f88",
"dialed_digits": "58"
}
DF.EIRENE/EF.Location (6F91) — Location number Call Type 7
Section 8.6
Examples
// file: ffffff22
{
"next_table_type": "empty",
"id_of_next_table": "ffff",
"dialed_digits": "22"
}
// file: f16f8885
{
"next_table_type": "predefined",
"id_of_next_table": "6f88",
"dialed_digits": "58"
}
DF.EIRENE/EF.FreeNumber (6F87) — Free Number Call Type 0 and 8
Section 8.6
Examples
// file: ffffff22
{
"next_table_type": "empty",
"id_of_next_table": "ffff",
"dialed_digits": "22"
}
// file: f16f8885
{
"next_table_type": "predefined",
"id_of_next_table": "6f88",
"dialed_digits": "58"
}
DF.SYSTEM / sysmocom SJA2+SJA5¶
DF.SYSTEM/EF.CHV1 (6F01) — EF.CHV1 PIN file
Examples
// file: f1030331323334ffffffff0a0a3132333435363738
{
"state": {
"valid": true,
"change_able": true,
"unblock_able": true,
"disable_able": true,
"not_initialized": false,
"disabled": true
},
"attempts_remaining": 3,
"maximum_attempts": 3,
"pin": "31323334",
"puk": {
"attempts_remaining": 10,
"maximum_attempts": 10,
"puk": "3132333435363738"
}
}
// file: f003039999999999999999
{
"state": {
"valid": true,
"change_able": true,
"unblock_able": true,
"disable_able": true,
"not_initialized": false,
"disabled": false
},
"attempts_remaining": 3,
"maximum_attempts": 3,
"pin": "9999999999999999",
"puk": null
}
DF.SYSTEM/EF.CHV2 (6F81) — EF.CHV2 PIN file
Examples
// file: f1030331323334ffffffff0a0a3132333435363738
{
"state": {
"valid": true,
"change_able": true,
"unblock_able": true,
"disable_able": true,
"not_initialized": false,
"disabled": true
},
"attempts_remaining": 3,
"maximum_attempts": 3,
"pin": "31323334",
"puk": {
"attempts_remaining": 10,
"maximum_attempts": 10,
"puk": "3132333435363738"
}
}
// file: f003039999999999999999
{
"state": {
"valid": true,
"change_able": true,
"unblock_able": true,
"disable_able": true,
"not_initialized": false,
"disabled": false
},
"attempts_remaining": 3,
"maximum_attempts": 3,
"pin": "9999999999999999",
"puk": null
}
DF.SYSTEM/EF.ADM1 (6F0A) — EF.ADM1 PIN file
Examples
// file: f1030331323334ffffffff0a0a3132333435363738
{
"state": {
"valid": true,
"change_able": true,
"unblock_able": true,
"disable_able": true,
"not_initialized": false,
"disabled": true
},
"attempts_remaining": 3,
"maximum_attempts": 3,
"pin": "31323334",
"puk": {
"attempts_remaining": 10,
"maximum_attempts": 10,
"puk": "3132333435363738"
}
}
// file: f003039999999999999999
{
"state": {
"valid": true,
"change_able": true,
"unblock_able": true,
"disable_able": true,
"not_initialized": false,
"disabled": false
},
"attempts_remaining": 3,
"maximum_attempts": 3,
"pin": "9999999999999999",
"puk": null
}
DF.SYSTEM/EF.ADM2 (6F0B) — EF.ADM2 PIN file
Examples
// file: f1030331323334ffffffff0a0a3132333435363738
{
"state": {
"valid": true,
"change_able": true,
"unblock_able": true,
"disable_able": true,
"not_initialized": false,
"disabled": true
},
"attempts_remaining": 3,
"maximum_attempts": 3,
"pin": "31323334",
"puk": {
"attempts_remaining": 10,
"maximum_attempts": 10,
"puk": "3132333435363738"
}
}
// file: f003039999999999999999
{
"state": {
"valid": true,
"change_able": true,
"unblock_able": true,
"disable_able": true,
"not_initialized": false,
"disabled": false
},
"attempts_remaining": 3,
"maximum_attempts": 3,
"pin": "9999999999999999",
"puk": null
}
DF.SYSTEM/EF.ADM3 (6F0C) — EF.ADM3 PIN file
Examples
// file: f1030331323334ffffffff0a0a3132333435363738
{
"state": {
"valid": true,
"change_able": true,
"unblock_able": true,
"disable_able": true,
"not_initialized": false,
"disabled": true
},
"attempts_remaining": 3,
"maximum_attempts": 3,
"pin": "31323334",
"puk": {
"attempts_remaining": 10,
"maximum_attempts": 10,
"puk": "3132333435363738"
}
}
// file: f003039999999999999999
{
"state": {
"valid": true,
"change_able": true,
"unblock_able": true,
"disable_able": true,
"not_initialized": false,
"disabled": false
},
"attempts_remaining": 3,
"maximum_attempts": 3,
"pin": "9999999999999999",
"puk": null
}
DF.SYSTEM/EF.ADM4 (6F0D) — EF.ADM4 PIN file
Examples
// file: f1030331323334ffffffff0a0a3132333435363738
{
"state": {
"valid": true,
"change_able": true,
"unblock_able": true,
"disable_able": true,
"not_initialized": false,
"disabled": true
},
"attempts_remaining": 3,
"maximum_attempts": 3,
"pin": "31323334",
"puk": {
"attempts_remaining": 10,
"maximum_attempts": 10,
"puk": "3132333435363738"
}
}
// file: f003039999999999999999
{
"state": {
"valid": true,
"change_able": true,
"unblock_able": true,
"disable_able": true,
"not_initialized": false,
"disabled": false
},
"attempts_remaining": 3,
"maximum_attempts": 3,
"pin": "9999999999999999",
"puk": null
}
DF.SYSTEM/EF.MILENAGE_CFG (6F21) — Milenage connfiguration
Examples
// file: 40002040600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000020000000000000000000000000000000400000000000000000000000000000008
{
"r1": 64,
"r2": 0,
"r3": 32,
"r4": 64,
"r5": 96,
"c1": "00000000000000000000000000000000",
"c2": "00000000000000000000000000000001",
"c3": "00000000000000000000000000000002",
"c4": "00000000000000000000000000000004",
"c5": "00000000000000000000000000000008"
}
DF.SYSTEM/EF.0348_KEY (6F22) — TS 03.48 OTA Keys
DF.SYSTEM/EF.SIM_AUTH_COUNTER (AF24) — Number of remaining RUN GSM ALGORITHM executions
DF.SYSTEM/EF.SIM_AUTH_KEY (6F20) — USIM authentication key
Examples
// file: 14000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
{
"cfg": {
"sres_deriv_func": 1,
"use_opc_instead_of_op": true,
"algorithm": "milenage"
},
"key": "000102030405060708090a0b0c0d0e0f",
"op_opc": "101112131415161718191a1b1c1d1e1f"
}
DF.SYSTEM/EF.0348_COUNT (6F23) — TS 03.48 OTA Counters
Examples
// file: fe010000000000
{
"sec_domain": 254,
"key_set_version": 1,
"counter": "0000000000"
}
DF.SYSTEM/EF.GP_COUNT (6F26) — GP SCP02 Counters
Examples
// file: 0070000000
{
"sec_domain": 0,
"key_set_version": 112,
"counter": 0,
"rfu": 0
}
DF.SYSTEM/EF.GP_DIV_DATA (6F27) — GP SCP02 key diversification data