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

This commit is contained in:
Pedro Alvarez 2022-05-16 16:12:10 +01:00
parent 7f98101f30
commit a08579dae9
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}