Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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-RAN
Commits
d77f9ad0
Commit
d77f9ad0
authored
Feb 15, 2021
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build oairu ok
parent
a135f261
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
12 deletions
+7
-12
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+4
-4
openair2/COMMON/platform_constants.h
openair2/COMMON/platform_constants.h
+1
-1
openair2/UTIL/OTG/otg_defs.h
openair2/UTIL/OTG/otg_defs.h
+2
-7
No files found.
cmake_targets/CMakeLists.txt
View file @
d77f9ad0
...
...
@@ -432,6 +432,9 @@ set(asn1_generated_dir ${OPENAIR_BIN_DIR})
set
(
protoc_call
"
${
OPENAIR_CMAKE
}
/tools/generate_protobuf"
)
set
(
protobuf_generated_dir
${
OPENAIR_BIN_DIR
}
)
if
(
${
RU
}
STREQUAL 1
)
add_definitions
(
-DNO_RRC
)
endif
(
${
RU
}
STREQUAL 1
)
# RRC
######
...
...
@@ -1039,10 +1042,6 @@ 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
##########################
...
...
@@ -3011,6 +3010,7 @@ target_link_libraries (oairu
target_link_libraries
(
oairu pthread m
${
CONFIG_LIB
}
rt
${
CMAKE_DL_LIBS
}
${
T_LIB
}
)
# lte-uesoftmodem is UE implementation
#######################################
...
...
openair2/COMMON/platform_constants.h
View file @
d77f9ad0
...
...
@@ -32,7 +32,7 @@
#ifndef __PLATFORM_CONSTANTS_H__
# define __PLATFORM_CONSTANTS_H__
#if
def HAVE
_RRC
#if
ndef NO
_RRC
#include "LTE_asn_constant.h"
#include "NR_asn_constant.h"
#else
...
...
openair2/UTIL/OTG/otg_defs.h
View file @
d77f9ad0
...
...
@@ -34,13 +34,8 @@
# define __OTG_DEFS_H__
/* \brief To define the NUMBER_OF_eNB_MAX and MAX_MOBILES_PER_ENB */
#if STANDALONE==1
#include "openairinterface5g_limits.h"
#else
// impl_defs_top.h includes openairinterface5g_limits.h
#include "PHY/impl_defs_top.h"
#endif
#include "openairinterface5g_limits.h"
#include <openair2/COMMON/platform_constants.h>
#include "otg_config.h"
/**
...
...
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