From ac0aa76afc2713d7c0f91d3077f40a070591b0fa Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 14 Dec 2018 14:42:24 +0000 Subject: [PATCH] Small print changes on NAS. --- srsepc/src/mme/nas.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srsepc/src/mme/nas.cc b/srsepc/src/mme/nas.cc index 20af0ce4c..72b598171 100644 --- a/srsepc/src/mme/nas.cc +++ b/srsepc/src/mme/nas.cc @@ -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();