Skip to content
Snippets Groups Projects
Commit 122953d9 authored by Cedric Roux's avatar Cedric Roux
Browse files

redo commit 157707b0

git show 157707b0
to see what it's about
parent f58c7b1b
Branches
Tags
No related merge requests found
......@@ -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
}
/*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment