src/lte/model/fdbet-ff-mac-scheduler.cc
changeset 9808 b8ae2a7f3b0e
parent 9807 1a263c1b16c7
child 9809 290a3bb2f7c9
--- a/src/lte/model/fdbet-ff-mac-scheduler.cc	Thu May 23 09:55:58 2013 -0700
+++ b/src/lte/model/fdbet-ff-mac-scheduler.cc	Thu May 23 12:39:56 2013 -0700
@@ -1106,7 +1106,7 @@
       if (lcActives == 0)
         {
           // Set to max value, to avoid divide by 0 below
-          lcActives = 65536; // UINT16_MAX;
+          lcActives = 65535; // UINT16_MAX;
         }
       uint16_t RgbPerRnti = (*itMap).second.size ();
       std::map <uint16_t,uint8_t>::iterator itCqi;