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
dd228492
Commit
dd228492
authored
May 11, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update IE Update_PDR (PFCP)
parent
0eed4679
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/pfcp/3gpp_29.244.hpp
src/pfcp/3gpp_29.244.hpp
+3
-0
No files found.
src/pfcp/3gpp_29.244.hpp
View file @
dd228492
...
...
@@ -8039,6 +8039,9 @@ public:
//--------
explicit
pfcp_update_pdr_ie
(
const
pfcp
::
update_pdr
&
b
)
:
pfcp_grouped_ie
(
PFCP_IE_UPDATE_PDR
){
tlv
.
set_length
(
0
);
std
::
shared_ptr
<
pfcp_pdr_id_ie
>
sie
(
new
pfcp_pdr_id_ie
(
b
.
pdr_id
));
add_ie
(
sie
);
if
(
b
.
far_id
.
first
)
{
std
::
shared_ptr
<
pfcp_far_id_ie
>
sie
(
new
pfcp_far_id_ie
(
b
.
far_id
.
second
));
add_ie
(
sie
);}
if
(
b
.
pdi
.
first
)
{
std
::
shared_ptr
<
pfcp_pdi_ie
>
sie
(
new
pfcp_pdi_ie
(
b
.
pdi
.
second
));
add_ie
(
sie
);}
}
//--------
pfcp_update_pdr_ie
()
:
pfcp_grouped_ie
(
PFCP_IE_UPDATE_PDR
){
...
...
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