Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
oai-upf-6g
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
OpenXG
oai-upf-6g
Commits
1566b3e0
Commit
1566b3e0
authored
May 06, 2025
by
Franck Messaoudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Fix the build issue on missing skeletons (add lib dependency on xdp for tc)
parent
edd13539
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/upf_app/CMakeLists.txt
src/upf_app/CMakeLists.txt
+3
-3
src/upf_app/bpf/CMakeLists.txt
src/upf_app/bpf/CMakeLists.txt
+1
-1
No files found.
src/upf_app/CMakeLists.txt
View file @
1566b3e0
...
...
@@ -31,7 +31,7 @@ include_directories(${SRC_TOP_DIR}/upf_app/bpf/rules/pdr)
# FAR #
##############################################################
include_directories
(
${
SRC_TOP_DIR
}
/upf_app/bpf/rules/far
)
include_directories
(
${
LibNL_INCLUDE_DIR
}
)
#
include_directories(${LibNL_INCLUDE_DIR})
include_directories
(
${
SRC_TOP_DIR
}
/upf_app/app
)
set
(
GTP_INTERFACE $ENV{GTP_INTERFACE}
)
...
...
@@ -89,7 +89,7 @@ install(
##############################################################
# QER #
##############################################################
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/FindLibNL.cmake
)
#
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/FindLibNL.cmake)
include_directories
(
${
SRC_TOP_DIR
}
/upf_app/bpf/rules/qer
)
add_library
(
UPF_TC STATIC
...
...
@@ -126,7 +126,7 @@ install(
$<BUILD_INTERFACE:
${
SRC_TOP_DIR
}
/upf_app/programs>
)
add_dependencies
(
UPF_TC upf_
tc
_all
)
add_dependencies
(
UPF_TC upf_
xdp
_all
)
install
(
TARGETS UPF_TC
...
...
src/upf_app/bpf/CMakeLists.txt
View file @
1566b3e0
...
...
@@ -13,7 +13,7 @@ add_definitions(-DKERNEL_SPACE)
add_custom_target
(
upf_xdp_all DEPENDS pfcp_session_lookup_xdp
)
add_custom_target
(
upf_tc_all DEPENDS qer_tc
)
#
add_custom_target(upf_tc_all DEPENDS qer_tc)
...
...
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