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

redo commit 157707b0

git show 157707b0
to see what it's about
parent f58c7b1b
No related branches found
No related tags found
1 merge request!116Develop integration w07
......@@ -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.
Finish editing this message first!
Please register or to comment