Skip to content

Commit 0f9be58

Browse files
committed
sched: remove per UE CRB limits from sched_ue_resource_alloc_config
1 parent c11773f commit 0f9be58

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/srsran/scheduler/scheduler_configurator.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,8 @@ struct sched_cell_configuration_request_message {
113113
struct sched_ue_resource_alloc_config {
114114
/// Minimum and maximum PDSCH grant sizes for the given UE.
115115
prb_interval pdsch_grant_size_limits{0, MAX_NOF_PRBS};
116-
/// Boundaries within which PDSCH needs to be allocated.
117-
crb_interval pdsch_crb_limits{0, MAX_NOF_PRBS};
118116
/// Minimum and maximum PUSCH grant sizes for the given UE.
119117
prb_interval pusch_grant_size_limits{0, MAX_NOF_PRBS};
120-
/// Boundaries within which PUSCH needs to be allocated.
121-
crb_interval pusch_crb_limits{0, MAX_NOF_PRBS};
122118
/// Maximum PDSCH HARQ retransmissions.
123119
unsigned max_pdsch_harq_retxs = 4;
124120
/// Maximum PUSCH HARQ retransmissions.

0 commit comments

Comments
 (0)