Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG UE
Commits
1bf6e870
Commit
1bf6e870
authored
Feb 14, 2021
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust includes for oairu target. Now test X-Ysoftmodem on another machine
parent
251fc7b3
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
7 deletions
+15
-7
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+4
-0
openair1/PHY/LTE_ESTIMATION/lte_sync_time.c
openair1/PHY/LTE_ESTIMATION/lte_sync_time.c
+0
-1
openair1/PHY/LTE_TRANSPORT/dci_tools_common.c
openair1/PHY/LTE_TRANSPORT/dci_tools_common.c
+0
-2
openair1/PHY/LTE_TRANSPORT/pucch_common.c
openair1/PHY/LTE_TRANSPORT/pucch_common.c
+0
-1
openair1/PHY/defs_eNB.h
openair1/PHY/defs_eNB.h
+1
-0
openair1/PHY/defs_gNB.h
openair1/PHY/defs_gNB.h
+1
-0
openair1/SCHED/prach_procedures.c
openair1/SCHED/prach_procedures.c
+0
-1
openair2/COMMON/platform_constants.h
openair2/COMMON/platform_constants.h
+9
-2
No files found.
cmake_targets/CMakeLists.txt
View file @
1bf6e870
...
...
@@ -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
(
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
##########################
...
...
openair1/PHY/LTE_ESTIMATION/lte_sync_time.c
View file @
1bf6e870
...
...
@@ -29,7 +29,6 @@
#include <math.h>
#include "PHY/defs_UE.h"
#include "PHY/phy_extern_ue.h"
#include "PHY_INTERFACE/phy_interface.h"
#include "PHY/LTE_REFSIG/lte_refsig.h"
// Note: this is for prototype of generate_drs_pusch (OTA synchronization of RRUs)
...
...
openair1/PHY/LTE_TRANSPORT/dci_tools_common.c
View file @
1bf6e870
...
...
@@ -32,7 +32,6 @@
#include "PHY/defs_eNB.h"
#include "PHY/phy_extern.h"
#include "SCHED/sched_eNB.h"
#ifdef DEBUG_DCI_TOOLS
#include "PHY/phy_vars.h"
#endif
...
...
@@ -43,7 +42,6 @@
//#define DEBUG_HARQ
#include "LAYER2/MAC/mac.h"
//#define DEBUG_DCI
...
...
openair1/PHY/LTE_TRANSPORT/pucch_common.c
View file @
1bf6e870
...
...
@@ -31,7 +31,6 @@
*/
#include "PHY/defs_eNB.h"
#include "PHY/phy_extern.h"
#include "LAYER2/MAC/mac.h"
#include "common/utils/LOG/vcd_signal_dumper.h"
#include "common/utils/LOG/log.h"
...
...
openair1/PHY/defs_eNB.h
View file @
1bf6e870
...
...
@@ -65,6 +65,7 @@
#include "platform_types.h"
#include "PHY/LTE_TRANSPORT/transport_common.h"
#include "PHY/LTE_TRANSPORT/transport_eNB.h"
#include "openair2/PHY_INTERFACE/IF_Module.h"
#include "openairinterface5g_limits.h"
...
...
openair1/PHY/defs_gNB.h
View file @
1bf6e870
...
...
@@ -36,6 +36,7 @@
#include "defs_eNB.h"
#include "defs_nr_common.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/impl_defs_top.h"
#include "PHY/defs_common.h"
...
...
openair1/SCHED/prach_procedures.c
View file @
1bf6e870
...
...
@@ -31,7 +31,6 @@
*/
#include "PHY/defs_eNB.h"
#include "SCHED/sched_eNB.h"
#include "nfapi_interface.h"
#include "fapi_l1.h"
#include "nfapi_pnf.h"
...
...
openair2/COMMON/platform_constants.h
View file @
1bf6e870
...
...
@@ -28,12 +28,19 @@
***************************************************************************/
#include "LTE_asn_constant.h"
#include "NR_asn_constant.h"
#ifndef __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
#define NL_MAX_PAYLOAD 18000
/* this should cover the max mtu size*/
#else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment