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

View File

@ -1224,6 +1224,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++;
}
}