Skip to content
Snippets Groups Projects
Commit 9f4ce3b4 authored by gauthier's avatar gauthier
Browse files

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5584 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 9de1c757
No related branches found
No related tags found
No related merge requests found
...@@ -211,11 +211,9 @@ static e_SecurityAlgorithmConfig__integrityProtAlgorithm rrc_eNB_select_integrit ...@@ -211,11 +211,9 @@ static e_SecurityAlgorithmConfig__integrityProtAlgorithm rrc_eNB_select_integrit
return SecurityAlgorithmConfig__integrityProtAlgorithm_eia2; return SecurityAlgorithmConfig__integrityProtAlgorithm_eia2;
} }
#if defined (ENABLE_SNOW_3G)
if (algorithms & S1AP_INTEGRITY_EIA1_MASK) { if (algorithms & S1AP_INTEGRITY_EIA1_MASK) {
return SecurityAlgorithmConfig__integrityProtAlgorithm_eia1; return SecurityAlgorithmConfig__integrityProtAlgorithm_eia1;
} }
#endif
return INTEGRITY_ALGORITHM_NONE; return INTEGRITY_ALGORITHM_NONE;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment