Commit 35f5fdf9 authored by Cedric Roux's avatar Cedric Roux

nr rlc tm: bugfix: reset t_current when clearing entity

maybe not super important, but let's harmonize with um/am
parent dfe16d98
......@@ -188,6 +188,8 @@ void nr_rlc_entity_tm_discard_sdu(nr_rlc_entity_t *_entity, int sdu_id)
static void clear_entity(nr_rlc_entity_tm_t *entity)
{
entity->t_current = 0;
entity->t_log_buffer_full = 0;
entity->sdu_rejected = 0;
......
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