fix ue.conf.example description for op/opc configuration

master
Andre Puschmann 6 years ago
parent 498c1bae26
commit e8b2be378d

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

Loading…
Cancel
Save