Binary file src/lte/doc/source/figures/MCS_13_16.pdf has changed
Binary file src/lte/doc/source/figures/MCS_13_16.png has changed
Binary file src/lte/doc/source/figures/MCS_17_20.pdf has changed
Binary file src/lte/doc/source/figures/MCS_17_20.png has changed
Binary file src/lte/doc/source/figures/MCS_1_4.pdf has changed
Binary file src/lte/doc/source/figures/MCS_1_4.png has changed
Binary file src/lte/doc/source/figures/MCS_21_24.pdf has changed
Binary file src/lte/doc/source/figures/MCS_21_24.png has changed
Binary file src/lte/doc/source/figures/MCS_25_28.pdf has changed
Binary file src/lte/doc/source/figures/MCS_25_28.png has changed
Binary file src/lte/doc/source/figures/MCS_29_29.pdf has changed
Binary file src/lte/doc/source/figures/MCS_29_29.png has changed
Binary file src/lte/doc/source/figures/MCS_5_8.pdf has changed
Binary file src/lte/doc/source/figures/MCS_5_8.png has changed
Binary file src/lte/doc/source/figures/MCS_9_12.pdf has changed
Binary file src/lte/doc/source/figures/MCS_9_12.png has changed
--- a/src/lte/model/rr-ff-mac-scheduler.cc Mon Apr 29 12:32:38 2013 +0200
+++ b/src/lte/model/rr-ff-mac-scheduler.cc Tue Apr 30 14:03:44 2013 +0100
@@ -1114,6 +1114,7 @@
NS_LOG_INFO ("\t " << rbgAllocated);
i++;
rbgMap.at (rbgAllocated) = true;
+ rbgAllocatedNum++;
}
rbgAllocated++;
}
@@ -1146,7 +1147,7 @@
// ...more parameters -> ignored in this version
ret.m_buildDataList.push_back (newEl);
- if (rbgAllocated == rbgNum)
+ if (rbgAllocatedNum == rbgNum)
{
m_nextRntiDl = (*it).m_rnti; // store last RNTI served
break; // no more RGB to be allocated