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

Unified Diff: src/lte/model/epc-tft.cc

Issue 353810043: LTE EPC upgrade
Patch Set: Created 5 years, 4 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
Index: src/lte/model/epc-tft.cc
===================================================================
--- a/src/lte/model/epc-tft.cc
+++ b/src/lte/model/epc-tft.cc
@@ -295,5 +295,11 @@
return false;
}
+std::list<EpcTft::PacketFilter>
+EpcTft::GetPacketFilters () const
+{
+ NS_LOG_FUNCTION (this);
+ return m_filters;
+};
} // namespace ns3

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