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

Unified Diff: src/lte/test/lte-ffr-simple.cc

Issue 315450043: LTE module corrections for doxygen warnings (Closed)
Patch Set: Created 7 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/test/lte-ffr-simple.h ('k') | src/lte/test/lte-simple-helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/test/lte-ffr-simple.cc
===================================================================
--- a/src/lte/test/lte-ffr-simple.cc
+++ b/src/lte/test/lte-ffr-simple.cc
@@ -41,7 +41,7 @@
m_changePdschConfigDedicated (false),
m_tpc (1),
m_tpcNum (0),
- m_acculumatedMode (false)
+ m_accumulatedMode (false)
{
NS_LOG_FUNCTION (this);
m_ffrSapProvider = new MemberLteFfrSapProvider<LteFfrSimple> (this);
@@ -172,7 +172,7 @@
{
m_tpc = tpc;
m_tpcNum = num;
- m_acculumatedMode = acculumatedMode;
+ m_accumulatedMode = acculumatedMode;
}
std::vector <bool>
@@ -250,7 +250,7 @@
{
NS_LOG_FUNCTION (this);
- if (m_acculumatedMode)
+ if (m_accumulatedMode)
{
if (m_tpcNum > 0)
{
« no previous file with comments | « src/lte/test/lte-ffr-simple.h ('k') | src/lte/test/lte-simple-helper.h » ('j') | no next file with comments »

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