Commit a112f2ad authored by Robert Schmidt's avatar Robert Schmidt

show when ITTI Task L2L1 finishes

parent 0d93d965
...@@ -462,7 +462,7 @@ void *l2l1_task(void *arg) { ...@@ -462,7 +462,7 @@ void *l2l1_task(void *arg) {
break; break;
case TERMINATE_MESSAGE: case TERMINATE_MESSAGE:
printf("received terminate message\n"); LOG_W(EMU, " *** Exiting L2L1 thread\n");
oai_exit=1; oai_exit=1;
start_eNB = 0; start_eNB = 0;
itti_exit_task (); itti_exit_task ();
......
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