diff --git a/openair1/PHY/TOOLS/lte_ue_scope.c b/openair1/PHY/TOOLS/lte_ue_scope.c index 6460a49094da1d9f771eb1c6ee29da1eacbbdd58..20d88ebdab5d33d41f278bacea1f22991d7acf73 100644 --- a/openair1/PHY/TOOLS/lte_ue_scope.c +++ b/openair1/PHY/TOOLS/lte_ue_scope.c @@ -36,7 +36,7 @@ #include "common/config/config_userapi.h" #include "PHY/TOOLS/lte_phy_scope.h" #include "targets/RT/USER/stats.h" -#include "PHY/phy_vars.h" +#include "PHY/phy_vars_ue.h" // current status is that every UE has a DL scope for a SINGLE eNB (eNB_id=0) // at eNB 0, an UL scope for every UE FD_lte_phy_scope_ue *form_ue[NUMBER_OF_UE_MAX]; diff --git a/targets/RT/USER/lte-softmodem.c b/targets/RT/USER/lte-softmodem.c index f7650f77c88862571a8dbce2e9cc5f7c2a3aa10d..43772430f19fc0e5975205a92f290777f4da1b29 100644 --- a/targets/RT/USER/lte-softmodem.c +++ b/targets/RT/USER/lte-softmodem.c @@ -57,7 +57,7 @@ //#undef FRAME_LENGTH_COMPLEX_SAMPLES //there are two conflicting definitions, so we better make sure we don't use it at all -#include "PHY/phy_vars.h" + #include "SCHED/sched_common_vars.h" #include "LAYER2/MAC/mac_vars.h" diff --git a/targets/RT/USER/lte-uesoftmodem.c b/targets/RT/USER/lte-uesoftmodem.c index c4c84dda3b1c71e3889ffbf7bd1e882fcf69b186..9995b43f9077bb5289cf4a198f2b2822bdd9ba01 100644 --- a/targets/RT/USER/lte-uesoftmodem.c +++ b/targets/RT/USER/lte-uesoftmodem.c @@ -56,7 +56,7 @@ //#undef FRAME_LENGTH_COMPLEX_SAMPLES //there are two conflicting definitions, so we better make sure we don't use it at all -#include "PHY/phy_vars.h" +#include "PHY/phy_vars_ue.h" #include "PHY/LTE_TRANSPORT/transport_vars.h" #include "SCHED/sched_common_vars.h" #include "PHY/MODULATION/modulation_vars.h"