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