|
|
|
@ -93,19 +93,20 @@ file_max_size = -1
|
|
|
|
|
#####################################################################
|
|
|
|
|
# USIM configuration
|
|
|
|
|
#
|
|
|
|
|
# mode: USIM mode (soft/pcsc)
|
|
|
|
|
# algo: Authentication algorithm (xor/milenage)
|
|
|
|
|
# op: 128-bit Operator Variant Algorithm Configuration Field (hex)
|
|
|
|
|
# k: 128-bit subscriber key (hex)
|
|
|
|
|
# imsi: 15 digit International Mobile Subscriber Identity
|
|
|
|
|
# imei: 15 digit International Mobile Station Equipment Identity
|
|
|
|
|
# pin: PIN in case real SIM card is used
|
|
|
|
|
# mode: USIM mode (soft/pcsc)
|
|
|
|
|
# algo: Authentication algorithm (xor/milenage)
|
|
|
|
|
# op/opc: 128-bit Operator Variant Algorithm Configuration Field (hex)
|
|
|
|
|
# - Specify either op or opc (only used in milenage)
|
|
|
|
|
# k: 128-bit subscriber key (hex)
|
|
|
|
|
# imsi: 15 digit International Mobile Subscriber Identity
|
|
|
|
|
# imei: 15 digit International Mobile Station Equipment Identity
|
|
|
|
|
# pin: PIN in case real SIM card is used
|
|
|
|
|
# reader: Specify card reader by it's name as listed by 'pcsc_scan'. If empty, try all available readers.
|
|
|
|
|
#####################################################################
|
|
|
|
|
[usim]
|
|
|
|
|
mode = soft
|
|
|
|
|
algo = xor
|
|
|
|
|
opc = 63BFA50EE6523365FF14C1F45F88737D
|
|
|
|
|
#opc = 63BFA50EE6523365FF14C1F45F88737D
|
|
|
|
|
k = 00112233445566778899aabbccddeeff
|
|
|
|
|
imsi = 001010123456789
|
|
|
|
|
imei = 353490069873319
|
|
|
|
|