We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a992e86 commit ed8b77fCopy full SHA for ed8b77f
include/srsran/ran/slot_pdu_capacity_constants.h
@@ -65,7 +65,7 @@ static constexpr size_t MAX_PUSCH_PDUS_PER_SLOT = 16U;
65
static constexpr size_t MAX_UL_PDCCH_PDUS_PER_SLOT = 16U;
66
67
/// [Implementation defined] Maximum number of PUCCH PDUs per slot.
68
-static constexpr size_t MAX_PUCCH_PDUS_PER_SLOT = 32U;
+static constexpr size_t MAX_PUCCH_PDUS_PER_SLOT = 64U;
69
70
/// [Implementation defined] Maximum number of codeblocks per PDU.
71
static constexpr size_t MAX_CBS_PER_PDU = 64;
0 commit comments