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
4c5be733
Commit
4c5be733
authored
Jun 24, 2026
by
Teodora Vladić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove `fh_north_out` as not used in NR
Signed-off-by:
Teodora Vladić
<
teodora.vladic@openairinterface.org
>
parent
cbe6475a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
executables/nr-gnb.c
executables/nr-gnb.c
+0
-4
executables/nr-ru.c
executables/nr-ru.c
+0
-4
No files found.
executables/nr-gnb.c
View file @
4c5be733
...
@@ -254,10 +254,6 @@ static size_t dump_L1_meas_stats(PHY_VARS_gNB *gNB, RU_t *ru, char *output, size
...
@@ -254,10 +254,6 @@ static size_t dump_L1_meas_stats(PHY_VARS_gNB *gNB, RU_t *ru, char *output, size
output
+=
print_meas_log
(
&
ru
->
tx_fhaul
,
"tx_fhaul"
,
NULL
,
NULL
,
output
,
end
-
output
);
output
+=
print_meas_log
(
&
ru
->
tx_fhaul
,
"tx_fhaul"
,
NULL
,
NULL
,
output
,
end
-
output
);
if
(
ru
->
fh_north_out
)
{
output
+=
print_meas_log
(
&
ru
->
compression
,
"compression"
,
NULL
,
NULL
,
output
,
end
-
output
);
output
+=
print_meas_log
(
&
ru
->
transport
,
"transport"
,
NULL
,
NULL
,
output
,
end
-
output
);
}
return
output
-
begin
;
return
output
-
begin
;
}
}
...
...
executables/nr-ru.c
View file @
4c5be733
...
@@ -561,8 +561,6 @@ void ru_tx_func(void *param)
...
@@ -561,8 +561,6 @@ void ru_tx_func(void *param)
if
(
ru
->
fh_north_asynch_in
==
NULL
&&
ru
->
fh_south_out
)
if
(
ru
->
fh_north_asynch_in
==
NULL
&&
ru
->
fh_south_out
)
ru
->
fh_south_out
(
ru
,
frame_tx
,
slot_tx
,
info
->
timestamp_tx
);
ru
->
fh_south_out
(
ru
,
frame_tx
,
slot_tx
,
info
->
timestamp_tx
);
if
(
ru
->
fh_north_out
)
ru
->
fh_north_out
(
ru
);
}
}
/* @brief wait for the next RX TTI to be free
/* @brief wait for the next RX TTI to be free
...
@@ -897,7 +895,6 @@ void set_function_spec_param(RU_t *ru)
...
@@ -897,7 +895,6 @@ void set_function_spec_param(RU_t *ru)
ru
->
feprx
=
nr_fep_tp
;
// this is frequency-shift + DFTs
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_ofdm
=
nr_feptx_tp
;
// this is fep with idft and precoding
ru
->
feptx_prec
=
NULL
;
ru
->
feptx_prec
=
NULL
;
ru
->
fh_north_out
=
NULL
;
// no outgoing fronthaul to north
ru
->
nr_start_if
=
NULL
;
// no if interface
ru
->
nr_start_if
=
NULL
;
// no if interface
ru
->
rfdevice
.
host_type
=
RAU_HOST
;
ru
->
rfdevice
.
host_type
=
RAU_HOST
;
ru
->
fh_south_in
=
rx_rf
;
// local synchronous RF RX
ru
->
fh_south_in
=
rx_rf
;
// local synchronous RF RX
...
@@ -929,7 +926,6 @@ void set_function_spec_param(RU_t *ru)
...
@@ -929,7 +926,6 @@ void set_function_spec_param(RU_t *ru)
ru
->
fh_south_in
=
NULL
;
ru
->
fh_south_in
=
NULL
;
ru
->
fh_south_out
=
NULL
;
ru
->
fh_south_out
=
NULL
;
ru
->
fh_south_asynch_in
=
NULL
;
ru
->
fh_south_asynch_in
=
NULL
;
ru
->
fh_north_out
=
NULL
;
ru
->
fh_north_asynch_in
=
NULL
;
ru
->
fh_north_asynch_in
=
NULL
;
ru
->
start_rf
=
NULL
;
// no local RF
ru
->
start_rf
=
NULL
;
// no local RF
ru
->
stop_rf
=
NULL
;
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