Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
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
Operations
Operations
Metrics
Environments
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
OpenXG-SMF
Commits
a3c6d62b
Commit
a3c6d62b
authored
Jul 28, 2022
by
Stefan Spettel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(smf): Add flow description length in PFCP layer
Signed-off-by:
Stefan Spettel
<
stefan.spettel@eurecom.fr
>
parent
b0322b78
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pfcp/3gpp_29.244.hpp
src/pfcp/3gpp_29.244.hpp
+1
-1
No files found.
src/pfcp/3gpp_29.244.hpp
View file @
a3c6d62b
...
@@ -945,7 +945,7 @@ class pfcp_sdf_filter_ie : public pfcp_ie {
...
@@ -945,7 +945,7 @@ class pfcp_sdf_filter_ie : public pfcp_ie {
u1
.
bf
.
fl
=
b
.
fl
;
u1
.
bf
.
fl
=
b
.
fl
;
u1
.
bf
.
bid
=
b
.
bid
;
u1
.
bf
.
bid
=
b
.
bid
;
if
(
u1
.
bf
.
fd
)
{
if
(
u1
.
bf
.
fd
)
{
length_of_flow_description
=
b
.
length_of_flow_description
;
length_of_flow_description
=
b
.
flow_description
.
length
()
;
flow_description
=
b
.
flow_description
;
flow_description
=
b
.
flow_description
;
tlv
.
add_length
(
tlv
.
add_length
(
sizeof
(
length_of_flow_description
)
+
flow_description
.
size
());
sizeof
(
length_of_flow_description
)
+
flow_description
.
size
());
...
...
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