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
0038fb32
Commit
0038fb32
authored
May 16, 2019
by
gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fseid operator <
parent
3090eaff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/common/3gpp_29.244.h
src/common/3gpp_29.244.h
+4
-4
No files found.
src/common/3gpp_29.244.h
View file @
0038fb32
...
...
@@ -796,10 +796,10 @@ namespace pfcp {
if
(
i64
<
this64
)
return
true
;
else
if
(
i64
>
this64
)
return
false
;
i64
=
((
uint64_t
)
i
.
ipv6_address
.
s6_addr32
[
4
]
<<
32
)
|
((
uint64_t
)
i
.
ipv6_address
.
s6_addr32
[
5
]);
this64
=
((
uint64_t
)
this
->
ipv6_address
.
s6_addr32
[
4
]
<<
32
)
|
((
uint64_t
)
this
->
ipv6_address
.
s6_addr32
[
5
]);
i64
=
((
uint64_t
)
i
.
ipv6_address
.
s6_addr32
[
2
]
<<
32
)
|
((
uint64_t
)
i
.
ipv6_address
.
s6_addr32
[
3
]);
this64
=
((
uint64_t
)
this
->
ipv6_address
.
s6_addr32
[
2
]
<<
32
)
|
((
uint64_t
)
this
->
ipv6_address
.
s6_addr32
[
3
]);
if
(
i64
<
this64
)
return
true
;
else
if
(
i64
>
this64
)
return
false
;
}
else
if
(
this
->
v6
)
return
true
;
...
...
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