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
b9d2c02f
Commit
b9d2c02f
authored
Nov 17, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tentative fix for heartbeat issue for CI/CD
parent
3335e710
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/smf_app/smf_n4.cpp
src/smf_app/smf_n4.cpp
+3
-2
No files found.
src/smf_app/smf_n4.cpp
View file @
b9d2c02f
...
...
@@ -395,12 +395,13 @@ void smf_n4::handle_receive_association_setup_request(
(
uint32_t
)
recovery_time_stamp
};
a
.
pfcp_ies
.
set
(
r
);
a
.
pfcp_ies
.
set
(
cp_function_features
);
if
(
node_id
.
node_id_type
==
pfcp
::
NODE_ID_TYPE_IPV4_ADDRESS
)
{
if
((
node_id
.
node_id_type
!=
pfcp
::
NODE_ID_TYPE_IPV6_ADDRESS
)
and
(
node_id
.
node_id_type
!=
pfcp
::
NODE_ID_TYPE_UNKNOWN
))
{
a
.
r_endpoint
=
remote_endpoint
;
send_n4_msg
(
a
);
}
else
{
Logger
::
smf_n4
().
warn
(
"Received N4 ASSOCIATION SETUP REQUEST node_id IPV6
, FQDN!,
"
"Received N4 ASSOCIATION SETUP REQUEST node_id IPV6
!
"
"ignore message"
);
return
;
}
...
...
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