lte: Fix typos and some header spacings
This commit is contained in:
committed by
Tom Henderson
parent
648b440408
commit
9e1d40a85b
@@ -65,7 +65,7 @@ uint32_t
|
||||
EpcSgwPgwApplication::UeInfo::Classify (Ptr<Packet> 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);
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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 ();
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*
|
||||
* Author: Biljana Bojovic<bbojovic@cttc.es>
|
||||
* Dizhi Zhou <dizhi.zhou@gmail.com>
|
||||
* Marco Miozzo <marco.miozzo@cttc.es>,
|
||||
* Marco Miozzo <marco.miozzo@cttc.es>,
|
||||
* Nicola Baldo <nbaldo@cttc.es>
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
*
|
||||
* Author: Biljana Bojovic<bbojovic@cttc.es>
|
||||
* Dizhi Zhou <dizhi.zhou@gmail.com>
|
||||
* Marco Miozzo <marco.miozzo@cttc.es>,
|
||||
* Marco Miozzo <marco.miozzo@cttc.es>,
|
||||
* Nicola Baldo <nbaldo@cttc.es>
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user