Commit 43c63492 authored by winckel's avatar winckel

Fixed a build issue without ENABLE_USE_MME.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4587 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent c0e312ad
......@@ -145,8 +145,10 @@ void *eNB_app_task(void *args_p)
instance_t instance;
itti_mark_task_ready (TASK_ENB_APP);
# if defined(OAI_EMU)
# if defined(ENABLE_USE_MME)
# if defined(OAI_EMU)
enb_nb = oai_emulation.info.nb_enb_local;
# endif
# endif
# if defined(ENABLE_USE_MME)
......
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