PfFfMacScheduler::DoSchedUlTriggerReq fix bug m_flowStatsDl instead of m_flowStatsUl
authorMarco Miozzo <marco.miozzo@cttc.es>
Thu, 02 Jun 2011 16:20:09 +0200
changeset 8133 ea0cd92de3bb
parent 8131 3a0422147f8a
child 8134 7a9f10eaed63
PfFfMacScheduler::DoSchedUlTriggerReq fix bug m_flowStatsDl instead of m_flowStatsUl
src/lte/model/pf-ff-mac-scheduler.cc
--- 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)