Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
541ef60c
Commit
541ef60c
authored
9 months ago
by
Robert Schmidt
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/hot-fix-T-dependencies' into integration_2024_w26b
parents
073812ca
0f76ac58
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2823
Integration: `2024.w26` (part 2)
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
common/utils/nr/CMakeLists.txt
+1
-0
1 addition, 0 deletions
common/utils/nr/CMakeLists.txt
common/utils/telnetsrv/CMakeLists.txt
+1
-0
1 addition, 0 deletions
common/utils/telnetsrv/CMakeLists.txt
openair1/PHY/nr_phy_common/CMakeLists.txt
+1
-0
1 addition, 0 deletions
openair1/PHY/nr_phy_common/CMakeLists.txt
with
3 additions
and
0 deletions
common/utils/nr/CMakeLists.txt
+
1
−
0
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
()
This diff is collapsed.
Click to expand it.
common/utils/telnetsrv/CMakeLists.txt
+
1
−
0
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
...
...
This diff is collapsed.
Click to expand it.
openair1/PHY/nr_phy_common/CMakeLists.txt
+
1
−
0
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/
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment