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
spbro
OpenXG-RAN
Commits
aacbd757
Commit
aacbd757
authored
Dec 13, 2018
by
Laurent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 381
parent
b805cfc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cmake_targets/tools/build_helper
cmake_targets/tools/build_helper
+1
-1
targets/ARCH/LMSSDR/USERSPACE/LIB/lms_lib.cpp
targets/ARCH/LMSSDR/USERSPACE/LIB/lms_lib.cpp
+1
-1
No files found.
cmake_targets/tools/build_helper
View file @
aacbd757
...
@@ -372,7 +372,7 @@ check_install_lmssdr_driver(){
...
@@ -372,7 +372,7 @@ check_install_lmssdr_driver(){
else
else
echo_error "lmssdr support implies installing lmssdr drivers and tools" \
echo_error "lmssdr support implies installing lmssdr drivers and tools" \
" from sources. check:"
" from sources. check:"
echo_info "https://
open-cells.com/index.php/2017/05/10/limesdr-installation/
"
echo_info "https://
wiki.myriadrf.org/Lime_Suite
"
echo_fatal "Cannot compile lmssdr device"
echo_fatal "Cannot compile lmssdr device"
fi
fi
...
...
targets/ARCH/LMSSDR/USERSPACE/LIB/lms_lib.cpp
View file @
aacbd757
...
@@ -193,7 +193,7 @@ int trx_lms_start(openair0_device *device){
...
@@ -193,7 +193,7 @@ int trx_lms_start(openair0_device *device){
LMS_EnableChannel(lms_device,LMS_CH_RX,1,true);
LMS_EnableChannel(lms_device,LMS_CH_RX,1,true);
LMS_EnableChannel(lms_device,LMS_CH_TX,1,true);
LMS_EnableChannel(lms_device,LMS_CH_TX,1,true);
} */
} */
LMS_VCTCXOWrite
(
lms_device
,
129
);
LMS_VCTCXOWrite
(
lms_device
,
129
,
true
);
if
(
LMS_SetSampleRate
(
lms_device
,
device
->
openair0_cfg
->
sample_rate
,
2
)
!=
0
)
if
(
LMS_SetSampleRate
(
lms_device
,
device
->
openair0_cfg
->
sample_rate
,
2
)
!=
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