Commit a4f260f5 authored by Robert Schmidt's avatar Robert Schmidt

fix: no FLEXRAN_AGENT_SB_IF compilation directive

parent 7e3b1f5d
......@@ -988,7 +988,6 @@ l2l1_task (void *args_p)
return NULL;
}
#if defined(FLEXRAN_AGENT_SB_IF)
/*
* The following two functions are meant to restart *the lte-softmodem* and are
* here to make oaisim compile. A restart command from the controller will be
......@@ -1005,7 +1004,6 @@ int restart_L1L2(int enb_id)
LOG_W(FLEXRAN_AGENT, "restart_L1L2() not supported in oaisim\n");
return 0;
}
#endif
#if T_TRACER
int T_wait = 1; /* by default we wait for the tracer */
......
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