Add missing current_tx_nb which was causing all in uplink to fail

This commit is contained in:
Ismael Gomez 2020-11-06 21:50:53 +01:00 committed by Andre Puschmann
parent 709d69d55f
commit 13f1d65b24
1 changed files with 2 additions and 0 deletions

View File

@ -1210,6 +1210,8 @@ void sf_sched::set_ul_sched_result(const pdcch_grid_t::alloc_result_t& dci_resul
total_data_before,
old_pending_bytes);
pusch->current_tx_nb = h->nof_retx(0);
ul_result->nof_dci_elems++;
}
}