variable cannot be negative
authorTom Henderson <tomh@tomh.org>
Tue, 15 May 2012 22:52:10 -0700
changeset 8763 bac46543614f
parent 8762 46d94f0ede45
child 8770 98aaf2701a25
variable cannot be negative
src/lte/model/lte-ue-mac.cc
--- 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;