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
wangjie
OpenXG-RAN
Commits
04e37e9a
Commit
04e37e9a
authored
Dec 13, 2017
by
khadraou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
c935816d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
targets/RT/USER/lte-ru.c
targets/RT/USER/lte-ru.c
+7
-6
No files found.
targets/RT/USER/lte-ru.c
View file @
04e37e9a
...
...
@@ -1445,7 +1445,9 @@ static void* ru_thread_control( void* param ) {
}
ru
->
state
=
RU_IDLE
;
LOG_I
(
PHY
,
"Control channel ON for RU %d
\n
"
,
ru
->
idx
);
while
(
!
oai_exit
)
// Change the cond
{
...
...
@@ -1454,7 +1456,7 @@ static void* ru_thread_control( void* param ) {
if
((
len
=
ru
->
ifdevice
.
trx_ctlrecv_func
(
&
ru
->
ifdevice
,
&
rru_config_msg
,
msg_len
))
<
0
)
{
LOG_I
(
PHY
,
"
RAU Control channel
for RU %d
\n
"
,
ru
->
idx
);
LOG_I
(
PHY
,
"
Waiting msg
for RU %d
\n
"
,
ru
->
idx
);
}
else
{
...
...
@@ -1596,16 +1598,15 @@ static void* ru_thread_control( void* param ) {
}
break
;
}
}
}
}
// switch
}
//else
}
//while
}
static
void
*
ru_thread
(
void
*
param
)
{
static
int
ru_thread_status
;
...
...
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