Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
139d20a9
Commit
139d20a9
authored
2 years ago
by
Vijaykumar Chadachan
Browse files
Options
Downloads
Patches
Plain Diff
Removing unused variables
parent
a8f879ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1757
Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c
,
!1545
integration_2022_wk18
,
!1537
Fix for OAI UE AUTH_REQ processing additional check for RAND value
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair3/NAS/UE/EMM/Authentication.c
+1
-2
1 addition, 2 deletions
openair3/NAS/UE/EMM/Authentication.c
with
1 addition
and
2 deletions
openair3/NAS/UE/EMM/Authentication.c
+
1
−
2
View file @
139d20a9
...
...
@@ -149,8 +149,7 @@ int emm_proc_authentication_request(nas_user_t *user, int native_ksi, int ksi,
int
rc
=
RETURNerror
;
authentication_data_t
*
authentication_data
=
user
->
authentication_data
;
emm_timers_t
*
emm_timers
=
user
->
emm_data
->
emm_timers
;
uint8_t
nullRand
[
AUTH_CK_SIZE
];
memset
(
nullRand
,
0
,
AUTH_CK_SIZE
);
LOG_TRACE
(
INFO
,
"EMM-PROC - Authentication requested ksi type = %s, ksi = %d"
,
native_ksi
?
"native"
:
"mapped"
,
ksi
);
/* 3GPP TS 24.301, section 5.4.2.1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment