Fix typos

master
Xavier Arteaga 4 years ago committed by Xavier Arteaga
parent c5bb522f11
commit 7704c09ce2

@ -156,7 +156,7 @@ int srsran_dci_nr_format_0_0_pack(const srsran_carrier_nr_t* carrier,
*(y++) = 0; *(y++) = 0;
} }
// UL/SUL indicator 1 bit for UEs configured with supplementaryUplink in ServingCellConfig, othwerwise 0 // UL/SUL indicator 1 bit for UEs configured with supplementaryUplink in ServingCellConfig, otherwise 0
if (supplementary_uplink) { if (supplementary_uplink) {
*(y++) = 0; *(y++) = 0;
} }
@ -250,7 +250,7 @@ int srsran_dci_nr_format_0_0_unpack(const srsran_carrier_nr_t* carrier,
y++; y++;
} }
// UL/SUL indicator 1 bit for UEs configured with supplementaryUplink in ServingCellConfig, othwerwise 0 // UL/SUL indicator 1 bit for UEs configured with supplementaryUplink in ServingCellConfig, otherwise 0
if (supplementary_uplink) { if (supplementary_uplink) {
y++; y++;
} }
@ -306,7 +306,7 @@ int srsran_dci_nr_format_0_0_sizeof(const srsran_carrier_nr_t* carrier,
// Padding goes here // Padding goes here
count += padding; count += padding;
// UL/SUL indicator 1 bit for UEs configured with supplementaryUplink in ServingCellConfig, othwerwise 0 // UL/SUL indicator 1 bit for UEs configured with supplementaryUplink in ServingCellConfig, otherwise 0
if (supplementary_uplink) { if (supplementary_uplink) {
count++; count++;
} }

@ -77,7 +77,7 @@ public:
void stop(); void stop();
/** /**
* Sets the primmary cell, configures the cell bandwidth and sampling rate * Sets the primary cell, configures the cell bandwidth and sampling rate
* @param earfcn Frequency the component is receiving base-band from. Used only for reporting the EARFCN to the RRC * @param earfcn Frequency the component is receiving base-band from. Used only for reporting the EARFCN to the RRC
* @param cell Actual cell configuration * @param cell Actual cell configuration
*/ */

Loading…
Cancel
Save