1214503Srpaulo# Parameters for Milenage (Example algorithms for AKA).
2214503Srpaulo# The example Ki, OPc, and AMF values here are from 3GPP TS 35.208 v6.0.0
3214503Srpaulo# 4.3.20 Test Set 20. SQN is the last used SQN value.
4214503Srpaulo# These values can be used for both UMTS (EAP-AKA) and GSM (EAP-SIM)
5214503Srpaulo# authentication. In case of GSM/EAP-SIM, AMF and SQN values are not used, but
6214503Srpaulo# dummy values will need to be included in this file.
7214503Srpaulo
8289549Srpaulo# IMSI Ki OPc AMF SQN [RES_len]
9214503Srpaulo232010000000000 90dca4eda45b53cf0f12d7c9c3bc6a89 cb9cccc4b9258e6dca4760379fb82581 61df 000000000000
10289549Srpaulo# Example using truncated 32-bit RES instead of 64-bit default
11289549Srpaulo232010000000001 90dca4eda45b53cf0f12d7c9c3bc6a89 cb9cccc4b9258e6dca4760379fb82581 61df 000000000000 4
12214503Srpaulo
13214503Srpaulo# These values are from Test Set 19 which has the AMF separation bit set to 1
14214503Srpaulo# and as such, is suitable for EAP-AKA' test.
15214503Srpaulo555444333222111 5122250214c33e723a5dd523fc145fc0 981d464c7c52eb6e5036234984ad0bcf c3ab 16f3b3f70fc1
16