Commit 61e78baa authored by aligungr's avatar aligungr

RLS developments

parent 165fcb56
......@@ -240,6 +240,9 @@ void RlsControlTask::onAckSendTimerExpired()
for (auto &item : copy)
{
if (!item.second.empty())
continue;
rls::RlsPduTransmissionAck msg{m_sti};
msg.pduIds = std::move(item.second);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment