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 d7a545e commit 2b867b5Copy full SHA for 2b867b5
apps/units/flexible_o_du/o_du_high/du_high/du_high_config.h
@@ -89,7 +89,7 @@ struct du_high_unit_scheduler_config {
89
/// When \c nof_preselected_newtx_ues is lower than the total number of active UEs in the cell, the scheduler will
90
/// operate as a hybrid between a Round-Robin scheduler and whichever scheduler policy was selected (e.g. QoS-aware).
91
/// 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;
+ unsigned nof_preselected_newtx_ues = 1024;
93
/// Scheduler policy employed to prioritize or deprioritize pre-selected UE candidates.
94
std::optional<scheduler_policy_config> policy_cfg;
95
};
0 commit comments