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

Unified Diff: src/lte/test/lte-test-uplink-sinr.cc

Issue 130130043: GSoC 2014 LTE FFR algorithms project
Patch Set: Created 9 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
Index: src/lte/test/lte-test-uplink-sinr.cc
===================================================================
--- a/src/lte/test/lte-test-uplink-sinr.cc
+++ b/src/lte/test/lte-test-uplink-sinr.cc
@@ -296,7 +296,7 @@
Simulator::Run ();
/**
- * Check that the values passed to LteSinrChunkProcessor::EvaluateSinrChunk () correspond
+ * Check that the values passed to LteChunkProcessor::EvaluateChunk () correspond
* to known values which have been calculated offline (with octave) for the generated signals
*/
Ptr<SpectrumValue> calculatedSinr = chunkProcessor->GetSinr ();
@@ -466,7 +466,7 @@
Simulator::Run ();
/**
- * Check that the values passed to LteSinrChunkProcessor::EvaluateSinrChunk () correspond
+ * Check that the values passed to LteChunkProcessor::EvaluateChunk () correspond
* to known values which have been calculated offline (with octave) for the generated signals
*/
Ptr<SpectrumValue> calculatedSinr = chunkProcessor->GetSinr ();

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