Commit 9ec69ec6 authored by aligungr's avatar aligungr

UE authentication procedure improvements

parent 912dd5c0
......@@ -225,7 +225,7 @@ void NasMm::receiveAuthenticationRequest5gAka(const nas::AuthenticationRequest &
if (cause != nas::EMmCause::SYNCH_FAILURE)
m_logger->err("Sending Authentication Failure with cause [%s]", nas::utils::EnumToString(cause));
else
m_logger->debug("Sending Authentication Failure deu to SQN out of range");
m_logger->debug("Sending Authentication Failure due to SQN out of range");
// Clear parameters stored in volatile memory of ME
m_usim->m_rand = {};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment