Testing if OPc is causing auth problems with SYSMOCOM SIMs.

master
Pedro Alvarez 7 years ago
parent f87f659874
commit 553006198a

@ -1293,7 +1293,8 @@ LIBLTE_ERROR_ENUM liblte_security_milenage_f2345(uint8 *k,
rijndael_key_schedule(k, &round_keys); rijndael_key_schedule(k, &round_keys);
// Compute OPc // Compute OPc
compute_OPc(&round_keys, op, op_c); //compute_OPc(&round_keys, op, op_c);
memcpy(op_c,op,16);
// Compute temp // Compute temp
for(i=0; i<16; i++) for(i=0; i<16; i++)

Loading…
Cancel
Save