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

(-)a/src/lte/model/pf-ff-mac-scheduler.cc (+1 lines)
 Lines 803-808   PfFfMacScheduler::DoSchedDlTriggerReq (const struct FfMacSchedSapProvider::Sched Link Here 
803
                  // HARQ retx cannot be performed on this TTI -> store it
803
                  // HARQ retx cannot be performed on this TTI -> store it
804
                  dlInfoListUntxed.push_back (m_dlInfoListBuffered.at (i));
804
                  dlInfoListUntxed.push_back (m_dlInfoListBuffered.at (i));
805
                  NS_LOG_INFO (this << " No resource for this retx -> buffer it");
805
                  NS_LOG_INFO (this << " No resource for this retx -> buffer it");
806
                  continue;
806
                }
807
                }
807
            }
808
            }
808
          // retrieve RLC PDU list for retx TBsize and update DCI
809
          // retrieve RLC PDU list for retx TBsize and update DCI

Return to bug 2040