Standardize closing "// namespace ns3" comments

This commit is contained in:
Eduardo Almeida
2024-07-02 17:50:31 +01:00
parent 2c024ff462
commit 915be071a2
60 changed files with 60 additions and 60 deletions

View File

@@ -181,4 +181,4 @@ BuildingsChannelConditionModel::AssignStreams(int64_t /* stream */)
return 0;
}
} // end namespace ns3
} // namespace ns3

View File

@@ -202,4 +202,4 @@ ThreeGppV2vHighwayChannelConditionModel::GetChCondWithNoBuildings(Ptr<const Mobi
return cond;
}
} // end namespace ns3
} // namespace ns3

View File

@@ -228,6 +228,6 @@ gboolean clean_model_callback_config_default(GtkTreeModel* model,
GtkTreePath* path,
GtkTreeIter* iter,
gpointer data);
} // end namespace ns3
} // namespace ns3
#endif

View File

@@ -127,4 +127,4 @@ ModelCreator::DoEndVisitArrayItem()
g_free(iter);
m_iters.pop_back();
}
} // end namespace ns3
} // namespace ns3

View File

@@ -71,4 +71,4 @@ ModelTypeidCreator::EndVisitTypeId()
{
Remove();
}
} // end namespace ns3
} // namespace ns3

View File

@@ -253,4 +253,4 @@ A2A4RsrqHandoverAlgorithm::UpdateNeighbourMeasurements(uint16_t rnti, uint16_t c
}
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -178,6 +178,6 @@ class A2A4RsrqHandoverAlgorithm : public LteHandoverAlgorithm
LteHandoverManagementSapProvider* m_handoverManagementSapProvider;
};
} // end of namespace ns3
} // namespace ns3
#endif /* A2_A4_RSRQ_HANDOVER_ALGORITHM_H */

View File

@@ -172,4 +172,4 @@ A3RsrpHandoverAlgorithm::IsValidNeighbour(uint16_t cellId)
return true;
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -110,6 +110,6 @@ class A3RsrpHandoverAlgorithm : public LteHandoverAlgorithm
LteHandoverManagementSapProvider* m_handoverManagementSapProvider;
};
} // end of namespace ns3
} // namespace ns3
#endif /* A3_RSRP_HANDOVER_ALGORITHM_H */

View File

@@ -500,6 +500,6 @@ MemberCschedSapProvider<C>::CschedUeReleaseReq(const CschedUeReleaseReqParameter
m_scheduler->DoCschedUeReleaseReq(params);
}
} // end namespace ns3
} // namespace ns3
#endif /* FF_MAC_CSCHED_SAP_H */

View File

@@ -20,4 +20,4 @@ LteAnrSapUser::~LteAnrSapUser()
{
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -216,6 +216,6 @@ MemberLteAnrSapUser<C>::AddUeMeasReportConfigForAnr(LteRrcSap::ReportConfigEutra
return m_owner->DoAddUeMeasReportConfigForAnr(reportConfig);
}
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_ANR_SAP_H */

View File

@@ -233,4 +233,4 @@ LteAnr::Find(uint16_t cellId) const
return &(it->second);
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -223,6 +223,6 @@ class LteAnr : public Object
uint16_t m_servingCellId;
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_ANR_H */

View File

@@ -20,4 +20,4 @@ LteCcmMacSapUser::~LteCcmMacSapUser()
{
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -204,6 +204,6 @@ MemberLteCcmMacSapUser<C>::NotifyHarqDeliveryFailure()
m_owner->DoNotifyHarqDeliveryFailure();
}
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_CCM_MAC_SAP_H */

View File

@@ -20,4 +20,4 @@ LteCcmRrcSapUser::~LteCcmRrcSapUser()
{
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -384,6 +384,6 @@ MemberLteCcmRrcSapUser<C>::SetNumberOfComponentCarriers(uint16_t noOfComponentCa
return m_owner->DoSetNumberOfComponentCarriers(noOfComponentCarriers);
}
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_CCM_RRC_SAP_H */

View File

@@ -121,4 +121,4 @@ LteEnbComponentCarrierManager::SetNumberOfComponentCarriers(uint16_t noOfCompone
m_ccmRrcSapUser->SetNumberOfComponentCarriers(noOfComponentCarriers);
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -212,6 +212,6 @@ class LteEnbComponentCarrierManager : public Object
//!< calls from the eNodeB RRC instance.
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_ENB_COMPONENT_CARRIER_MANAGER_H */

View File

@@ -454,6 +454,6 @@ class LteEnbMac : public Object
uint8_t m_componentCarrierId;
};
} // end namespace ns3
} // namespace ns3
#endif /* LTE_ENB_MAC_ENTITY_H */

View File

@@ -167,4 +167,4 @@ LteFfrAlgorithm::DoSetBandwidth(uint16_t ulBandwidth, uint16_t dlBandwidth)
SetUlBandwidth(ulBandwidth);
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -245,6 +245,6 @@ class LteFfrAlgorithm : public Object
bool m_needReconfiguration; /**< If true FR algorithm will be reconfigured*/
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_FFR_ALGORITHM_H */

View File

@@ -703,4 +703,4 @@ LteFfrDistributedAlgorithm::UpdateNeighbourMeasurements(uint16_t rnti,
}
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -180,6 +180,6 @@ class LteFfrDistributedAlgorithm : public LteFfrAlgorithm
std::map<uint16_t, std::vector<bool>> m_rntp; ///< RNTP
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_FR_DISTRIBUTED_ALGORITHM_H */

View File

@@ -927,4 +927,4 @@ LteFfrEnhancedAlgorithm::DoRecvLoadInformation(EpcX2Sap::LoadInformationParams p
NS_LOG_WARN("Method should not be called, because it is empty");
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -183,6 +183,6 @@ class LteFfrEnhancedAlgorithm : public LteFfrAlgorithm
uint8_t m_measId;
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_FFR_ENHANCED_ALGORITHM_H */

View File

@@ -247,6 +247,6 @@ MemberLteFfrRrcSapUser<C>::SendLoadInformation(EpcX2Sap::LoadInformationParams p
m_owner->DoSendLoadInformation(params);
}
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_FFR_RRC_SAP_H */

View File

@@ -270,6 +270,6 @@ MemberLteFfrSapUser<C>::MemberLteFfrSapUser(C* owner)
{
}
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_FFR_SAP_H */

View File

@@ -704,4 +704,4 @@ LteFfrSoftAlgorithm::DoRecvLoadInformation(EpcX2Sap::LoadInformationParams param
NS_LOG_WARN("Method should not be called, because it is empty");
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -153,6 +153,6 @@ class LteFfrSoftAlgorithm : public LteFfrAlgorithm
uint8_t m_measId;
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_FFR_SOFT_ALGORITHM_H */

View File

@@ -380,4 +380,4 @@ LteFrHardAlgorithm::DoRecvLoadInformation(EpcX2Sap::LoadInformationParams params
NS_LOG_WARN("Method should not be called, because it is empty");
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -115,6 +115,6 @@ class LteFrHardAlgorithm : public LteFfrAlgorithm
std::vector<bool> m_ulRbgMap; ///< UL RBG Map
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_FR_HARD_ALGORITHM_H */

View File

@@ -176,4 +176,4 @@ LteFrNoOpAlgorithm::DoRecvLoadInformation(EpcX2Sap::LoadInformationParams params
NS_LOG_WARN("Method should not be called, because it is empty");
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -89,6 +89,6 @@ class LteFrNoOpAlgorithm : public LteFfrAlgorithm
LteFfrRrcSapProvider* m_ffrRrcSapProvider; ///< FFR RRC SAP provider
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_FFR_NO_OP_ALGORITHM_H */

View File

@@ -566,4 +566,4 @@ LteFrSoftAlgorithm::DoRecvLoadInformation(EpcX2Sap::LoadInformationParams params
NS_LOG_WARN("Method should not be called, because it is empty");
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -144,6 +144,6 @@ class LteFrSoftAlgorithm : public LteFfrAlgorithm
uint8_t m_measId;
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_FR_SOFT_ALGORITHM_H */

View File

@@ -578,4 +578,4 @@ LteFrStrictAlgorithm::DoRecvLoadInformation(EpcX2Sap::LoadInformationParams para
NS_LOG_WARN("Method should not be called, since it is empty");
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -144,6 +144,6 @@ class LteFrStrictAlgorithm : public LteFfrAlgorithm
uint8_t m_measId;
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_FR_STRICT_ALGORITHM_H */

View File

@@ -38,4 +38,4 @@ LteHandoverAlgorithm::DoDispose()
{
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -93,6 +93,6 @@ class LteHandoverAlgorithm : public Object
virtual void DoReportUeMeas(uint16_t rnti, LteRrcSap::MeasResults measResults) = 0;
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_HANDOVER_ALGORITHM_H */

View File

@@ -20,4 +20,4 @@ LteHandoverManagementSapUser::~LteHandoverManagementSapUser()
{
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -184,6 +184,6 @@ MemberLteHandoverManagementSapUser<C>::TriggerHandover(uint16_t rnti, uint16_t t
return m_owner->DoTriggerHandover(rnti, targetCellId);
}
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_HANDOVER_MANAGEMENT_SAP_H */

View File

@@ -20,4 +20,4 @@ LteUeCcmRrcSapUser::~LteUeCcmRrcSapUser()
{
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -235,6 +235,6 @@ MemberLteUeCcmRrcSapUser<C>::SetNumberOfComponentCarriers(uint16_t noOfComponent
m_owner->DoSetNumberOfComponentCarriers(noOfComponentCarriers);
}
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_UE_CCM_RRC_SAP_H */

View File

@@ -96,4 +96,4 @@ LteUeComponentCarrierManager::SetNumberOfComponentCarriers(uint8_t noOfComponent
m_ccmRrcSapUser->SetNumberOfComponentCarriers(noOfComponentCarriers);
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -97,6 +97,6 @@ class LteUeComponentCarrierManager : public Object
//!< flows of this UE.
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_UE_COMPONENT_CARRIER_MANAGER_H */

View File

@@ -478,4 +478,4 @@ RrComponentCarrierManager::DoUlReceiveSr(uint16_t rnti, uint8_t /* componentCarr
}
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -180,6 +180,6 @@ class RrComponentCarrierManager : public NoOpComponentCarrierManager
// end of class RrComponentCarrierManager
};
} // end of namespace ns3
} // namespace ns3
#endif /* NO_OP_COMPONENT_CARRIER_MANAGER_H */

View File

@@ -75,4 +75,4 @@ NoOpHandoverAlgorithm::DoReportUeMeas(uint16_t rnti, LteRrcSap::MeasResults meas
NS_LOG_FUNCTION(this << rnti << (uint16_t)measResults.measId);
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -62,6 +62,6 @@ class NoOpHandoverAlgorithm : public LteHandoverAlgorithm
LteHandoverManagementSapProvider* m_handoverManagementSapProvider;
};
} // end of namespace ns3
} // namespace ns3
#endif /* NO_OP_HANDOVER_ALGORITHM_H */

View File

@@ -368,4 +368,4 @@ SimpleUeComponentCarrierManager::DoConfigureSignalBearer(
return m_ccmMacSapUser;
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -130,6 +130,6 @@ class SimpleUeComponentCarrierManager : public LteUeComponentCarrierManager
LteMacSapProvider* m_ccmMacSapProvider; //!< Receive API calls from the UE RLC instance
};
} // end of namespace ns3
} // namespace ns3
#endif /* SIMPLE_UE_COMPONENT_CARRIER_MANAGER_H */

View File

@@ -306,4 +306,4 @@ LteFfrSimple::DoRecvLoadInformation(EpcX2Sap::LoadInformationParams params)
NS_LOG_FUNCTION(this);
}
} // end of namespace ns3
} // namespace ns3

View File

@@ -147,6 +147,6 @@ class LteFfrSimple : public LteFfrAlgorithm
bool m_accumulatedMode; ///< whether to use the TPC accumulated mode
};
} // end of namespace ns3
} // namespace ns3
#endif /* LTE_FFR_SIMPLE_H */

View File

@@ -983,4 +983,4 @@ ThreeGppNTNRuralChannelConditionModel::ComputePlos(Ptr<const MobilityModel> a,
return SuburbanRuralLOSProb.at(quantizedElevAngle);
}
} // end namespace ns3
} // namespace ns3

View File

@@ -228,4 +228,4 @@ ProbabilisticV2vHighwayChannelConditionModel::ComputePnlos(Ptr<const MobilityMod
return pNlos;
}
} // end namespace ns3
} // namespace ns3

View File

@@ -195,4 +195,4 @@ UanHelper::AssignStreams(NetDeviceContainer c, int64_t stream)
return (currentStream - stream);
}
} // end namespace ns3
} // namespace ns3

View File

@@ -202,6 +202,6 @@ UanHelper::SetTransducer(std::string type, Ts&&... args)
m_transducer = ObjectFactory(type, std::forward<Ts>(args)...);
}
} // end namespace ns3
} // namespace ns3
#endif /* UAN_HELPER_H */