Commit 269527f3 authored by Raymond Knopp's avatar Raymond Knopp

removal of residual warnings

parent 14374c14
......@@ -22,6 +22,7 @@
#include "phy_init.h"
#include "SCHED/sched_eNB.h"
#include "PHY/phy_extern.h"
#include "PHY/LTE_REFSIG/lte_refsig.h"
#include "SIMULATION/TOOLS/sim.h"
#include "LTE_RadioResourceConfigCommonSIB.h"
#include "LTE_RadioResourceConfigDedicated.h"
......
......@@ -127,9 +127,6 @@ int load_lib(openair0_device *device, openair0_config_t *openair0_cfg, eth_param
return ret;
}
int openair0_check_device_loaded(){
return dlopen(OAI_RF_LIBNAME, RTLD_NOLOAD);
}
int openair0_device_load(openair0_device *device, openair0_config_t *openair0_cfg) {
......
......@@ -132,7 +132,6 @@ volatile int oai_exit = 0;
clock_source_t clock_source = internal,time_source=internal;
static int wait_for_sync = 0;
unsigned int mmapped_dma=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