Commit cc399648 authored by aligungr's avatar aligungr

RLS developments

parent a9f54d02
......@@ -199,6 +199,9 @@ void RlsControlTask::handleUplinkDataDelivery(int cellId, int psi, OctetString &
void RlsControlTask::onAckControlTimerExpired()
{
if (m_pduMap.empty())
return;
int64_t current = utils::CurrentTimeMillis();
std::vector<rls::PduInfo> transmissionFailures;
......
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