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

Unified Diff: src/lte/test/test-lte-antenna.cc

Issue 262000043: GSoC 2015 - FinalTerm Milestone - Carrier Aggregation
Patch Set: Created 8 years, 7 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/test/test-asn1-encoding.cc ('k') | src/lte/wscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/test/test-lte-antenna.cc
===================================================================
--- a/src/lte/test/test-lte-antenna.cc
+++ b/src/lte/test/test-lte-antenna.cc
@@ -95,6 +95,7 @@
void
LteEnbAntennaTestCase::DoRun (void)
{
+ std::cout << "1 " << std::endl;
Config::Reset ();
Config::SetDefault ("ns3::LteSpectrumPhy::CtrlErrorModelEnabled", BooleanValue (false));
Config::SetDefault ("ns3::LteSpectrumPhy::DataErrorModelEnabled", BooleanValue (false));
@@ -159,7 +160,7 @@
LteSpectrumValueCatcher ulSinrCatcher;
testUlSinr->AddCallback (MakeCallback (&LteSpectrumValueCatcher::ReportValue, &ulSinrCatcher));
enbphy->GetUplinkSpectrumPhy ()->AddDataSinrChunkProcessor (testUlSinr);
-
+
// keep track of all path loss values in two centralized objects
DownlinkLteGlobalPathlossDatabase dlPathlossDb;
@@ -215,8 +216,8 @@
double measuredLossUl = ulPathlossDb.GetPathloss (1, 1);
NS_TEST_ASSERT_MSG_EQ_TOL (measuredLossUl, -m_antennaGainDb, tolerance, "Wrong UL loss!");
-
Simulator::Destroy ();
+
}
« no previous file with comments | « src/lte/test/test-asn1-encoding.cc ('k') | src/lte/wscript » ('j') | no next file with comments »

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