Hi all,
I tried to change the USIM authentication method to comp128v1
on a SysmocomSJA2 SIM, howere when I use edit_binary_decoded
and change the algorithm to "comp128v1"
I got the following error:
pySIM-shell (00:MF/ADF.USIM/EF.USIM_AUTH_KEY)# read_binary_decoded
{
"cfg": {
"only_4bytes_res_in_3g": false,
"sres_deriv_func_in_2g": 1,
"use_opc_instead_of_op": true,
"algorithm": "milenage"
},
"key": "****masked****",
"op_opc": "****masked****"
}
pySIM-shell (00:MF/ADF.USIM/EF.USIM_AUTH_KEY)# edit_binary_decoded
EXCEPTION of type 'MappingError' occurred with message: Error in path (building) -> cfg -> algorithm
building failed, no mapping for 'comp128v1'
Do you know how I can change the authentication to comp128v1?