Changed print when service request integrity fails.

This commit is contained in:
Pedro Alvarez 2018-03-24 16:36:13 +00:00
parent ea8e7c9301
commit cb0f7fc8c2
1 changed files with 2 additions and 3 deletions

View File

@ -849,9 +849,8 @@ s1ap_nas_transport::handle_nas_service_request(uint32_t m_tmsi,
}
else
{
m_s1ap_log->console("Service Request -- Short MAC invalid. Re-starting authentication procedure \n");
m_s1ap_log->console("Service Request -- Short MAC invalid. Re-starting authentication procedure \n");
m_s1ap_log->console("Authentication procedure is not restarted yet!\n");
m_s1ap_log->console("Service Request -- Short MAC invalid. Ignoring service request\n");
m_s1ap_log->console("Service Request -- Short MAC invalid. Ignoring service request\n");
}
return true;
}