Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-Spgwu-Tiny-Simple
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
CommunityXG
OpenXG-Spgwu-Tiny-Simple
Commits
3090eaff
Commit
3090eaff
authored
May 15, 2019
by
gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finally...addition to previous commit
parent
7bb711b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/gtpv2c/msg_gtpv2c.hpp
src/gtpv2c/msg_gtpv2c.hpp
+1
-1
No files found.
src/gtpv2c/msg_gtpv2c.hpp
View file @
3090eaff
...
...
@@ -2562,8 +2562,8 @@ public:
void
set
(
const
serving_network_t
&
v
,
const
uint8_t
instance
=
0
)
{
serving_network
=
v
;
ie_presence_mask
|=
GTPV2C_MODIFY_BEARER_REQUEST_PR_IE_SERVING_NETWORK
;}
void
set
(
const
rat_type_t
&
v
,
const
uint8_t
instance
=
0
)
{
rat_type
=
v
;
ie_presence_mask
|=
GTPV2C_MODIFY_BEARER_REQUEST_PR_IE_RAT_TYPE
;}
void
set
(
const
indication_t
&
v
,
const
uint8_t
instance
=
0
)
{
indication_flags
=
v
;
ie_presence_mask
|=
GTPV2C_MODIFY_BEARER_REQUEST_PR_IE_INDICATION_FLAGS
;}
void
set
(
const
fteid_t
&
v
,
const
uint8_t
instance
=
0
)
{
sender_fteid_for_cp
=
v
;
ie_presence_mask
|=
GTPV2C_MODIFY_BEARER_REQUEST_PR_IE_SENDER_FTEID_FOR_CONTROL_PLANE
;}
void
set_sender_fteid_for_cp
(
const
fteid_t
&
v
)
{
sender_fteid_for_cp
=
v
;
ie_presence_mask
|=
GTPV2C_MODIFY_BEARER_REQUEST_PR_IE_SENDER_FTEID_FOR_CONTROL_PLANE
;}
void
set
(
const
fteid_t
&
v
)
{
sender_fteid_for_cp
=
v
;
ie_presence_mask
|=
GTPV2C_MODIFY_BEARER_REQUEST_PR_IE_SENDER_FTEID_FOR_CONTROL_PLANE
;}
void
set
(
const
ambr_t
&
v
,
const
uint8_t
instance
=
0
)
{
apn_ambr
=
v
;
ie_presence_mask
|=
GTPV2C_MODIFY_BEARER_REQUEST_PR_IE_APN_AMBR
;}
void
set
(
const
delay_value_t
&
v
,
const
uint8_t
instance
=
0
)
{
delay_dl_packet_notif_req
=
v
;
ie_presence_mask
|=
GTPV2C_MODIFY_BEARER_REQUEST_PR_IE_DELAY_DOWNLINK_PACKET_NOTIFICATION_REQUEST
;}
void
add_bearer_context_to_be_modified
(
const
bearer_context_to_be_modified_within_modify_bearer_request
&
v
)
{
bearer_contexts_to_be_modified
.
push_back
(
v
);
ie_presence_mask
|=
GTPV2C_MODIFY_BEARER_REQUEST_PR_IE_BEARER_CONTEXTS_TO_BE_MODIFIED
;}
...
...
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