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
d2614c58
Commit
d2614c58
authored
Apr 14, 2025
by
Franck Messaoudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: class id in decimal not in hex
parent
d96026a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/upf_app/bpf/rules/qer/qer_tc_kernel.c
src/upf_app/bpf/rules/qer/qer_tc_kernel.c
+1
-1
No files found.
src/upf_app/bpf/rules/qer/qer_tc_kernel.c
View file @
d2614c58
...
@@ -88,7 +88,7 @@ static __always_inline u32 egress_sdf_classifier(struct __sk_buff* skb) {
...
@@ -88,7 +88,7 @@ static __always_inline u32 egress_sdf_classifier(struct __sk_buff* skb) {
skb
->
tc_classid
=
skb
->
tc_classid
=
generate_minor_id
(
qos_class_metadata
->
seid
,
qos_class_metadata
->
qfi
);
generate_minor_id
(
qos_class_metadata
->
seid
,
qos_class_metadata
->
qfi
);
bpf_debug
(
"TC: classid %
x
"
,
skb
->
tc_classid
);
bpf_debug
(
"TC: classid %
d
"
,
skb
->
tc_classid
);
return
TC_ACT_OK
;
return
TC_ACT_OK
;
}
}
...
...
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