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
120e1f83
Commit
120e1f83
authored
Feb 28, 2024
by
Romain Beurdouche
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ldpc-decoding-module-interface-rework): cleanup includes in interface demo
parent
f7208f91
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
25 deletions
+1
-25
openair1/PHY/CODING/nr_ulsch_decoding_interface_demo.c
openair1/PHY/CODING/nr_ulsch_decoding_interface_demo.c
+1
-25
No files found.
openair1/PHY/CODING/nr_ulsch_decoding_interface_demo.c
View file @
120e1f83
...
...
@@ -60,33 +60,11 @@
//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_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
ldpc_interface_t
ldpc_interface_demo
,
ldpc_interface_offload_demo
;
ldpc_interface_t
ldpc_interface_demo
;
static
void
nr_processULSegment_demo
(
void
*
arg
)
{
...
...
@@ -352,8 +330,6 @@ int32_t nr_ulsch_decoding_shutdown(void){
free_LDPClib
(
&
ldpc_interface_demo
);
free_LDPClib
(
&
ldpc_interface_offload_demo
);
return
0
;
}
...
...
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