Skip to content

Do not start processSlotTx before it is ready to run

Bartosz Podrygajlo requested to merge run-process-slot-tx-to-completion into develop

This MR introduces a dynamic_barrier_t type which is like std::barrier but the callback does not need to be specified at join, and uses it to achieve run-to-completion for NR UEs processSlotTX function. This means that there is no longer a need to wait in processSlotTx.

Merge request reports