src/lte/model/lte-ue-mac.cc
changeset 8763 bac46543614f
parent 8761 8675a3948f7c
child 8887 90cbd09c8ff6
child 9035 e40974228d94
--- a/src/lte/model/lte-ue-mac.cc	Tue May 15 22:32:23 2012 -0700
+++ b/src/lte/model/lte-ue-mac.cc	Tue May 15 22:52:10 2012 -0700
@@ -375,7 +375,7 @@
               activeLcs++;
             }
         }
-      if (activeLcs <= 0)
+      if (activeLcs == 0)
         {
           NS_LOG_ERROR (this << " No active flows for this UL-DCI");
           return;