Skip to content
Snippets Groups Projects
Commit cd686fc0 authored by Raymond.Knopp's avatar Raymond.Knopp
Browse files

fix bug from faulty merge

parent 89ad7c70
No related branches found
No related tags found
No related merge requests found
......@@ -1218,7 +1218,7 @@ void schedule_response(Sched_Rsp_t *Sched_INFO) {
case NFAPI_HI_DCI0_HI_PDU_TYPE:
handle_nfapi_hi_dci0_hi_pdu(eNB,proc,hi_dci0_req_pdu);
eNB->pdcch_vars[subframe&1].num_hi++;
eNB->pdcch_vars[subframe&1].num_dci++;
break;
}
......
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