Commit 6a0ad842 authored by aligungr's avatar aligungr

UE Authentication refactor

parent a7e067b8
......@@ -226,11 +226,6 @@ void NasMm::receiveAuthenticationRequest5gAka(const nas::AuthenticationRequest &
sendNasMessage(resp);
};
if (USE_SQN_HACK)
{
// Log.warning(Tag.CONFIG, "USE_SQN_HACK: %s", USE_SQN_HACK);
}
if (!msg.authParamRAND.has_value() || !msg.authParamAUTN.has_value())
{
sendFailure(nas::EMmCause::SEMANTICALLY_INCORRECT_MESSAGE);
......
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