Commit 001e3309 authored by Cedric Roux's avatar Cedric Roux

rlc v2: bugfix

parent cdf65e77
......@@ -530,6 +530,7 @@ void cleanup_sdu_list(rlc_entity_am_t *entity)
cur = prev->next;
} else {
entity->tx_end = cur;
prev = cur;
cur = cur->next;
}
}
......
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