Commit c6020348 authored by jperaldi's avatar jperaldi

moving MAC error logs for LOG_E to LOG_T as too verbose and not critical for the system

parent 45da10cb
......@@ -639,7 +639,7 @@ dlsch_scheduler_pre_processor(module_id_t Mod_id,
continue;
}
if (UE_info->active[CC_id][UE_id] != TRUE) {
LOG_E(MAC, "UE %d RNTI %x is NOT active!\n", UE_id, rnti);
LOG_T(MAC, "UE %d RNTI %x is NOT active!\n", UE_id, rnti);
continue;
}
if (ue_template->rach_resource_type > 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