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
Michael Black
OpenXG-RAN
Commits
adbb533d
Commit
adbb533d
authored
Jun 13, 2017
by
Elena_Lukashova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Setting a defaul state of the SIC button.
parent
9566187a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
openair1/SIMULATION/LTE_PHY/dlsim_tm4.c
openair1/SIMULATION/LTE_PHY/dlsim_tm4.c
+5
-0
No files found.
openair1/SIMULATION/LTE_PHY/dlsim_tm4.c
View file @
adbb533d
...
@@ -730,6 +730,11 @@ int main(int argc, char **argv)
...
@@ -730,6 +730,11 @@ int main(int argc, char **argv)
fl_set_button
(
form_ue
->
button_0
,
use_sic_receiver
);
fl_set_button
(
form_ue
->
button_0
,
use_sic_receiver
);
fl_set_object_label
(
form_ue
->
button_0
,
"SIC Receiver ON"
);
fl_set_object_label
(
form_ue
->
button_0
,
"SIC Receiver ON"
);
fl_set_object_color
(
form_ue
->
button_0
,
FL_RED
,
FL_RED
);
fl_set_object_color
(
form_ue
->
button_0
,
FL_RED
,
FL_RED
);
}
else
if
(
transmission_mode
==
4
&&
rx_type
==
rx_IC_dual_stream
){
use_sic_receiver
=
0
;
fl_set_button
(
form_ue
->
button_0
,
use_sic_receiver
);
fl_set_object_label
(
form_ue
->
button_0
,
"SIC Receiver ON"
);
fl_set_object_color
(
form_ue
->
button_0
,
FL_RED
,
FL_RED
);
}
}
...
...
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