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
435c8498
Commit
435c8498
authored
Aug 11, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/fr2-interdigital-usrp-interface2' into integration_2023_w32
parents
79c7b9a8
66df72d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
radio/USRP/usrp_lib.cpp
radio/USRP/usrp_lib.cpp
+0
-5
No files found.
radio/USRP/usrp_lib.cpp
View file @
435c8498
...
...
@@ -269,11 +269,6 @@ static void trx_usrp_start_interdigital_gpio(openair0_device *device, usrp_state
{
AssertFatal
(
device
->
type
==
USRP_X400_DEV
,
"interdigital frontend device for beam management can only be used together with an X400
\n
"
);
// s->gpio_bank="GPIO0";
std
::
vector
<
std
::
string
>
sxx
{
12
,
"DB0_RF0"
};
// set every pin on GPIO0 to be ocntrolled by DB1_RF0
s
->
usrp
->
set_gpio_src
(
s
->
gpio_bank
,
sxx
);
// set data direction register (DDR) to output
s
->
usrp
->
set_gpio_attr
(
s
->
gpio_bank
,
"DDR"
,
0xfff
,
0xfff
);
// set lower GPIO#1 to be controlled automatically by ATR (the rest bits are controlled manually)
...
...
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