Skip to content

Commit 339a4a9

Browse files
author
Ismael
committed
allow more PUSCH per slot
1 parent 7c6d73a commit 339a4a9

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
@@ -59,7 +59,7 @@ static constexpr unsigned MAX_PREAMBLES_PER_PRACH_OCCASION = 64;
5959
static constexpr size_t MAX_CODEWORDS_PER_PDSCH = 2;
6060

6161
/// [Implementation defined] Maximum number of PUSCH PDUs per slot.
62-
static constexpr size_t MAX_PUSCH_PDUS_PER_SLOT = 16U;
62+
static constexpr size_t MAX_PUSCH_PDUS_PER_SLOT = 64U;
6363

6464
/// [Implementation defined] Maximum number of UL PDCCH PDUs per slot.
6565
static constexpr size_t MAX_UL_PDCCH_PDUS_PER_SLOT = 16U;

0 commit comments

Comments
 (0)