File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/units/flexible_o_du/o_du_high/du_high
include/srsran/scheduler/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ struct du_high_unit_ul_common_config {
117117 // / Maximum number of PUSCH + PUCCH grants per slot.
118118 unsigned max_ul_grants_per_slot = 32U ;
119119 // / Minimum distance in PRBs between PUCCH and UE-dedicated PUSCH grants.
120- unsigned min_pucch_pusch_prb_distance = 0U ;
120+ unsigned min_pucch_pusch_prb_distance = 1U ;
121121};
122122
123123// / PDSCH application configuration.
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ struct scheduler_ue_expert_config {
185185 // / Boundaries in RB interval for resource allocation of UE PUSCHs.
186186 crb_interval pusch_crb_limits{0 , MAX_NOF_PRBS};
187187 // / Minimum distance between PUCCH and PUSCH in number of PRBs.
188- unsigned min_pucch_pusch_prb_distance = 0 ;
188+ unsigned min_pucch_pusch_prb_distance = 1 ;
189189 // / Expert parameters to be passed to the policy scheduler.
190190 policy_scheduler_expert_config strategy_cfg = time_qos_scheduler_expert_config{};
191191 // / \brief Size of the group of UEs that is considered for newTx DL allocation in a given slot. The groups of UEs
You can’t perform that action at this time.
0 commit comments