Commit 86f6c372 authored by Cedric Roux's avatar Cedric Roux

cleanup

parent 51e1fcc2
......@@ -71,7 +71,7 @@
#include "SCellToAddMod-r10.h"
#endif
#ifdef 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
#ifdef FAPI
#if FAPI
/// fapi interface handler
fapi_interface_t *fapi;
#endif
......
......@@ -65,7 +65,7 @@
# include "intertask_interface.h"
#endif
#ifdef FAPI
#if FAPI
#include "ff-mac.h"
#endif
......@@ -419,7 +419,7 @@ set_ul_DAI(
}
}
#ifdef FAPI
#if FAPI
//------------------------------------------------------------------------------
void
......@@ -1650,7 +1650,7 @@ schedule_ue_spec(
//------------------------------------------------------------------------------
void
#ifdef 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);
}
#ifdef FAPI
#if FAPI
//------------------------------------------------------------------------------
void
......
......@@ -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
#ifdef FAPI
#if FAPI
/* setup FAPI interface */
/* this should be done differently/somewhere else */
const Enb_properties_array_t *conf = enb_config_get();
......
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