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
794d02e0
Commit
794d02e0
authored
Jun 24, 2026
by
Teodora Vladić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove `do_prach` as not used in NR
Signed-off-by:
Teodora Vladić
<
teodora.vladic@openairinterface.org
>
parent
31ffb21a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
executables/nr-ru.c
executables/nr-ru.c
+0
-3
No files found.
executables/nr-ru.c
View file @
794d02e0
...
...
@@ -894,7 +894,6 @@ void set_function_spec_param(RU_t *ru)
case
LOCAL_RF
:
// this is an RU with integrated RF (RRU, gNB)
reset_meas
(
&
ru
->
rx_fhaul
);
AssertFatal
(
ru
->
function
==
gNodeB_3GPP
,
"ru->function %d not supported for LOCAL_RF
\n
"
,
ru
->
function
);
ru
->
do_prach
=
0
;
// no prach processing in RU
ru
->
feprx
=
nr_fep_tp
;
// this is frequency-shift + DFTs
ru
->
feptx_ofdm
=
nr_feptx_tp
;
// this is fep with idft and precoding
ru
->
feptx_prec
=
NULL
;
...
...
@@ -910,7 +909,6 @@ void set_function_spec_param(RU_t *ru)
break
;
case
REMOTE_IF5
:
// the remote unit is IF5 RRU
ru
->
do_prach
=
0
;
ru
->
txfh_in_fep
=
0
;
ru
->
feprx
=
nr_fep_tp
;
// this is frequency-shift + DFTs
ru
->
feptx_prec
=
NULL
;
// need to do transmit Precoding + IDFTs
...
...
@@ -927,7 +925,6 @@ void set_function_spec_param(RU_t *ru)
break
;
case
REMOTE_IF4p5
:
ru
->
do_prach
=
0
;
ru
->
feprx
=
NULL
;
// DFTs
ru
->
feptx_prec
=
nr_feptx_prec
;
// Precoding operation
ru
->
feptx_ofdm
=
NULL
;
// no OFDM mod
...
...
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