Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
122953d9
Commit
122953d9
authored
8 years ago
by
Cédric Roux
Browse files
Options
Downloads
Patches
Plain Diff
redo commit
157707b0
git show
157707b0
to see what it's about
parent
f58c7b1b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!116
Develop integration w07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
targets/RT/USER/lte-ue.c
+4
-2
4 additions, 2 deletions
targets/RT/USER/lte-ue.c
with
4 additions
and
2 deletions
targets/RT/USER/lte-ue.c
+
4
−
2
View file @
122953d9
...
...
@@ -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
}
/*!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment