Commit 9f4ce3b4 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5584 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 9de1c757
......@@ -211,11 +211,9 @@ static e_SecurityAlgorithmConfig__integrityProtAlgorithm rrc_eNB_select_integrit
return SecurityAlgorithmConfig__integrityProtAlgorithm_eia2;
}
#if defined (ENABLE_SNOW_3G)
if (algorithms & S1AP_INTEGRITY_EIA1_MASK) {
return SecurityAlgorithmConfig__integrityProtAlgorithm_eia1;
}
#endif
return INTEGRITY_ALGORITHM_NONE;
}
......
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