Commit d5546ecd authored by aligungr's avatar aligungr

EAP AKA' impl.

parent 43dc6e5b
This diff is collapsed.
......@@ -111,7 +111,6 @@ class NasMm
void receiveAuthenticationRequestEap(const nas::AuthenticationRequest &msg);
void receiveAuthenticationRequest5gAka(const nas::AuthenticationRequest &msg);
void receiveAuthenticationResult(const nas::AuthenticationResult &msg);
void receiveAuthenticationResponse(const nas::AuthenticationResponse &msg);
void receiveAuthenticationReject(const nas::AuthenticationReject &msg);
void receiveEapSuccessMessage(const eap::Eap &eap);
void receiveEapFailureMessage(const eap::Eap &eap);
......
......@@ -198,9 +198,6 @@ void NasMm::receiveMmMessage(const nas::PlainMmMessage &msg)
case nas::EMessageType::AUTHENTICATION_REQUEST:
receiveAuthenticationRequest((const nas::AuthenticationRequest &)msg);
break;
case nas::EMessageType::AUTHENTICATION_RESPONSE:
receiveAuthenticationResponse((const nas::AuthenticationResponse &)msg);
break;
case nas::EMessageType::AUTHENTICATION_REJECT:
receiveAuthenticationReject((const nas::AuthenticationReject &)msg);
break;
......
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