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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
24a0f1b8
Commit
24a0f1b8
authored
Jun 01, 2021
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small change in openair0_cfg interface to support AW2S RRUs.
parent
c19ba39e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
targets/RT/USER/lte-ru.c
targets/RT/USER/lte-ru.c
+8
-8
No files found.
targets/RT/USER/lte-ru.c
View file @
24a0f1b8
...
...
@@ -1300,13 +1300,13 @@ void fill_rf_config(RU_t *ru,
if
(
fp
->
threequarter_fs
)
{
cfg
->
sample_rate
=
23.04e6
;
cfg
->
samples_per_frame
=
230400
;
cfg
->
tx_bw
=
1
0e6
;
cfg
->
rx_bw
=
1
0e6
;
cfg
->
tx_bw
=
2
0e6
;
cfg
->
rx_bw
=
2
0e6
;
}
else
{
cfg
->
sample_rate
=
30.72e6
;
cfg
->
samples_per_frame
=
307200
;
cfg
->
tx_bw
=
1
0e6
;
cfg
->
rx_bw
=
1
0e6
;
cfg
->
tx_bw
=
2
0e6
;
cfg
->
rx_bw
=
2
0e6
;
}
}
else
if
(
ru
->
numerology
==
1
)
{
cfg
->
sample_rate
=
61.44e6
;
...
...
@@ -1328,13 +1328,13 @@ void fill_rf_config(RU_t *ru,
}
else
if
(
fp
->
N_RB_DL
==
50
)
{
cfg
->
sample_rate
=
15.36e6
;
cfg
->
samples_per_frame
=
153600
;
cfg
->
tx_bw
=
5
e6
;
cfg
->
rx_bw
=
5
e6
;
cfg
->
tx_bw
=
10
e6
;
cfg
->
rx_bw
=
10
e6
;
}
else
if
(
fp
->
N_RB_DL
==
25
)
{
cfg
->
sample_rate
=
7.68e6
;
cfg
->
samples_per_frame
=
76800
;
cfg
->
tx_bw
=
2.
5e6
;
cfg
->
rx_bw
=
2.
5e6
;
cfg
->
tx_bw
=
5e6
;
cfg
->
rx_bw
=
5e6
;
}
else
if
(
fp
->
N_RB_DL
==
6
)
{
cfg
->
sample_rate
=
1.92e6
;
cfg
->
samples_per_frame
=
19200
;
...
...
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