Skip to content

Commit ed8b77f

Browse files
carlo-galasaezper
authored andcommitted
sched: increase the max PUCCH grants per slot
Signed-off-by: Carlo Galiotto <[email protected]>
1 parent a992e86 commit ed8b77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/srsran/ran/slot_pdu_capacity_constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static constexpr size_t MAX_PUSCH_PDUS_PER_SLOT = 16U;
6565
static constexpr size_t MAX_UL_PDCCH_PDUS_PER_SLOT = 16U;
6666

6767
/// [Implementation defined] Maximum number of PUCCH PDUs per slot.
68-
static constexpr size_t MAX_PUCCH_PDUS_PER_SLOT = 32U;
68+
static constexpr size_t MAX_PUCCH_PDUS_PER_SLOT = 64U;
6969

7070
/// [Implementation defined] Maximum number of codeblocks per PDU.
7171
static constexpr size_t MAX_CBS_PER_PDU = 64;

0 commit comments

Comments
 (0)