ue,rrc_nr: mark is_security_active as true, after updating SK counter.

master
Pedro Alvarez 3 years ago
parent 7f98101f30
commit a08579dae9

@ -1021,6 +1021,7 @@ bool rrc_nr::configure_sk_counter(uint16_t sk_counter)
if (usim->generate_nr_context(sk_counter, &sec_cfg) == false) {
return false;
}
security_is_activated = true;
return true;
}

Loading…
Cancel
Save