--- 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;