Added debug print

This commit is contained in:
Pedro Alvarez 2018-01-10 18:39:04 +00:00
parent 45effcca08
commit 6d4f773fba
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ s1ap_nas_transport::pack_security_mode_command(srslte::byte_buffer_t *reply_msg,
m_s1ap_log->console("Error packing Athentication Request\n");
return false;
}
m_s1ap_log->debug_hex(reply_msg->msg, reply_msg->N_bytes, "Security Mode Command: ");
m_pool->deallocate(nas_buffer);
return true;
}