|
|
| 1082 |
if (itHarq==harqDlInfoMap.end ()) |
1082 |
if (itHarq==harqDlInfoMap.end ()) |
| 1083 |
{ |
1083 |
{ |
| 1084 |
DlInfoListElement_s harqDlInfo; |
1084 |
DlInfoListElement_s harqDlInfo; |
| 1085 |
harqDlInfo.m_harqStatus.resize (m_layersNum, DlInfoListElement_s::NACK); |
1085 |
harqDlInfo.m_harqStatus.resize (m_layersNum, DlInfoListElement_s::ACK); |
| 1086 |
harqDlInfo.m_rnti = tbId.m_rnti; |
1086 |
harqDlInfo.m_rnti = tbId.m_rnti; |
| 1087 |
harqDlInfo.m_harqProcessId = (*itTb).second.harqProcessId; |
1087 |
harqDlInfo.m_harqProcessId = (*itTb).second.harqProcessId; |
| 1088 |
if ((*itTb).second.corrupt) |
1088 |
if ((*itTb).second.corrupt) |