Commit 463cf306 authored by Florian Kaltenberger's avatar Florian Kaltenberger

temporarily disabling PDSCH decoding while finding the problem that makes...

temporarily disabling PDSCH decoding while finding the problem that makes nr-ue crash when used in real-time
parent 9498f8f6
......@@ -5102,7 +5102,7 @@ int phy_procedures_nrUE_RX(PHY_VARS_NR_UE *ue,UE_nr_rxtx_proc_t *proc,uint8_t eN
}
//set active for testing, to be removed
ue->dlsch[ue->current_thread_id[nr_tti_rx]][eNB_id][0]->active = 1;
ue->dlsch[ue->current_thread_id[nr_tti_rx]][eNB_id][0]->active = 0;
}
else
ue->dlsch[ue->current_thread_id[nr_tti_rx]][eNB_id][0]->active = 0;
......
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