lte: Comment fixes

This commit is contained in:
Alexander Krotov
2017-05-25 18:55:21 +03:00
parent c694902493
commit f05e1e651d

View File

@@ -292,11 +292,11 @@ public:
/// EnbInfo structure
struct EnbInfo
{
Ipv4Address enbAddr; ///< ENB address
Ipv4Address enbAddr; ///< eNB address
Ipv4Address sgwAddr; ///< SGW address
};
std::map<uint16_t, EnbInfo> m_enbInfoByCellId; ///< END infor by cell ID
std::map<uint16_t, EnbInfo> m_enbInfoByCellId; ///< eNB info by cell ID
};
} //namespace ns3