Skip to content
Snippets Groups Projects
Commit 7cf40fe8 authored by knopp's avatar knopp
Browse files

trace for removing UE in MAC

parent 210754c0
No related branches found
No related tags found
No related merge requests found
...@@ -1760,7 +1760,7 @@ int rrc_mac_remove_ue(module_id_t mod_idP,rnti_t rntiP) ...@@ -1760,7 +1760,7 @@ int rrc_mac_remove_ue(module_id_t mod_idP,rnti_t rntiP)
pCC_id = UE_PCCID(mod_idP,UE_id); pCC_id = UE_PCCID(mod_idP,UE_id);
LOG_D(MAC,"Removing UE %d from Primary CC_id %d (rnti %x)\n",UE_id,pCC_id, rntiP); LOG_I(MAC,"Removing UE %d from Primary CC_id %d (rnti %x)\n",UE_id,pCC_id, rntiP);
dump_ue_list(UE_list,0); dump_ue_list(UE_list,0);
UE_list->active[UE_id] = FALSE; UE_list->active[UE_id] = FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment