Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(443)

Unified Diff: src/lte/helper/epc-helper.cc

Issue 234000043: IPv6 support for NS-3 LTE
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/lte/helper/epc-helper.h ('k') | src/lte/helper/point-to-point-epc-helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/helper/epc-helper.cc
===================================================================
--- a/src/lte/helper/epc-helper.cc
+++ b/src/lte/helper/epc-helper.cc
@@ -23,7 +23,6 @@
#include <ns3/epc-helper.h>
#include <ns3/log.h>
#include <ns3/node.h>
-#include <ns3/ipv4-address.h>
namespace ns3 {
@@ -32,7 +31,7 @@
NS_OBJECT_ENSURE_REGISTERED (EpcHelper);
-EpcHelper::EpcHelper ()
+EpcHelper::EpcHelper ()
{
NS_LOG_FUNCTION (this);
}
« no previous file with comments | « src/lte/helper/epc-helper.h ('k') | src/lte/helper/point-to-point-epc-helper.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b