Commit aaabdb84 authored by jperaldi's avatar jperaldi

bug #122160 [L3 SIMU] support of 3GPP 36523 9.2.1.1.19 Attach / Abnormal case...

bug #122160 [L3 SIMU] support of 3GPP 36523 9.2.1.1.19 Attach / Abnormal case / Failure due to non integrity protection: Stone's patch
parent 5fee4dc4
......@@ -10389,7 +10389,7 @@ void *rrc_enb_process_itti_msg(void *notUsed) {
{
xer_fprint(stdout, &asn_DEF_LTE_DL_DCCH_Message, (void *)dl_dcch_msg);
}
if (dl_dcch_msg->message.choice.c1.present == LTE_DL_DCCH_MessageType__c1_PR_ueCapabilityEnquiry && as_security_conf_ciphering)
if ((dl_dcch_msg->message.choice.c1.present == LTE_DL_DCCH_MessageType__c1_PR_ueCapabilityEnquiry || dl_dcch_msg->message.choice.c1.present == LTE_DL_DCCH_MessageType__c1_PR_dlInformationTransfer) && as_security_conf_ciphering)
{
for (int i = 0; i < MAX_RBS; i++)
{
......
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