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
spbro
OpenXG-RAN
Commits
541ef60c
Commit
541ef60c
authored
Jun 28, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/hot-fix-T-dependencies' into integration_2024_w26b
parents
073812ca
0f76ac58
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
common/utils/nr/CMakeLists.txt
common/utils/nr/CMakeLists.txt
+1
-0
common/utils/telnetsrv/CMakeLists.txt
common/utils/telnetsrv/CMakeLists.txt
+1
-0
openair1/PHY/nr_phy_common/CMakeLists.txt
openair1/PHY/nr_phy_common/CMakeLists.txt
+1
-0
No files found.
common/utils/nr/CMakeLists.txt
View file @
541ef60c
add_library
(
nr_common nr_common.c
)
target_include_directories
(
nr_common PUBLIC .
)
target_link_libraries
(
nr_common PRIVATE UTIL
)
if
(
ENABLE_TESTS
)
add_subdirectory
(
tests
)
endif
()
common/utils/telnetsrv/CMakeLists.txt
View file @
541ef60c
...
...
@@ -36,6 +36,7 @@ add_library(telnetsrv MODULE
)
target_link_libraries
(
telnetsrv PRIVATE history
)
target_link_libraries
(
telnetsrv PRIVATE asn1_nr_rrc_hdrs asn1_lte_rrc_hdrs
)
target_link_libraries
(
telnetsrv PRIVATE UTIL
)
message
(
STATUS
"Add enb specific telnet functions in libtelnetsrv_enb.so"
)
add_library
(
telnetsrv_enb MODULE
...
...
openair1/PHY/nr_phy_common/CMakeLists.txt
View file @
541ef60c
add_library
(
nr_phy_common src/nr_phy_common.c
)
target_link_libraries
(
nr_phy_common PRIVATE UTIL
)
target_include_directories
(
nr_phy_common PUBLIC inc/
)
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