Commit d9cea1c5 authored by jperaldi's avatar jperaldi

removing DRB error logs which is not really a fatal

parent c3ee556d
...@@ -139,11 +139,13 @@ void mac_rlc_data_ind ( ...@@ -139,11 +139,13 @@ void mac_rlc_data_ind (
rb->set_time(rb, nr_rlc_current_time); rb->set_time(rb, nr_rlc_current_time);
rb->recv_pdu(rb, buffer_pP, tb_sizeP, &rlc_pkt); rb->recv_pdu(rb, buffer_pP, tb_sizeP, &rlc_pkt);
} else { }
// The ERROR is not really a FATAL and causes many log flooding: removing it!
/*else {
LOG_E(RLC, "%s:%d:%s: fatal: no RB found (channel ID %d)\n", LOG_E(RLC, "%s:%d:%s: fatal: no RB found (channel ID %d)\n",
__FILE__, __LINE__, __FUNCTION__, channel_idP); __FILE__, __LINE__, __FUNCTION__, channel_idP);
// exit(1); // exit(1);
} }*/
nr_rlc_manager_unlock(nr_rlc_ue_manager); nr_rlc_manager_unlock(nr_rlc_ue_manager);
} }
......
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