6812782462
Some USIM use shorter RES length than the 64-bit default from Milenage. Such cases did not interoperate with the hlr_auc_gw implementation. Make it possible to configure the RES length 4..8 octets, i.e., 32 to 64 bits) to support such USIM. Signed-off-by: Jouni Malinen <j@w1.fi>
15 lines
909 B
Text
15 lines
909 B
Text
# Parameters for Milenage (Example algorithms for AKA).
|
|
# The example Ki, OPc, and AMF values here are from 3GPP TS 35.208 v6.0.0
|
|
# 4.3.20 Test Set 20. SQN is the last used SQN value.
|
|
# These values can be used for both UMTS (EAP-AKA) and GSM (EAP-SIM)
|
|
# authentication. In case of GSM/EAP-SIM, AMF and SQN values are not used, but
|
|
# dummy values will need to be included in this file.
|
|
|
|
# IMSI Ki OPc AMF SQN [RES_len]
|
|
232010000000000 90dca4eda45b53cf0f12d7c9c3bc6a89 cb9cccc4b9258e6dca4760379fb82581 61df 000000000000
|
|
# Example using truncated 32-bit RES instead of 64-bit default
|
|
232010000000001 90dca4eda45b53cf0f12d7c9c3bc6a89 cb9cccc4b9258e6dca4760379fb82581 61df 000000000000 4
|
|
|
|
# These values are from Test Set 19 which has the AMF separation bit set to 1
|
|
# and as such, is suitable for EAP-AKA' test.
|
|
555444333222111 5122250214c33e723a5dd523fc145fc0 981d464c7c52eb6e5036234984ad0bcf c3ab 16f3b3f70fc1
|