diff --git a/src/lte/model/epc-sgw-pgw-application.h b/src/lte/model/epc-sgw-pgw-application.h index d016f20da..3c03c42f1 100644 --- a/src/lte/model/epc-sgw-pgw-application.h +++ b/src/lte/model/epc-sgw-pgw-application.h @@ -292,11 +292,11 @@ public: /// EnbInfo structure struct EnbInfo { - Ipv4Address enbAddr; ///< ENB address + Ipv4Address enbAddr; ///< eNB address Ipv4Address sgwAddr; ///< SGW address }; - std::map m_enbInfoByCellId; ///< END infor by cell ID + std::map m_enbInfoByCellId; ///< eNB info by cell ID }; } //namespace ns3