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
2b352d6f
Commit
2b352d6f
authored
10 years ago
by
knopp
Browse files
Options
Downloads
Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5502
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
f103c14f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
targets/RT/USER/lte-softmodem.c
+2
-2
2 additions, 2 deletions
targets/RT/USER/lte-softmodem.c
with
2 additions
and
2 deletions
targets/RT/USER/lte-softmodem.c
+
2
−
2
View file @
2b352d6f
...
...
@@ -1024,7 +1024,7 @@ void kill_eNB_proc() {
/* This is the main eNB thread. */
int
eNB_thread_status
;
#ifndef USRP
static
void
*
eNB_thread
(
void
*
arg
)
{
#ifdef RTAI
...
...
@@ -1244,7 +1244,7 @@ static void *eNB_thread(void *arg)
#ifndef USRP
/* This is the main UE thread. Initially it is doing a periodic get_frame. One synchronized it gets woken up by the kernel driver using the RTAI message mechanism (rt_send and rt_receive). */
static
void
*
UE_thread
(
void
*
arg
)
{
#ifdef RTAI
...
...
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