merge
authorNicola Baldo <nicola@baldo.biz>
Sat, 04 Jun 2011 02:44:06 +0200
changeset 8138 6abe5c4bc058
parent 8137 0e8ffd1a5c06 (current diff)
parent 8134 7a9f10eaed63 (diff)
child 8140 a38afb54cba1
merge
--- a/src/lte/model/pf-ff-mac-scheduler.cc	Sat Jun 04 02:43:35 2011 +0200
+++ b/src/lte/model/pf-ff-mac-scheduler.cc	Sat Jun 04 02:44:06 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)