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

(-)a/src/lte/model/pf-ff-mac-scheduler.cc (-1 / +7 lines)
 Lines 1019-1027    Link Here 
1019
                        {
1019
                        {
1020
                          rlcPduListPerLc.push_back ((*itRlcPdu).second.at (j).at (dci.m_harqProcess).at (k));
1020
                          rlcPduListPerLc.push_back ((*itRlcPdu).second.at (j).at (dci.m_harqProcess).at (k));
1021
                        }
1021
                        }
1022
                       
1023
                    }
1024
                  else
1025
                    {
1026
                      struct RlcPduListElement_s emptyRlcPdu;
1027
                      rlcPduListPerLc.push_back (emptyRlcPdu);
1022
                    }
1028
                    }
1023
                }
1029
                }
1024
1030
                NS_LOG_UNCOND ("Nlayers " << (uint16_t)nLayers << " retx size :" << rlcPduListPerLc.size ());
1025
              if (rlcPduListPerLc.size () > 0)
1031
              if (rlcPduListPerLc.size () > 0)
1026
                {
1032
                {
1027
                  newEl.m_rlcPduList.push_back (rlcPduListPerLc);
1033
                  newEl.m_rlcPduList.push_back (rlcPduListPerLc);

Return to bug 2523