Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
f3c7d753
Commit
f3c7d753
authored
Feb 16, 2016
by
Aikaterini Trilyraki
Browse files
fix for RRH
parent
ff6174ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
targets/ARCH/LMSSDR/USERSPACE/LIB/lms_lib.cpp
View file @
f3c7d753
...
...
@@ -819,7 +819,7 @@ extern "C" {
*/
int
device_init
(
openair0_device
*
device
,
openair0_config_t
*
openair0_cfg
){
device
->
type
=
LMSSDR_DEV
;
printf
(
"LMSSDR: Initializing openair0_device for %s ...
\n
"
,
((
device
->
host_type
==
BBU_HOST
)
?
"BBU"
:
"RRH"
));
switch
((
int
)
openair0_cfg
[
0
].
sample_rate
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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