gnb,rrc: Fix typo in logging for NR UP integrity key

This commit is contained in:
Bedran Karakoc 2022-01-21 04:05:57 +01:00 committed by Andre Puschmann
parent a8eaf1cdd8
commit cabdd05cb8
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ void nr_security_context::generate_as_keys()
logger.info(sec_cfg.k_nr_rrc_enc.data(), 32, "NR RRC Encryption Key (k_nr_rrc_enc)");
logger.info(sec_cfg.k_nr_rrc_int.data(), 32, "NR RRC Integrity Key (k_nr_rrc_int)");
logger.info(sec_cfg.k_nr_up_enc.data(), 32, "NR UP Encryption Key (k_nr_up_enc)");
logger.info(sec_cfg.k_nr_up_int.data(), 32, "NR UP Encryption Key (k_nr_up_enc)");
logger.info(sec_cfg.k_nr_up_int.data(), 32, "NR UP Integrity Key (k_nr_up_int)");
}
void nr_security_context::regenerate_keys_handover(uint32_t new_pci, uint32_t new_dl_arfcn)