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

Unified Diff: src/lte/model/lte-harq-phy.cc

Issue 249960043: GSoC 2015 - MidTerm Milestone - Carrier Aggregation
Patch Set: Created 8 years, 9 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/lte-harq-phy.cc
===================================================================
--- a/src/lte/model/lte-harq-phy.cc
+++ b/src/lte/model/lte-harq-phy.cc
@@ -56,7 +56,7 @@
NS_LOG_FUNCTION (this);
// left shift UL HARQ buffers
- std::map <uint16_t, std::vector <HarqProcessInfoList_t> >::iterator it;
+ std::map <uint16_t, std::vector <HarqProcessInfoList_t> >:: iterator it;
for (it = m_miUlHarqProcessesInfoMap.begin (); it != m_miUlHarqProcessesInfoMap.end (); it++)
{
(*it).second.erase ((*it).second.begin ());

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