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
035b6eb9
Commit
035b6eb9
authored
Dec 11, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Print prach_eaxc_coffset
parent
ab2dd20b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
radio/ETHERNET/oran/5g/oran-config.c
radio/ETHERNET/oran/5g/oran-config.c
+3
-0
No files found.
radio/ETHERNET/oran/5g/oran-config.c
View file @
035b6eb9
...
...
@@ -312,6 +312,7 @@ void print_fh_config(const struct xran_fh_config *fh_config)
nCC %d
\n
\
neAxc %d
\n
\
neAxcUl %d
\n
\
prach_eAxc_offset = %d
\n
\
nAntElmTRx %d
\n
\
nDLFftSize %d
\n
\
nULFftSize %d
\n
\
...
...
@@ -328,6 +329,7 @@ void print_fh_config(const struct xran_fh_config *fh_config)
fh_config
->
nCC
,
fh_config
->
neAxc
,
fh_config
->
neAxcUl
,
fh_config
->
prach_eAxc_offset
,
fh_config
->
nAntElmTRx
,
fh_config
->
nDLFftSize
,
fh_config
->
nULFftSize
,
...
...
@@ -587,6 +589,7 @@ bool set_fh_config(struct xran_fh_config *fh_config)
fh_config
->
nCC
=
1
;
fh_config
->
neAxc
=
4
;
fh_config
->
neAxcUl
=
4
;
fh_config
->
prach_eAxc_offset
=
4
;
// SPECIAL SPECIAL added by Raymond
fh_config
->
nAntElmTRx
=
4
;
fh_config
->
nDLFftSize
=
0
;
fh_config
->
nULFftSize
=
0
;
...
...
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