Commit f4f2b927 authored by francescomani's avatar francescomani

bugfix in phytest mode

parent 07a582a6
...@@ -199,6 +199,7 @@ void nr_preprocessor_phytest(module_id_t module_id, ...@@ -199,6 +199,7 @@ void nr_preprocessor_phytest(module_id_t module_id,
const int tda = get_dl_tda(RC.nrmac[module_id], scc, slot); const int tda = get_dl_tda(RC.nrmac[module_id], scc, slot);
NR_pdsch_tda_info_t *tda_info = &sched_ctrl->sched_pdsch.tda_info; NR_pdsch_tda_info_t *tda_info = &sched_ctrl->sched_pdsch.tda_info;
nr_get_pdsch_tda_info(dl_bwp, tda, tda_info); nr_get_pdsch_tda_info(dl_bwp, tda, tda_info);
sched_ctrl->sched_pdsch.time_domain_allocation = tda;
/* find largest unallocated chunk */ /* find largest unallocated chunk */
const int bwpSize = dl_bwp->BWPSize; const int bwpSize = dl_bwp->BWPSize;
......
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