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