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
413627a6
Commit
413627a6
authored
Feb 22, 2024
by
Laurent THOMAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small-bug-from-
cdb18d38
-and-one-gcc-warning
parent
c599e172
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
284 additions
and
226 deletions
+284
-226
cmake_targets/build_oai
cmake_targets/build_oai
+1
-1
cmake_targets/nas_sim_tools/CMakeLists.txt
cmake_targets/nas_sim_tools/CMakeLists.txt
+2
-1
openair2/LAYER2/NR_MAC_gNB/config.c
openair2/LAYER2/NR_MAC_gNB/config.c
+281
-224
No files found.
cmake_targets/build_oai
View file @
413627a6
...
...
@@ -521,7 +521,7 @@ function main() {
mkdir
-p
$DIR
/nas_sim_tools/build
cd
$DIR
/nas_sim_tools/build
eval
$CMAKE_CMD
..
${
CMAKE_CMD
% *
}
..
compilations nas_sim_tools usim.txt usim
compilations nas_sim_tools nvram.txt nvram
compilations nas_sim_tools conf2uedata.txt conf2uedata
...
...
cmake_targets/nas_sim_tools/CMakeLists.txt
View file @
413627a6
cmake_minimum_required
(
VERSION
2.8
)
cmake_minimum_required
(
VERSION
3.5
)
project
(
NAS_SIM_TOOLS
)
...
...
@@ -6,6 +6,7 @@ include(FindPkgConfig)
pkg_search_module
(
CONFIG libconfig REQUIRED
)
include_directories
(
${
CONFIG_INCLUDE_DIRS
}
)
add_definitions
(
-std=gnu99
)
include
(
"../macros.cmake"
)
ENABLE_LANGUAGE
(
C
)
...
...
openair2/LAYER2/NR_MAC_gNB/config.c
View file @
413627a6
This diff is collapsed.
Click to expand it.
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