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 fd5cde525c
commit 2b99059bff
1 changed files with 2 additions and 0 deletions

View File

@ -1205,6 +1205,8 @@ void sf_sched::set_ul_sched_result(const pdcch_grid_t::alloc_result_t& dci_resul
pending_data_before,
user->get_pending_ul_old_data(cell_index));
pusch->current_tx_nb = h->nof_retx(0);
ul_result->nof_dci_elems++;
}
}