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
ac320374
Commit
ac320374
authored
Sep 22, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update display log info
parent
754ce204
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/common/3gpp_29.274.h
src/common/3gpp_29.274.h
+2
-2
No files found.
src/common/3gpp_29.274.h
View file @
ac320374
...
...
@@ -1425,8 +1425,8 @@ struct fully_qualified_tunnel_endpoint_identifier_s {
std
::
string
s
=
{
};
interface_type_t
iface_type
((
interface_type_e
)
interface_type
);
if
((
v4
)
||
(
v6
))
{
s
.
append
(
"Interface type="
).
append
(
iface_type
.
toString
());
s
.
append
(
"
,
TEID="
).
append
(
std
::
to_string
(
teid_gre_key
));
//
s.append("Interface type=").append(iface_type.toString());
s
.
append
(
"TEID="
).
append
(
std
::
to_string
(
teid_gre_key
));
if
(
v4
)
{
s
.
append
(
", IPv4="
).
append
(
conv
::
toString
(
ipv4_address
));
}
...
...
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