Skip to content

Commit a31d447

Browse files
dvdgrgrttcodebot
authored andcommitted
docs: fix typos
1 parent 1697aef commit a31d447

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class pucch_processor
6868
optional<unsigned> second_hop_prb;
6969
/// \brief Parameter \f$n_{\textup{ID}}\f$ in TS38.211 Section 6.3.2.2.1 {0, ..., 1023}.
7070
///
71-
/// It must be set to the higher layer parameter \e hopingID given by TS38.331 Section 6.3.2, Information Element \e
72-
/// PUCCH-ConfigCommon, if it is configured. Otherwise, it must be equal to the physical cell identifier
71+
/// It must be set to the higher layer parameter \e hoppingID given by TS38.331 Section 6.3.2, Information Element
72+
/// \e PUCCH-ConfigCommon, if it is configured. Otherwise, it must be equal to the physical cell identifier
7373
/// \f$N_{\textup{ID}}^{\textup{cell}}\f$.
7474
unsigned n_id;
7575
/// Number of expected HARQ-ACK bits {0, 1, 2} (see also \ref PUCCH_payload_size "here").

lib/phy/upper/signal_processors/pucch/pucch_helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class pucch_helper
5959
///
6060
/// \param slot[in] Current slot
6161
/// \param cp[in] Cyclic prefix type
62-
/// \param n_id[in] Higher layer parameter hopingID if configured, physical cell id otherwise
62+
/// \param n_id[in] Higher layer parameter hoppingID if configured, physical cell id otherwise
6363
/// \param symbol[in] OFDM symbol index in the slot
6464
/// \param m0[in] Initial cyclic shift
6565
/// \param m_cs[in] Cyclic shift

0 commit comments

Comments
 (0)