File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
include/srsran/phy/upper/channel_processors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments