Commit d1b6856c authored by aligungr's avatar aligungr

RLS improvements

parent 5919f7d4
......@@ -126,12 +126,16 @@ void RlsControlTask::handleUplinkRrcDelivery(int cellId, uint32_t pduId, rrc::Rr
if (m_pduMap.count(pduId))
{
// TODO: issue RLF
m_pduMap.clear();
return;
}
if (m_pduMap.size() > MAX_PDU_COUNT)
{
// TODO: issue RLF
m_pduMap.clear();
return;
}
......
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