diff --git a/src/lte/model/epc-sgw-pgw-application.cc b/src/lte/model/epc-sgw-pgw-application.cc index ea51478a2..626d9422f 100644 --- a/src/lte/model/epc-sgw-pgw-application.cc +++ b/src/lte/model/epc-sgw-pgw-application.cc @@ -65,7 +65,7 @@ uint32_t EpcSgwPgwApplication::UeInfo::Classify (Ptr p, uint16_t protocolNumber) { NS_LOG_FUNCTION (this << p); - // we hardcode DOWNLINK direction since the PGW is espected to + // we hardcode DOWNLINK direction since the PGW is expected to // classify only downlink packets (uplink packets will go to the // internet without any classification). return m_tftClassifier.Classify (p, EpcTft::DOWNLINK, protocolNumber); diff --git a/src/lte/model/lte-enb-rrc.cc b/src/lte/model/lte-enb-rrc.cc index 83939d0ad..2942ff920 100644 --- a/src/lte/model/lte-enb-rrc.cc +++ b/src/lte/model/lte-enb-rrc.cc @@ -545,7 +545,7 @@ UeManager::ReleaseDataRadioBearer (uint8_t drbid) msg.haveMobilityControlInfo = false; msg.radioResourceConfigDedicated = rrcd; msg.haveRadioResourceConfigDedicated = true; - // ToDo: Resend in eny case this configuration + // ToDo: Resend in any case this configuration // needs to be initialized msg.haveNonCriticalExtension = false; //RRC Connection Reconfiguration towards UE @@ -1122,7 +1122,7 @@ UeManager::RecvMeasurementReport (LteRrcSap::MeasurementReport msg) { m_rrc->m_ffrRrcSapProvider.at (it->servFreqId)->ReportUeMeas (m_rnti, msg.measResults); /// ToDo: implement on Ffr algorithm the code to properly parsing the new measResults message format - /// alternatevely it is needed to 'repack' properly the measResults message before sending to Ffr + /// alternatively it is needed to 'repack' properly the measResults message before sending to Ffr } } diff --git a/src/lte/model/lte-ue-rrc.h b/src/lte/model/lte-ue-rrc.h index bdae06d0a..1af929fa1 100644 --- a/src/lte/model/lte-ue-rrc.h +++ b/src/lte/model/lte-ue-rrc.h @@ -688,7 +688,7 @@ private: * \param nonCec LteRrcSap::NonCriticalExtensionConfiguration */ void ApplyRadioResourceConfigDedicatedSecondaryCarrier (LteRrcSap::NonCriticalExtensionConfiguration nonCec); - /// Start connetion function + /// Start connection function void StartConnection (); /// Leave connected mode void LeaveConnectedMode (); diff --git a/src/lte/test/lte-test-cqa-ff-mac-scheduler.cc b/src/lte/test/lte-test-cqa-ff-mac-scheduler.cc index 5a2e7d7ec..e60354dc2 100644 --- a/src/lte/test/lte-test-cqa-ff-mac-scheduler.cc +++ b/src/lte/test/lte-test-cqa-ff-mac-scheduler.cc @@ -17,7 +17,7 @@ * * Author: Biljana Bojovic * Dizhi Zhou - * Marco Miozzo , + * Marco Miozzo , * Nicola Baldo * */ diff --git a/src/lte/test/lte-test-cqa-ff-mac-scheduler.h b/src/lte/test/lte-test-cqa-ff-mac-scheduler.h index d8f1797f8..23e7fa407 100644 --- a/src/lte/test/lte-test-cqa-ff-mac-scheduler.h +++ b/src/lte/test/lte-test-cqa-ff-mac-scheduler.h @@ -17,7 +17,7 @@ * * Author: Biljana Bojovic * Dizhi Zhou - * Marco Miozzo , + * Marco Miozzo , * Nicola Baldo * */ diff --git a/src/lte/test/test-lte-handover-delay.cc b/src/lte/test/test-lte-handover-delay.cc index e4cb57356..a43714efb 100644 --- a/src/lte/test/test-lte-handover-delay.cc +++ b/src/lte/test/test-lte-handover-delay.cc @@ -63,7 +63,7 @@ public: /** * Constructor * - *\param numberOfComponentCarriers number of component carriers + * \param numberOfComponentCarriers number of component carriers * \param useIdealRrc if true, use the ideal RRC * \param handoverTime the time of handover * \param delayThreshold the delay threshold