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 7c6d73a commit 339a4a9Copy full SHA for 339a4a9
include/srsran/ran/slot_pdu_capacity_constants.h
@@ -59,7 +59,7 @@ static constexpr unsigned MAX_PREAMBLES_PER_PRACH_OCCASION = 64;
59
static constexpr size_t MAX_CODEWORDS_PER_PDSCH = 2;
60
61
/// [Implementation defined] Maximum number of PUSCH PDUs per slot.
62
-static constexpr size_t MAX_PUSCH_PDUS_PER_SLOT = 16U;
+static constexpr size_t MAX_PUSCH_PDUS_PER_SLOT = 64U;
63
64
/// [Implementation defined] Maximum number of UL PDCCH PDUs per slot.
65
static constexpr size_t MAX_UL_PDCCH_PDUS_PER_SLOT = 16U;
0 commit comments