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
b0322b78
Commit
b0322b78
authored
Oct 27, 2022
by
Stefan Spettel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(smf): pfcp choose id
Signed-off-by:
Stefan Spettel
<
stefan.spettel@eurecom.fr
>
parent
64494629
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
src/pfcp/3gpp_29.244.hpp
src/pfcp/3gpp_29.244.hpp
+4
-5
No files found.
src/pfcp/3gpp_29.244.hpp
View file @
b0322b78
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
#include <cstring>
#include <cstring>
#include <endian.h>
#include <endian.h>
#include <exception>
#include <exception>
//#include <fmt/format.h> conflicts with spdlog
//
#include <fmt/format.h> conflicts with spdlog
#include <iostream>
#include <iostream>
#include <memory>
#include <memory>
#include <sstream>
#include <sstream>
...
@@ -751,11 +751,10 @@ class pfcp_fteid_ie : public pfcp_ie {
...
@@ -751,11 +751,10 @@ class pfcp_fteid_ie : public pfcp_ie {
tlv
.
add_length
(
16
);
tlv
.
add_length
(
16
);
ipv6_address
=
b
.
ipv6_address
;
ipv6_address
=
b
.
ipv6_address
;
}
}
}
if
(
u1
.
bf
.
ch
&
b
.
v4
)
{
u1
.
bf
.
v4
=
b
.
v4
;
}
else
{
}
else
{
// else should clear v4 v6 bits
if
(
u1
.
bf
.
ch
&
b
.
v4
)
{
u1
.
bf
.
v4
=
b
.
v4
;
}
if
(
u1
.
bf
.
chid
)
{
if
(
u1
.
bf
.
chid
)
{
choose_id
=
b
.
choose_id
;
choose_id
=
b
.
choose_id
;
tlv
.
add_length
(
1
);
tlv
.
add_length
(
1
);
...
...
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