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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
spbro
OpenXG-RAN
Commits
69f8b9d9
Commit
69f8b9d9
authored
Sep 27, 2022
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moving includes to the top
parent
4c2185eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
openair1/PHY/defs_nr_UE.h
openair1/PHY/defs_nr_UE.h
+1
-2
openair2/PHY_INTERFACE/IF_Module.h
openair2/PHY_INTERFACE/IF_Module.h
+2
-1
No files found.
openair1/PHY/defs_nr_UE.h
View file @
69f8b9d9
...
...
@@ -109,6 +109,7 @@
#include "PHY/NR_UE_TRANSPORT/dci_nr.h"
#include <pthread.h>
#include "sdr/COMMON/common_lib.h"
#include "NR_IF_Module.h"
/// Context data structure for gNB subframe processing
typedef
struct
{
...
...
@@ -644,8 +645,6 @@ typedef struct NR_UL_TIME_ALIGNMENT {
uint8_t
tag_id
;
}
NR_UL_TIME_ALIGNMENT_t
;
#include "NR_IF_Module.h"
/// Top-level PHY Data Structure for UE
typedef
struct
{
/// \brief Module ID indicator for this instance
...
...
openair2/PHY_INTERFACE/IF_Module.h
View file @
69f8b9d9
...
...
@@ -38,6 +38,8 @@
#include "nfapi_interface.h"
#include "platform_types.h"
#include <common/utils/threadPool/thread-pool.h>
#include <sdr/COMMON/common_lib.h>
#define MAX_NUM_DL_PDU 100
#define MAX_NUM_UL_PDU 100
...
...
@@ -134,7 +136,6 @@ typedef struct {
int
CC_id
;
nfapi_config_request_t
*
cfg
;
}
PHY_Config_t
;
#include <sdr/COMMON/common_lib.h>
typedef
struct
IF_Module_s
{
//define the function pointer
...
...
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