Commit 0b376911 authored by Robert Schmidt's avatar Robert Schmidt

Reset num_ul_pdcch after scheduling

Co-authored-by: default avatarhsum <ming-hong.hsu@eurecom.fr>
parent 5ca223ab
......@@ -265,6 +265,7 @@ void nr_generate_dci_top(processingData_L1tx_t *msgTx,
for (int i=0; i<msgTx->num_ul_pdcch; i++)
nr_generate_dci(msgTx->gNB,&msgTx->ul_pdcch_pdu[i].pdcch_pdu.pdcch_pdu_rel15,txdataF,amp,frame_parms,slot);
msgTx->num_ul_pdcch = 0;
for (int i=0; i<msgTx->num_dl_pdcch; i++)
nr_generate_dci(msgTx->gNB,&msgTx->pdcch_pdu[i].pdcch_pdu_rel15,txdataF,amp,frame_parms,slot);
......
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