Small print changes on NAS.

This commit is contained in:
Pedro Alvarez 2018-12-14 14:42:24 +00:00
parent 9380d56bbf
commit ac0aa76afc
1 changed files with 2 additions and 2 deletions

View File

@ -781,8 +781,8 @@ nas::handle_security_mode_complete(srslte::byte_buffer_t *nas_rx)
}
//Log security mode complete
m_nas_log->info("Security Mode Command Complete -- IMSI: %lu\n", m_emm_ctx.imsi);
m_nas_log->console("Security Mode Command Complete -- IMSI: %lu\n", m_emm_ctx.imsi);
m_nas_log->info("Security Mode Command Complete -- IMSI: %015 " PRIu64 "\n", m_emm_ctx.imsi);
m_nas_log->console("Security Mode Command Complete -- IMSI: %015" PRIu64 "\n", m_emm_ctx.imsi);
//Check wether secure ESM information transfer is required
nas_tx = m_pool->allocate();