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
canghaiwuhen
OpenXG-RAN
Commits
03bde23b
Commit
03bde23b
authored
Mar 24, 2017
by
younes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Thread for printing stats RCC/RRU
parent
a623d444
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
targets/RT/USER/lte-enb.c
targets/RT/USER/lte-enb.c
+3
-3
No files found.
targets/RT/USER/lte-enb.c
View file @
03bde23b
...
@@ -1827,11 +1827,11 @@ void init_eNB_proc(int inst) {
...
@@ -1827,11 +1827,11 @@ void init_eNB_proc(int inst) {
if
((
eNB
->
node_timing
==
synch_to_other
)
||
if
((
eNB
->
node_timing
==
synch_to_other
)
||
(
eNB
->
node_function
==
NGFI_RRU_IF5
)
||
(
eNB
->
node_function
==
NGFI_RRU_IF5
)
||
(
eNB
->
node_function
==
NGFI_RRU_IF4p5
))
(
eNB
->
node_function
==
NGFI_RRU_IF4p5
))
pthread_create
(
&
proc
->
pthread_asynch_rxtx
,
attr_asynch
,
eNB_thread_asynch_rxtx
,
&
eNB
->
proc
);
if
(
eNB
->
node_function
==
NGFI_RRU_IF4p5
)
pthread_create
(
&
if_stats_thread
,
NULL
,
print_stats_thread
,
&
eNB
->
proc
);
pthread_create
(
&
proc
->
pthread_asynch_rxtx
,
attr_asynch
,
eNB_thread_asynch_rxtx
,
&
eNB
->
proc
);
if
(
eNB
->
node_function
==
NGFI_RRU_IF4p5
||
eNB
->
node_function
==
NGFI_RCC_IF4p5
)
pthread_create
(
&
if_stats_thread
,
NULL
,
print_stats_thread
,
&
eNB
->
proc
);
char
name
[
16
];
char
name
[
16
];
if
(
eNB
->
single_thread_flag
==
0
)
{
if
(
eNB
->
single_thread_flag
==
0
)
{
...
...
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