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
faa66870
Commit
faa66870
authored
Feb 25, 2017
by
rubuntun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
connect to the Iris through its serial number in the conf file
parent
d0996837
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
targets/ARCH/IRIS/USERSPACE/LIB/iris_lib.cpp
targets/ARCH/IRIS/USERSPACE/LIB/iris_lib.cpp
+2
-2
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.iris030.conf
.../PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.iris030.conf
+17
-0
No files found.
targets/ARCH/IRIS/USERSPACE/LIB/iris_lib.cpp
View file @
faa66870
...
...
@@ -390,8 +390,8 @@ extern "C" {
// Initialize Iris device
device
->
openair0_cfg
=
openair0_cfg
;
// add ip to cfg so that we can add to args
std
::
string
args
=
"driver=remote,
remote:prot=tcp"
;
char
*
remote_addr
=
device
->
openair0_cfg
->
remote_addr
;
std
::
string
args
=
"driver=remote,
serial="
+
std
::
string
(
remote_addr
)
;
s
->
iris
=
SoapySDR
::
Device
::
make
(
args
);
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.iris030.conf
View file @
faa66870
...
...
@@ -144,6 +144,23 @@ eNBs =
}
);
rrh_gw_config
= (
{
local_if_name
=
"eth0"
;
remote_address
=
"00005"
;
local_address
=
"10.224.20.21"
;
local_port
=
50000
;
#for raw option local port must be the same to remote
remote_port
=
50000
;
rrh_gw_active
=
"yes"
;
tr_preference
=
"raw"
;
rf_preference
=
"iris030"
;
iq_txshift
=
4
;
tx_sample_advance
=
103
;
tx_scheduling_advance
=
9
;
}
);
NETWORK_INTERFACES
:
{
...
...
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