From f05e1e651df6f01d526b89c52b82b7d9a52cf1be Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Thu, 25 May 2017 18:55:21 +0300 Subject: [PATCH] lte: Comment fixes --- src/lte/model/epc-sgw-pgw-application.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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