Commit 912dd5c0 authored by aligungr's avatar aligungr

UE authentication procedure improvements

parent 92399192
...@@ -224,6 +224,8 @@ void NasMm::receiveAuthenticationRequest5gAka(const nas::AuthenticationRequest & ...@@ -224,6 +224,8 @@ void NasMm::receiveAuthenticationRequest5gAka(const nas::AuthenticationRequest &
auto sendFailure = [this](nas::EMmCause cause, std::optional<OctetString> &&auts = std::nullopt) { auto sendFailure = [this](nas::EMmCause cause, std::optional<OctetString> &&auts = std::nullopt) {
if (cause != nas::EMmCause::SYNCH_FAILURE) if (cause != nas::EMmCause::SYNCH_FAILURE)
m_logger->err("Sending Authentication Failure with cause [%s]", nas::utils::EnumToString(cause)); 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");
// Clear parameters stored in volatile memory of ME // Clear parameters stored in volatile memory of ME
m_usim->m_rand = {}; 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