View | Details | Raw Unified | Return to bug 2821
Collapse All | Expand All

(-)a/src/lte/model/rr-ff-mac-scheduler.cc (-1 / +1 lines)
 Lines 1196-1202    Link Here 
1196
                {
1196
                {
1197
                  NS_LOG_ERROR ("No info find in HARQ buffer for UE (might change eNB) " << rnti);
1197
                  NS_LOG_ERROR ("No info find in HARQ buffer for UE (might change eNB) " << rnti);
1198
                }
1198
                }
1199
              if ((*itStat).second.at (harqId) > 3)
1199
              if ((*itStat).second.at (harqId) >= 3)
1200
                {
1200
                {
1201
                  NS_LOG_INFO ("Max number of retransmissions reached (UL)-> drop process");
1201
                  NS_LOG_INFO ("Max number of retransmissions reached (UL)-> drop process");
1202
                  continue;
1202
                  continue;

Return to bug 2821