File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -113,12 +113,8 @@ struct sched_cell_configuration_request_message {
113113struct 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.
You can’t perform that action at this time.
0 commit comments