Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
1eabadb1
Commit
1eabadb1
authored
Feb 09, 2018
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary code from lte-enb.c
parent
386fd21c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
targets/RT/USER/lte-enb.c
targets/RT/USER/lte-enb.c
+0
-9
No files found.
targets/RT/USER/lte-enb.c
View file @
1eabadb1
...
...
@@ -859,15 +859,6 @@ void kill_eNB_proc(int inst) {
pthread_cond_destroy
(
&
proc_rxtx
[
i
].
cond_rxtx
);
}
}
LOG_D
(
PHY
,
"joining pthread_asynch_rxtx
\n
"
);
pthread_join
(
proc
->
pthread_asynch_rxtx
,
(
void
**
)
&
status
);
pthread_mutex_destroy
(
&
proc
->
mutex_asynch_rxtx
);
pthread_cond_destroy
(
&
proc
->
cond_asynch_rxtx
);
LOG_D
(
PHY
,
"joining pthread_single
\n
"
);
pthread_join
(
proc
->
pthread_single
,
(
void
**
)
&
status
);
LOG_D
(
PHY
,
"joined all eNB threads
\n
"
);
}
}
...
...
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