We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784e992 commit 4c32359Copy full SHA for 4c32359
apps/units/flexible_o_du/o_du_low/du_low_config_translator.cpp
@@ -100,7 +100,7 @@ static void generate_du_low_config(srs_du::du_low_config&
100
// size to one. Otherwise, it is set to the maximum number of PUSCH transmissions that can be scheduled in one slot.
101
unsigned max_pusch_concurrency = 1;
102
if (du_low.expert_execution_cfg.threads.nof_pusch_decoder_threads > 0) {
103
- max_pusch_concurrency = cell.max_puschs_per_slot;
+ max_pusch_concurrency = MAX_PUSCH_PDUS_PER_SLOT;
104
}
105
106
upper_phy_cell.nof_slots_request_headroom = du_low.expert_phy_cfg.nof_slots_request_headroom;
0 commit comments