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
3149a97b
Commit
3149a97b
authored
Sep 13, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct log component
parent
ed394778
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
55 deletions
+55
-55
src/smf_app/smf_n1.cpp
src/smf_app/smf_n1.cpp
+52
-52
src/smf_app/smf_n4.cpp
src/smf_app/smf_n4.cpp
+3
-3
No files found.
src/smf_app/smf_n1.cpp
View file @
3149a97b
This diff is collapsed.
Click to expand it.
src/smf_app/smf_n4.cpp
View file @
3149a97b
...
@@ -415,17 +415,17 @@ void smf_n4::handle_receive_association_setup_response(
...
@@ -415,17 +415,17 @@ void smf_n4::handle_receive_association_setup_response(
if
(
!
error
)
{
if
(
!
error
)
{
if
(
not
msg_ies_container
.
node_id
.
first
)
{
if
(
not
msg_ies_container
.
node_id
.
first
)
{
// Should be detected by lower layers
// Should be detected by lower layers
Logger
::
smf_
app
().
warn
(
Logger
::
smf_
n4
().
warn
(
"Received N4 ASSOCIATION SETUP RESPONSE without node id IE!, ignore message"
);
"Received N4 ASSOCIATION SETUP RESPONSE without node id IE!, ignore message"
);
return
;
return
;
}
}
if
(
not
msg_ies_container
.
recovery_time_stamp
.
first
)
{
if
(
not
msg_ies_container
.
recovery_time_stamp
.
first
)
{
// Should be detected by lower layers
// Should be detected by lower layers
Logger
::
smf_
app
().
warn
(
Logger
::
smf_
n4
().
warn
(
"Received N4 ASSOCIATION SETUP RESPONSE without recovery time stamp IE!, ignore message"
);
"Received N4 ASSOCIATION SETUP RESPONSE without recovery time stamp IE!, ignore message"
);
return
;
return
;
}
}
Logger
::
smf_
app
().
info
(
"Received N4 ASSOCIATION SETUP RESPONSE"
);
Logger
::
smf_
n4
().
info
(
"Received N4 ASSOCIATION SETUP RESPONSE"
);
bool
restore_n4_sessions
=
false
;
bool
restore_n4_sessions
=
false
;
if
(
msg_ies_container
.
up_function_features
.
first
)
{
if
(
msg_ies_container
.
up_function_features
.
first
)
{
pfcp_associations
::
get_instance
().
add_association
(
pfcp_associations
::
get_instance
().
add_association
(
...
...
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