Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
b4b7ad5b
Commit
b4b7ad5b
authored
Jul 28, 2014
by
gauthier
Browse files
eea0 prefered
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5617
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
af5e4b17
Changes
1
Show whitespace changes
Inline
Side-by-side
openair-cn/NAS/EURECOM-NAS/src/emm/SecurityModeControl.c
View file @
b4b7ad5b
...
...
@@ -1144,12 +1144,12 @@ static int _security_select_algorithms(
LOG_FUNC_RETURN
(
rc
);
}
if
(
ue_eeaP
&
(
0x80
>>
NAS_SECURITY_ALGORITHMS_EEA1
))
{
LOG_TRACE
(
DEBUG
,
"Selected NAS_SECURITY_ALGORITHMS_EEA1"
);
*
mme_eeaP
=
NAS_SECURITY_ALGORITHMS_EEA1
;
}
else
if
(
ue_eeaP
&
(
0x80
>>
NAS_SECURITY_ALGORITHMS_EEA0
))
{
if
(
ue_eeaP
&
(
0x80
>>
NAS_SECURITY_ALGORITHMS_EEA0
))
{
LOG_TRACE
(
DEBUG
,
"Selected NAS_SECURITY_ALGORITHMS_EEA0"
);
*
mme_eeaP
=
NAS_SECURITY_ALGORITHMS_EEA0
;
}
else
if
(
ue_eeaP
&
(
0x80
>>
NAS_SECURITY_ALGORITHMS_EEA1
))
{
LOG_TRACE
(
DEBUG
,
"Selected NAS_SECURITY_ALGORITHMS_EEA1"
);
*
mme_eeaP
=
NAS_SECURITY_ALGORITHMS_EEA1
;
}
else
if
(
ue_eeaP
&
(
0x80
>>
NAS_SECURITY_ALGORITHMS_EEA2
))
{
LOG_TRACE
(
DEBUG
,
"Selected NAS_SECURITY_ALGORITHMS_EEA2"
);
*
mme_eeaP
=
NAS_SECURITY_ALGORITHMS_EEA2
;
...
...
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