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
5b22d94d
Commit
5b22d94d
authored
Apr 06, 2022
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding special PRB configs
parent
f5587fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
executables/nr-ru.c
executables/nr-ru.c
+4
-2
No files found.
executables/nr-ru.c
View file @
5b22d94d
...
@@ -998,7 +998,8 @@ void fill_rf_config(RU_t *ru, char *rf_config_file) {
...
@@ -998,7 +998,8 @@ void fill_rf_config(RU_t *ru, char *rf_config_file) {
}
}
}
else
if
(
mu
==
NR_MU_3
)
{
}
else
if
(
mu
==
NR_MU_3
)
{
switch
(
N_RB
)
{
switch
(
N_RB
)
{
case
132
:
case
132
:
case
128
:
if
(
fp
->
threequarter_fs
)
{
if
(
fp
->
threequarter_fs
)
{
cfg
->
sample_rate
=
184.32e6
;
cfg
->
sample_rate
=
184.32e6
;
cfg
->
samples_per_frame
=
1843200
;
cfg
->
samples_per_frame
=
1843200
;
...
@@ -1012,7 +1013,8 @@ void fill_rf_config(RU_t *ru, char *rf_config_file) {
...
@@ -1012,7 +1013,8 @@ void fill_rf_config(RU_t *ru, char *rf_config_file) {
}
}
break
;
break
;
case
66
:
case
64
:
case
66
:
if
(
fp
->
threequarter_fs
)
{
if
(
fp
->
threequarter_fs
)
{
cfg
->
sample_rate
=
92.16e6
;
cfg
->
sample_rate
=
92.16e6
;
cfg
->
samples_per_frame
=
921600
;
cfg
->
samples_per_frame
=
921600
;
...
...
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