Skip to content

Commit eb0ad01

Browse files
committed
phy: review UL-SCH demux
1 parent 64de65c commit eb0ad01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/srsran/phy/upper/channel_processors/ulsch_demultiplex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class ulsch_demultiplex
8484
unsigned nof_enc_harq_ack_bits,
8585
const configuration& config) = 0;
8686

87-
/// \brief Demultiplexes the Share Channel (SCH) data, the HARQ-ACK information bits and the CSI Part 2 report from
87+
/// \brief Demultiplexes the Shared Channel (SCH) data, the HARQ-ACK information bits and the CSI Part 2 report from
8888
/// the UL-SCH transmission.
8989
/// \param[out] sch_data Shared channel data soft bits.
9090
/// \param[out] harq_ack HARQ-ACK information soft bits.
@@ -97,7 +97,7 @@ class ulsch_demultiplex
9797
span<log_likelihood_ratio> harq_ack,
9898
span<log_likelihood_ratio> csi_part2,
9999
span<const log_likelihood_ratio> input,
100-
unsigned nof_csi_part1_bits,
100+
unsigned nof_enc_csi_part1_bits,
101101
const configuration& config) = 0;
102102

103103
/// \brief Demultiplexes Uplink Shared Channel (UL-SCH).

0 commit comments

Comments
 (0)