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
0024e89e
Commit
0024e89e
authored
Oct 16, 2025
by
Franck Messaoudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: enboard the upf_cfg to the constructor
parent
7ce96dde
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/upf_app/UserPlaneComponent.cpp
src/upf_app/UserPlaneComponent.cpp
+2
-2
No files found.
src/upf_app/UserPlaneComponent.cpp
View file @
0024e89e
...
...
@@ -73,8 +73,8 @@ void UserPlaneComponent::setMembers(
mGTPInterface
=
gtpInterface
;
mUDPInterface
=
udpInterface
;
mpPFCP_Session_LookupProgram
=
std
::
make_shared
<
PFCP_Session_LookupProgram
>
(
gtpInterface
,
udpInterface
);
mpPFCP_Session_LookupProgram
=
std
::
make_shared
<
PFCP_Session_LookupProgram
>
(
gtpInterface
,
udpInterface
,
upf_cfg
);
if
(
!
mpPFCP_Session_LookupProgram
)
{
Logger
::
upf_app
().
error
(
"The eBPF Program is Not Initialized"
);
...
...
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