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
littleBu
OpenXG-RAN
Commits
4d6b95a1
Commit
4d6b95a1
authored
Jan 23, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FHI72: Remove numerology limitation, allow to run mu=0
parent
61b8217a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
radio/fhi_72/oran-config.c
radio/fhi_72/oran-config.c
+0
-1
No files found.
radio/fhi_72/oran-config.c
View file @
4d6b95a1
...
...
@@ -770,7 +770,6 @@ static bool set_fh_config(int ru_idx, int num_rus, enum xran_category xran_cat,
for
(
int
i
=
1
;
i
<
oai0
->
rx_num_channels
;
++
i
)
DevAssert
(
oai0
->
rx_freq
[
0
]
==
oai0
->
rx_freq
[
i
]);
DevAssert
(
oai0
->
nr_band
>
0
);
DevAssert
(
oai0
->
nr_scs_for_raster
>
0
);
AssertFatal
(
oai0
->
threequarter_fs
==
0
,
"cannot use three-quarter sampling with O-RAN 7.2 split
\n
"
);
paramdef_t
FHconfigs
[]
=
ORAN_FH_DESC
;
...
...
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