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
alex037yang
OpenXG-RAN
Commits
86f6c372
Commit
86f6c372
authored
Apr 22, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
51e1fcc2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
openair2/LAYER2/MAC/defs.h
openair2/LAYER2/MAC/defs.h
+2
-2
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
+4
-4
openair2/LAYER2/MAC/main.c
openair2/LAYER2/MAC/main.c
+1
-1
No files found.
openair2/LAYER2/MAC/defs.h
View file @
86f6c372
...
...
@@ -71,7 +71,7 @@
#include "SCellToAddMod-r10.h"
#endif
#if
def
FAPI
#if FAPI
#include "ff-mac.h"
#endif
...
...
@@ -920,7 +920,7 @@ typedef struct {
/// processing time of eNB ULSCH reception
time_stats_t
rx_ulsch_sdu
;
// include rlc_data_ind
#if
def
FAPI
#if FAPI
/// fapi interface handler
fapi_interface_t
*
fapi
;
#endif
...
...
openair2/LAYER2/MAC/eNB_scheduler_dlsch.c
View file @
86f6c372
...
...
@@ -65,7 +65,7 @@
# include "intertask_interface.h"
#endif
#if
def
FAPI
#if FAPI
#include "ff-mac.h"
#endif
...
...
@@ -419,7 +419,7 @@ set_ul_DAI(
}
}
#if
def
FAPI
#if FAPI
//------------------------------------------------------------------------------
void
...
...
@@ -1650,7 +1650,7 @@ schedule_ue_spec(
//------------------------------------------------------------------------------
void
#if
def
FAPI
#if FAPI
fill_DLSCH_dci_old
(
#else
fill_DLSCH_dci
(
...
...
@@ -1971,7 +1971,7 @@ fill_DLSCH_dci(
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME
(
VCD_SIGNAL_DUMPER_FUNCTIONS_FILL_DLSCH_DCI
,
VCD_FUNCTION_OUT
);
}
#if
def
FAPI
#if FAPI
//------------------------------------------------------------------------------
void
...
...
openair2/LAYER2/MAC/main.c
View file @
86f6c372
...
...
@@ -356,7 +356,7 @@ int mac_top_init(int eMBMS_active, char *uecap_xer, uint8_t cba_group_active, ui
#endif
//end ALU's algo
#if
def
FAPI
#if FAPI
/* setup FAPI interface */
/* this should be done differently/somewhere else */
const
Enb_properties_array_t
*
conf
=
enb_config_get
();
...
...
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