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
canghaiwuhen
OpenXG-RAN
Commits
1249a45c
Commit
1249a45c
authored
7 years ago
by
rdoost
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added tcp mode to iris init, fixed iris tdd conf
parent
5441f4a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
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.band38.tm1.iris030.tdd.conf
...ECTS/GENERIC-LTE-EPC/CONF/enb.band38.tm1.iris030.tdd.conf
+4
-3
No files found.
targets/ARCH/IRIS/USERSPACE/LIB/iris_lib.cpp
View file @
1249a45c
...
...
@@ -476,7 +476,7 @@ extern "C" {
while
(
srl
!=
NULL
)
{
LOG_I
(
HW
,
"Attempting to open Iris device: %s
\n
"
,
srl
);
std
::
string
args
=
"driver="
+
std
::
string
(
drvtype
)
+
",serial="
+
std
::
string
(
srl
);
std
::
string
args
=
"driver="
+
std
::
string
(
drvtype
)
+
",serial="
+
std
::
string
(
srl
)
+
",remote:prot=tcp"
;
s
->
iris
.
push_back
(
SoapySDR
::
Device
::
make
(
args
));
srl
=
strtok
(
NULL
,
","
);
}
...
...
This diff is collapsed.
Click to expand it.
targets/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band38.tm1.iris030.tdd.conf
View file @
1249a45c
...
...
@@ -146,7 +146,7 @@ eNBs =
rrh_gw_config
= ({
local_if_name
=
"eth0"
;
remote_address
=
"0212"
;
remote_address
=
"
remote,
0212"
;
local_address
=
"10.224.20.40"
;
local_port
=
50000
;
#for raw option local port must be the same to remote
remote_port
=
50000
;
...
...
@@ -156,8 +156,9 @@ rrh_gw_config = ({
iq_txshift
=
4
;
tx_sample_advance
=
60
;
tx_scheduling_advance
=
9
;
});
if_compression
=
"alaw"
;
}
);
NETWORK_INTERFACES
:
{
...
...
This diff is collapsed.
Click to expand it.
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