src/lte/model/pf-ff-mac-scheduler.cc
changeset 8133 ea0cd92de3bb
parent 8131 3a0422147f8a
child 8141 b3a8a85ee6f0
--- a/src/lte/model/pf-ff-mac-scheduler.cc	Mon May 30 17:23:39 2011 +0200
+++ b/src/lte/model/pf-ff-mac-scheduler.cc	Thu Jun 02 16:20:09 2011 +0200
@@ -833,7 +833,7 @@
     
   // Update global UE stats
   // update UEs stats
-  for (itStats = m_flowStatsDl.begin (); itStats != m_flowStatsDl.end (); itStats++)
+  for (itStats = m_flowStatsUl.begin (); itStats != m_flowStatsUl.end (); itStats++)
     {
       (*itStats).second.totalBytesTransmitted += (*itStats).second.lastTtiBytesTrasmitted;
       // update average throughput (see eq. 12.3 of Sec 12.3.1.2 of LTE – The UMTS Long Term Evolution, Ed Wiley)