Commit dab82a27 authored by Xu Bo's avatar Xu Bo

fix for-loop index in pdate_ul_dci

parent 5808ce39
......@@ -1703,7 +1703,7 @@ update_ul_dci(module_id_t module_idP,
for (i = 0;
i <
HI_DCI0_req->hi_dci0_request_body.number_of_dci +
HI_DCI0_req->hi_dci0_request_body.number_of_dci; i++) {
HI_DCI0_req->hi_dci0_request_body.number_of_hi; i++) {
if ((hi_dci0_pdu[i].pdu_type == NFAPI_HI_DCI0_DCI_PDU_TYPE) &&
(hi_dci0_pdu[i].dci_pdu.dci_pdu_rel8.rnti == rntiP))
......
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