Commit d41c76a2 authored by Robert Schmidt's avatar Robert Schmidt

reset nFAPI message count in PNF

parent 24e06382
......@@ -172,6 +172,8 @@ static void tx_func(void *param)
ru_tx_func((void *)&syncMsgRU);
stop_meas(&info->gNB->phy_proc_tx);
}
info->num_pdsch_slot = 0;
info->num_dl_pdcch = 0;
}
......
......@@ -95,8 +95,6 @@ void nr_schedule_dl_tti_req(PHY_VARS_gNB *gNB, nfapi_nr_dl_tti_request_t *DL_req
DevAssert(slot_type == NR_DOWNLINK_SLOT || slot_type == NR_MIXED_SLOT);
processingData_L1tx_t *msgTx = gNB->msgDataTx;
msgTx->num_pdsch_slot = 0;
msgTx->num_dl_pdcch = 0;
msgTx->slot = slot;
msgTx->frame = frame;
......
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