Skip to content

Commit 8173d03

Browse files
committed
du: set 1 PRB for default PUCCH-PUSCH guardband
Signed-off-by: Carlo Galiotto <[email protected]>
1 parent efcf424 commit 8173d03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -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.

include/srsran/scheduler/config/scheduler_expert_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)