Commit d59cd856 authored by Teodora Vladić's avatar Teodora Vladić

Remove `fh_south_asynch_in` as not used in NR

Signed-off-by: default avatarTeodora Vladić <teodora.vladic@openairinterface.org>
parent 4c5be733
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment