Skip to content

Commit eef210e

Browse files
carlo-galcodebot
authored andcommitted
sched: update PUCCH common and ded resource allocator
Signed-off-by: Carlo Galiotto <[email protected]>
1 parent 3e6a2f1 commit eef210e

File tree

4 files changed

+147
-135
lines changed

4 files changed

+147
-135
lines changed

lib/scheduler/pucch_scheduling/pucch_allocator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class pucch_allocator
120120
/// \param[in] rnti RNTI of the UE.
121121
/// \param[in] sl_tx Slot to search PUCCH grants.
122122
/// \return Returns true if a PUCCH grant using common PUCCH resource exits. False, otherwise.
123-
virtual bool has_common_pucch_f1_grant(rnti_t rnti, slot_point sl_tx) const = 0;
123+
virtual bool has_common_pucch_grant(rnti_t rnti, slot_point sl_tx) const = 0;
124124
};
125125

126126
} // namespace srsran

0 commit comments

Comments
 (0)