Commit a135f261 authored by Raymond Knopp's avatar Raymond Knopp

adjust includes for oairu target. Now test X-Ysoftmodem on another machine

parent 7b4c1eae
...@@ -1039,6 +1039,10 @@ add_boolean_option(DEBUG_PHY_PROC False "Enable debugging of PHY layer ...@@ -1039,6 +1039,10 @@ add_boolean_option(DEBUG_PHY_PROC False "Enable debugging of PHY layer
add_boolean_option(DEBUG_DLSCH False "Enable debugging of DLSCH physical layer channel") add_boolean_option(DEBUG_DLSCH False "Enable debugging of DLSCH physical layer channel")
add_boolean_option(MEX False "Enabling compilation with mex") add_boolean_option(MEX False "Enabling compilation with mex")
if (${RU} STREQUAL 0)
add_boolean_option(HAVE_RRC True "Enable RRC includes")
endif (${RU} STREQUAL 0)
########################## ##########################
# NAS LAYER OPTIONS # NAS LAYER OPTIONS
########################## ##########################
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <math.h> #include <math.h>
#include "PHY/defs_UE.h" #include "PHY/defs_UE.h"
#include "PHY/phy_extern_ue.h" #include "PHY/phy_extern_ue.h"
#include "PHY_INTERFACE/phy_interface.h"
#include "PHY/LTE_REFSIG/lte_refsig.h" #include "PHY/LTE_REFSIG/lte_refsig.h"
// Note: this is for prototype of generate_drs_pusch (OTA synchronization of RRUs) // Note: this is for prototype of generate_drs_pusch (OTA synchronization of RRUs)
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include "PHY/defs_eNB.h" #include "PHY/defs_eNB.h"
#include "PHY/phy_extern.h" #include "PHY/phy_extern.h"
#include "SCHED/sched_eNB.h"
#ifdef DEBUG_DCI_TOOLS #ifdef DEBUG_DCI_TOOLS
#include "PHY/phy_vars.h" #include "PHY/phy_vars.h"
#endif #endif
...@@ -43,7 +42,6 @@ ...@@ -43,7 +42,6 @@
//#define DEBUG_HARQ //#define DEBUG_HARQ
#include "LAYER2/MAC/mac.h"
//#define DEBUG_DCI //#define DEBUG_DCI
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
*/ */
#include "PHY/defs_eNB.h" #include "PHY/defs_eNB.h"
#include "PHY/phy_extern.h" #include "PHY/phy_extern.h"
#include "LAYER2/MAC/mac.h"
#include "common/utils/LOG/vcd_signal_dumper.h" #include "common/utils/LOG/vcd_signal_dumper.h"
#include "common/utils/LOG/log.h" #include "common/utils/LOG/log.h"
......
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
#include "platform_types.h" #include "platform_types.h"
#include "PHY/LTE_TRANSPORT/transport_common.h" #include "PHY/LTE_TRANSPORT/transport_common.h"
#include "PHY/LTE_TRANSPORT/transport_eNB.h" #include "PHY/LTE_TRANSPORT/transport_eNB.h"
#include "openair2/PHY_INTERFACE/IF_Module.h"
#include "openairinterface5g_limits.h" #include "openairinterface5g_limits.h"
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include "defs_eNB.h" #include "defs_eNB.h"
#include "defs_nr_common.h" #include "defs_nr_common.h"
#include "CODING/nrPolar_tools/nr_polar_pbch_defs.h" #include "CODING/nrPolar_tools/nr_polar_pbch_defs.h"
#include "openair2/NR_PHY_INTERFACE/NR_IF_Module.h"
#include "PHY/NR_TRANSPORT/nr_transport_common_proto.h" #include "PHY/NR_TRANSPORT/nr_transport_common_proto.h"
#include "PHY/impl_defs_top.h" #include "PHY/impl_defs_top.h"
#include "PHY/defs_common.h" #include "PHY/defs_common.h"
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
*/ */
#include "PHY/defs_eNB.h" #include "PHY/defs_eNB.h"
#include "SCHED/sched_eNB.h"
#include "nfapi_interface.h" #include "nfapi_interface.h"
#include "fapi_l1.h" #include "fapi_l1.h"
#include "nfapi_pnf.h" #include "nfapi_pnf.h"
......
...@@ -28,12 +28,19 @@ ...@@ -28,12 +28,19 @@
***************************************************************************/ ***************************************************************************/
#include "LTE_asn_constant.h"
#include "NR_asn_constant.h"
#ifndef __PLATFORM_CONSTANTS_H__ #ifndef __PLATFORM_CONSTANTS_H__
# define __PLATFORM_CONSTANTS_H__ # define __PLATFORM_CONSTANTS_H__
#ifdef HAVE_RRC
#include "LTE_asn_constant.h"
#include "NR_asn_constant.h"
#else
#define LTE_maxDRB 14
#define LTE_maxDRB_NB_r13 5
#define NR_MAXDRB 14
#endif
#ifdef JUMBO_FRAME #ifdef JUMBO_FRAME
#define NL_MAX_PAYLOAD 18000 /* this should cover the max mtu size*/ #define NL_MAX_PAYLOAD 18000 /* this should cover the max mtu size*/
#else #else
......
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