Commit be48ec8a authored by Marwan Hammouda's avatar Marwan Hammouda

some fixes to resolve compiling errors

parent 3c05527c
......@@ -22,7 +22,7 @@
#include "nr_rlc_entity.h"
#include <stdlib.h>
#include "asn1_utils.h"
#include "nr_rlc_asn1_utils.h"
#include "nr_rlc_entity_am.h"
#include "nr_rlc_entity_um.h"
#include "nr_rlc_entity_tm.h"
......
......@@ -1833,9 +1833,6 @@ static void check_t_reassembly(nr_rlc_entity_am_t *entity)
/* stop timer */
entity->t_reassembly_start = 0;
//LOG_I(RLC, "%s:%d:%s: t_reassembly expired, t_reassembly = %d\n",
__FILE__, __LINE__, __FUNCTION__,entity->t_reassembly);
/* update RX_Highest_Status */
sn = entity->rx_next_status_trigger;
while (sdu_delivered(entity, sn))
......
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