Changed print when service request integrity fails.

master
Pedro Alvarez 7 years ago
parent ea8e7c9301
commit cb0f7fc8c2

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

Loading…
Cancel
Save