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

Unified Diff: src/lte/test/epc-test-gtpu.cc

Issue 338840043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Patch updates for x64 build Created 6 years, 2 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/model/tta-ff-mac-scheduler.cc ('k') | src/lte/test/epc-test-s1u-downlink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/test/epc-test-gtpu.cc
===================================================================
--- a/src/lte/test/epc-test-gtpu.cc
+++ b/src/lte/test/epc-test-gtpu.cc
@@ -60,9 +60,11 @@
void
EpsGtpuHeaderTestCase::DoRun (void)
{
+#if 0
LogLevel logLevel = (LogLevel)(LOG_PREFIX_FUNC | LOG_PREFIX_TIME | LOG_LEVEL_ALL);
+ LogComponentEnable ("EpcGtpuTest", logLevel);
+#endif
- LogComponentEnable ("EpcGtpuTest", logLevel);
GtpuHeader h1;
h1.SetExtensionHeaderFlag (true);
h1.SetLength (1234);
« no previous file with comments | « src/lte/model/tta-ff-mac-scheduler.cc ('k') | src/lte/test/epc-test-s1u-downlink.cc » ('j') | no next file with comments »

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