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
2166c0fc
Commit
2166c0fc
authored
Apr 11, 2025
by
Franck Messaoudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: fixing the protocol type
parent
ff1ab13b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/upf_app/bpf/rules/include/sdf_filter.h
src/upf_app/bpf/rules/include/sdf_filter.h
+2
-2
No files found.
src/upf_app/bpf/rules/include/sdf_filter.h
View file @
2166c0fc
...
...
@@ -32,7 +32,7 @@ struct port_range {
struct
packet_filter
{
u32
src_ip
;
u32
dst_ip
;
u
8
protocol
;
u
16
protocol
;
u16
src_port
;
u16
dst_port
;
// u32 tos;
...
...
@@ -44,7 +44,7 @@ struct session_qfi {
};
struct
sdf_filtr
{
u
8
protocol
;
// Required by SDF. 0: icmp, 1: ip, 2: tcp, 3: udp
u
16
protocol
;
struct
ip_subnet
src_addr
;
struct
port_range
src_port
;
struct
ip_subnet
dst_addr
;
...
...
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