Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
UERANSIM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
UERANSIM
Commits
d5546ecd
Commit
d5546ecd
authored
May 01, 2021
by
aligungr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EAP AKA' impl.
parent
43dc6e5b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
181 additions
and
171 deletions
+181
-171
src/ue/nas/mm/auth.cpp
src/ue/nas/mm/auth.cpp
+181
-167
src/ue/nas/mm/mm.hpp
src/ue/nas/mm/mm.hpp
+0
-1
src/ue/nas/mm/transport.cpp
src/ue/nas/mm/transport.cpp
+0
-3
No files found.
src/ue/nas/mm/auth.cpp
View file @
d5546ecd
This diff is collapsed.
Click to expand it.
src/ue/nas/mm/mm.hpp
View file @
d5546ecd
...
...
@@ -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
);
...
...
src/ue/nas/mm/transport.cpp
View file @
d5546ecd
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment