Skip to content

Commit

Permalink
allow more PUSCH per slot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismael committed Oct 31, 2024
1 parent 7c6d73a commit 339a4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/srsran/ran/slot_pdu_capacity_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static constexpr unsigned MAX_PREAMBLES_PER_PRACH_OCCASION = 64;
static constexpr size_t MAX_CODEWORDS_PER_PDSCH = 2;

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

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

0 comments on commit 339a4a9

Please sign in to comment.