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
20f938d5
Commit
20f938d5
authored
Aug 07, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless Doxygen variable
parent
f23b6541
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
cmake_targets/build_oai
cmake_targets/build_oai
+2
-10
No files found.
cmake_targets/build_oai
View file @
20f938d5
...
...
@@ -39,7 +39,6 @@ conf_nvram_path=$OPENAIR_DIR/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
HW
=
""
VERBOSE_COMPILE
=
0
BUILD_DIR
=
ran_build
BUILD_DOXYGEN
=
0
DISABLE_HARDWARE_DEPENDENCY
=
"False"
CMAKE_BUILD_TYPE
=
"RelWithDebInfo"
CMAKE_CMD
=
"
$CMAKE
"
...
...
@@ -323,9 +322,8 @@ function main() {
shift
;;
--build-doxygen
)
CMAKE_CMD
=
"
$CMAKE_CMD
-DGENERATE_DOXYGEN=ON"
TARGET_LIST
=
"
$TARGET_LIST
doc"
BUILD_DOXYGEN
=
1
echo_info
"Will build doxygen support"
TARGET_LIST
=
"
$TARGET_LIST
doc"
echo_info
"Will build Doxygen documentation:
$DIR
/
$BUILD_DIR
/build/doc/html/index.html"
shift
;;
--enable-LTTNG
)
CMAKE_CMD
=
"
$CMAKE_CMD
-DENABLE_LTTNG=ON -DT_TRACER=OFF"
...
...
@@ -484,12 +482,6 @@ function main() {
echo_info
"Running
\"
$CMAKE_CMD
\"
"
eval
$CMAKE_CMD
compilations
$BUILD_DIR
all.txt
"
$TARGET_LIST
"
"
${
BUILD_TOOL_OPT
}
"
###################
# Doxygen Support #
###################
if
[
"
$BUILD_DOXYGEN
"
=
"1"
]
;
then
echo_info
"Built Doxygen based documentation. The documentation file is located here:
$DIR
/
$BUILD_DIR
/build/doc/html/index.html"
fi
if
[
"
$UE
"
=
1
]
;
then
echo_info
"Generate LTE USIM default sim content UE specific part"
...
...
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