Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JenRungHuang
openairinterface5G
Commits
adbb533d
Commit
adbb533d
authored
Jun 13, 2017
by
Elena Lukashova
Browse files
Setting a defaul state of the SIC button.
parent
9566187a
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair1/SIMULATION/LTE_PHY/dlsim_tm4.c
View file @
adbb533d
...
...
@@ -730,6 +730,11 @@ int main(int argc, char **argv)
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
);
}
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