Commit 1aa5d293 authored by Robert Schmidt's avatar Robert Schmidt

Handle TERMINATE_MESSAGE in TASK_MAC

parent c313dff2
......@@ -323,6 +323,11 @@ void eNB_dlsch_ulsch_scheduler(module_id_t module_idP,uint8_t cooperation_flag,
break;
#endif
case TERMINATE_MESSAGE:
LOG_W(MAC, "+++ Exiting MAC thread\n");
itti_exit_task ();
break;
default:
LOG_E(MAC, "Received unexpected message %s\n", msg_name);
break;
......
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