Commit ad31bb63 authored by Cedric Roux's avatar Cedric Roux

integration fix: compilation failed

The following compilation failed before this commit:

    ./build_oai --eNB -w USRP -c --T-tracer
parent 618d8530
...@@ -204,7 +204,7 @@ void *eNB_app_task(void *args_p) ...@@ -204,7 +204,7 @@ void *eNB_app_task(void *args_p)
switch (ITTI_MSG_ID(msg_p)) { switch (ITTI_MSG_ID(msg_p)) {
case TERMINATE_MESSAGE: case TERMINATE_MESSAGE:
LOG_W(TASK_ENB_APP, " *** Exiting ENB_APP thread\n"); LOG_W(ENB_APP, " *** Exiting ENB_APP thread\n");
itti_exit_task (); itti_exit_task ();
break; 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