Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Price
openairinterface5G
Commits
122953d9
Commit
122953d9
authored
Feb 17, 2017
by
Cedric Roux
Browse files
redo commit
157707b0
git show
157707b0
to see what it's about
parent
f58c7b1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
targets/RT/USER/lte-ue.c
View file @
122953d9
...
@@ -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
}
}
/*!
/*!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment