Small print changes on NAS.

master
Pedro Alvarez 6 years ago
parent 9380d56bbf
commit ac0aa76afc

@ -781,8 +781,8 @@ nas::handle_security_mode_complete(srslte::byte_buffer_t *nas_rx)
} }
//Log security mode complete //Log security mode complete
m_nas_log->info("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: %lu\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 //Check wether secure ESM information transfer is required
nas_tx = m_pool->allocate(); nas_tx = m_pool->allocate();

Loading…
Cancel
Save