Commit ff2aee63 authored by jperaldi's avatar jperaldi

Vijay's comment taken into account

parent e886ef17
...@@ -442,6 +442,7 @@ boolean_t pdcp_data_req( ...@@ -442,6 +442,7 @@ boolean_t pdcp_data_req(
((pdcp_p->integrityProtAlgorithm) != 0))) { ((pdcp_p->integrityProtAlgorithm) != 0))) {
uint8_t ciphyeringAlgorithm = pdcp_p->cipheringAlgorithm; uint8_t ciphyeringAlgorithm = pdcp_p->cipheringAlgorithm;
if (ctxt_pP->enb_flag == ENB_FLAG_YES) { if (ctxt_pP->enb_flag == ENB_FLAG_YES) {
if (RC.ss.mode >= SS_SOFTMODEM) {
if(srb_flagP && rb_idP==1){ if(srb_flagP && rb_idP==1){
LTE_DL_DCCH_Message_t *dl_dcch_msg = NULL; LTE_DL_DCCH_Message_t *dl_dcch_msg = NULL;
uper_decode(NULL, &asn_DEF_LTE_DL_DCCH_Message, uper_decode(NULL, &asn_DEF_LTE_DL_DCCH_Message,
...@@ -456,6 +457,7 @@ boolean_t pdcp_data_req( ...@@ -456,6 +457,7 @@ boolean_t pdcp_data_req(
ASN_STRUCT_FREE(asn_DEF_LTE_DL_DCCH_Message,dl_dcch_msg); ASN_STRUCT_FREE(asn_DEF_LTE_DL_DCCH_Message,dl_dcch_msg);
} }
} }
}
start_meas(&eNB_pdcp_stats[ctxt_pP->module_id].apply_security); start_meas(&eNB_pdcp_stats[ctxt_pP->module_id].apply_security);
} else { } else {
start_meas(&UE_pdcp_stats[ctxt_pP->module_id].apply_security); start_meas(&UE_pdcp_stats[ctxt_pP->module_id].apply_security);
......
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