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
lizhongxiao
OpenXG-RAN
Commits
a5de2953
Commit
a5de2953
authored
Apr 14, 2017
by
rdoost
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iq_txshift must be 4 since Iris expects the samples to be on the 12-bit msb
parent
b648355f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
targets/ARCH/IRIS/USERSPACE/LIB/iris_lib.cpp
targets/ARCH/IRIS/USERSPACE/LIB/iris_lib.cpp
+1
-1
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.iris030.conf
.../PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.iris030.conf
+1
-1
No files found.
targets/ARCH/IRIS/USERSPACE/LIB/iris_lib.cpp
View file @
a5de2953
...
...
@@ -468,7 +468,7 @@ extern "C" {
break
;
}
openair0_cfg
[
0
].
iq_txshift
=
0
;
//shift
openair0_cfg
[
0
].
iq_txshift
=
4
;
//shift
for
(
i
=
0
;
i
<
s
->
iris
->
getNumChannels
(
SOAPY_SDR_RX
);
i
++
)
{
if
(
i
<
openair0_cfg
[
0
].
rx_num_channels
)
{
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.iris030.conf
View file @
a5de2953
...
...
@@ -153,7 +153,7 @@ rrh_gw_config = ({
rrh_gw_active
=
"yes"
;
tr_preference
=
"raw"
;
rf_preference
=
"iris030"
;
iq_txshift
=
0
;
iq_txshift
=
4
;
tx_sample_advance
=
60
;
tx_scheduling_advance
=
9
;
...
...
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