Skip to content

Commit 2b867b5

Browse files
committed
sched: set default nof_preselected_newtx_ues to 1024
Signed-off-by: Carlo Galiotto <[email protected]>
1 parent d7a545e commit 2b867b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/units/flexible_o_du/o_du_high/du_high/du_high_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ struct du_high_unit_scheduler_config {
8989
/// When \c nof_preselected_newtx_ues is lower than the total number of active UEs in the cell, the scheduler will
9090
/// operate as a hybrid between a Round-Robin scheduler and whichever scheduler policy was selected (e.g. QoS-aware).
9191
/// This parameter is useful to reduce the complexity of the scheduling decision, at the cost of some performance.
92-
unsigned nof_preselected_newtx_ues = 32;
92+
unsigned nof_preselected_newtx_ues = 1024;
9393
/// Scheduler policy employed to prioritize or deprioritize pre-selected UE candidates.
9494
std::optional<scheduler_policy_config> policy_cfg;
9595
};

0 commit comments

Comments
 (0)