Commit 122953d9 authored by Cedric Roux's avatar Cedric Roux

redo commit 157707b0

git show 157707b0
to see what it's about
parent f58c7b1b
...@@ -189,12 +189,14 @@ void init_UE(int nb_inst) { ...@@ -189,12 +189,14 @@ void init_UE(int nb_inst) {
} }
printf("UE threads created by %ld\n", gettid()); 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) { while (start_UE == 0) {
sleep(1); sleep(1);
} }
#endif #endif
#endif
} }
/*! /*!
......
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