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
d59cd856
Commit
d59cd856
authored
Jun 24, 2026
by
Teodora Vladić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove `fh_south_asynch_in` as not used in NR
Signed-off-by:
Teodora Vladić
<
teodora.vladic@openairinterface.org
>
parent
4c5be733
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
executables/nr-ru.c
executables/nr-ru.c
+0
-2
No files found.
executables/nr-ru.c
View file @
d59cd856
...
...
@@ -910,7 +910,6 @@ void set_function_spec_param(RU_t *ru)
ru
->
feptx_ofdm
=
nr_feptx_tp
;
// need to do transmit Precoding + IDFTs
ru
->
fh_south_in
=
fh_if5_south_in
;
// synchronous IF5 reception
ru
->
fh_south_out
=
fh_if5_south_out
;
// synchronous IF5 transmission
ru
->
fh_south_asynch_in
=
NULL
;
// no asynchronous UL
ru
->
start_rf
=
ru
->
eth_params
.
transp_preference
==
ETH_UDP_IF5_ECPRI_MODE
?
start_streaming
:
NULL
;
ru
->
stop_rf
=
NULL
;
ru
->
start_write_thread
=
NULL
;
...
...
@@ -925,7 +924,6 @@ void set_function_spec_param(RU_t *ru)
ru
->
feptx_ofdm
=
NULL
;
// no OFDM mod
ru
->
fh_south_in
=
NULL
;
ru
->
fh_south_out
=
NULL
;
ru
->
fh_south_asynch_in
=
NULL
;
ru
->
fh_north_asynch_in
=
NULL
;
ru
->
start_rf
=
NULL
;
// no local RF
ru
->
stop_rf
=
NULL
;
...
...
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