Commit f265b045 authored by Cedric Roux's avatar Cedric Roux

nr pdcp: bugfix: use proper size for t_reordering_start

parent 7203e5ab
......@@ -123,7 +123,7 @@ typedef struct nr_pdcp_entity_t {
uint64_t t_current;
/* timers (stores the ms of activation, 0 means not active) */
int t_reordering_start;
uint64_t t_reordering_start;
/* security */
int has_ciphering;
......
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