From 122953d9868ca88d4191f80a36ff4e14ed3fca79 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Fri, 17 Feb 2017 14:25:26 +0100 Subject: [PATCH] redo commit 157707b0422201ef1cd9b505578c9a11d6e19604 git show 157707b0422201ef1cd9b505578c9a11d6e19604 to see what it's about --- targets/RT/USER/lte-ue.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/targets/RT/USER/lte-ue.c b/targets/RT/USER/lte-ue.c index e6eea65375..79903a74e7 100644 --- a/targets/RT/USER/lte-ue.c +++ b/targets/RT/USER/lte-ue.c @@ -189,12 +189,14 @@ void init_UE(int nb_inst) { } printf("UE threads created by %ld\n", gettid()); -#ifdef USE_MME +#if 0 +#if defined(ENABLE_USE_MME) + extern volatile int start_UE; while (start_UE == 0) { sleep(1); } #endif - +#endif } /*! -- GitLab