Commit 120e1f83 authored by Romain Beurdouche's avatar Romain Beurdouche

fix(ldpc-decoding-module-interface-rework): cleanup includes in interface demo

parent f7208f91
...@@ -60,33 +60,11 @@ ...@@ -60,33 +60,11 @@
//extern double cpuf; //extern double cpuf;
#include "PHY/defs_gNB.h"
//#include "sched_nr.h"
//#include "PHY/NR_TRANSPORT/nr_transport_proto.h"
//#include "PHY/NR_TRANSPORT/nr_dlsch.h"
#include "PHY/NR_TRANSPORT/nr_ulsch.h"
//#include "PHY/CODING/nr_ulsch_decoding_interface.h"
#include "PHY/CODING/nrLDPC_extern.h"
//#include "PHY/NR_TRANSPORT/nr_dci.h"
//#include "PHY/NR_ESTIMATION/nr_ul_estimation.h"
#include "nfapi/open-nFAPI/nfapi/public_inc/nfapi_interface.h" #include "nfapi/open-nFAPI/nfapi/public_inc/nfapi_interface.h"
#include "nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface.h" #include "nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface.h"
//#include "fapi_nr_l1.h"
//#include "common/utils/LOG/log.h"
//#include "common/utils/LOG/vcd_signal_dumper.h"
//#include "PHY/INIT/nr_phy_init.h"
//#include "PHY/MODULATION/nr_modulation.h"
//#include "PHY/NR_UE_TRANSPORT/srs_modulation_nr.h"
//#include "T.h"
//#include "executables/nr-softmodem.h"
//#include "executables/softmodem-common.h"
//#include "nfapi/oai_integration/vendor_ext.h"
//#include "NR_SRS-ResourceSet.h"
//#include "assertions.h"
//#include <time.h>
// Global var to limit the rework of the dirty legacy code // Global var to limit the rework of the dirty legacy code
ldpc_interface_t ldpc_interface_demo, ldpc_interface_offload_demo; ldpc_interface_t ldpc_interface_demo;
static void nr_processULSegment_demo(void *arg) static void nr_processULSegment_demo(void *arg)
{ {
...@@ -352,8 +330,6 @@ int32_t nr_ulsch_decoding_shutdown(void){ ...@@ -352,8 +330,6 @@ int32_t nr_ulsch_decoding_shutdown(void){
free_LDPClib(&ldpc_interface_demo); free_LDPClib(&ldpc_interface_demo);
free_LDPClib(&ldpc_interface_offload_demo);
return 0; return 0;
} }
......
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