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
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
lizhongxiao
OpenXG-RAN
Commits
1f141955
Commit
1f141955
authored
Jul 07, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move inclusion of openair2/E2AP where it belongs
parent
31b7d7c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
CMakeLists.txt
CMakeLists.txt
+0
-6
openair2/CMakeLists.txt
openair2/CMakeLists.txt
+3
-0
No files found.
CMakeLists.txt
View file @
1f141955
...
...
@@ -331,15 +331,9 @@ add_definitions(-DHAVE_NETINET_IN_H)
#########################
##### E2 AGENT
#########################
#add_boolean_option() does not work -- why?
set
(
E2_AGENT
"OFF"
CACHE STRING
"O-RAN-compliant E2 Agent"
)
set_property
(
CACHE E2_AGENT PROPERTY STRINGS
"ON"
"OFF"
)
if
(
E2_AGENT
)
set
(
E2AP_DIR
${
OPENAIR2_DIR
}
/E2AP
)
add_subdirectory
(
"
${
E2AP_DIR
}
"
)
endif
()
##################################################
# ASN.1 grammar C code generation & dependencies #
##################################################
...
...
openair2/CMakeLists.txt
View file @
1f141955
add_subdirectory
(
E1AP
)
if
(
E2_AGENT
)
add_subdirectory
(
E2AP
)
endif
()
add_subdirectory
(
F1AP
)
add_subdirectory
(
M2AP
)
add_subdirectory
(
X2AP
)
...
...
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