Commit 00b6fe81 authored by Nick Ho's avatar Nick Ho

fix path error at USER

parent 0ca18021
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include <sys/sysinfo.h> #include <sys/sysinfo.h>
#include "rt_wrapper.h" #include "rt_wrapper.h"
#include "time_utils.h" //#include "time_utils.h"
#undef MALLOC //there are two conflicting definitions, so we better make sure we don't use it at all #undef MALLOC //there are two conflicting definitions, so we better make sure we don't use it at all
...@@ -65,13 +65,14 @@ ...@@ -65,13 +65,14 @@
#include "PHY/LTE_TRANSPORT/if4_tools.h" #include "PHY/LTE_TRANSPORT/if4_tools.h"
#include "PHY/LTE_TRANSPORT/if5_tools.h" #include "PHY/LTE_TRANSPORT/if5_tools.h"
#include "PHY/extern.h" #include "PHY/phy_extern.h"
#include "SCHED/extern.h" //#include "SCHED/extern.h"
#include "SCHED/sched_eNB.h"
#include "../../SIMU/USER/init_lte.h" #include "../../SIMU/USER/init_lte.h"
//NB-IoT //NB-IoT
#include "PHY/defs.h" #include "PHY/defs_eNB.h"
#include "PHY/defs_L1_NB_IoT.h" #include "PHY/defs_L1_NB_IoT.h"
//#include "PHY/defs_L1_NB_IoT.h" //#include "PHY/defs_L1_NB_IoT.h"
#include "SCHED_NBIOT/defs_NB_IoT.h" #include "SCHED_NBIOT/defs_NB_IoT.h"
......
...@@ -58,12 +58,12 @@ ...@@ -58,12 +58,12 @@
#include "LAYER2/MAC/defs.h" #include "LAYER2/MAC/defs.h"
#include "LAYER2/MAC/vars.h" #include "LAYER2/MAC/mac_vars.h"
#include "LAYER2/MAC/proto.h" #include "LAYER2/MAC/mac_proto.h"
#include "RRC/NBIOT/vars.h" #include "RRC/LTE/rrc_vars.h"
#include "PHY_INTERFACE/vars.h" #include "PHY_INTERFACE/phy_interface_vars.h"
#include "PHY_INTERFACE/defs.h" //#include "PHY_INTERFACE/defs.h"
/////////////////////////////NB-IoT Parameters here//////////////////////////////////////// /////////////////////////////NB-IoT Parameters here////////////////////////////////////////
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
*/ */
#include "PHY/types.h" #include "PHY/types.h"
#include "PHY/defs.h" #include "PHY/defs_eNB.h"
PHY_VARS_eNB* init_lte_eNB(LTE_DL_FRAME_PARMS *frame_parms, PHY_VARS_eNB* init_lte_eNB(LTE_DL_FRAME_PARMS *frame_parms,
uint8_t eNB_id, uint8_t eNB_id,
......
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