Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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-AMF
Commits
4694bef8
Commit
4694bef8
authored
Feb 28, 2022
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code cleanup
parent
747640d2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/amf-app/amf_n1.cpp
src/amf-app/amf_n1.cpp
+1
-1
src/sbi/amf_server/impl/N1MessageNotifyApiImpl.cpp
src/sbi/amf_server/impl/N1MessageNotifyApiImpl.cpp
+1
-1
No files found.
src/amf-app/amf_n1.cpp
View file @
4694bef8
...
...
@@ -3776,11 +3776,11 @@ bool amf_n1::reroute_registration_request(std::shared_ptr<nas_context>& nc) {
Logger
::
amf_n1
().
debug
(
"Could not find an appropriate target AMF to handle UE"
);
// Reroute NAS message via AN
std
::
string
target_amf_set
=
{};
if
(
authorized_network_slice_info
.
targetAmfSetIsSet
())
{
target_amf_set
=
authorized_network_slice_info
.
getTargetAmfSet
();
}
else
{
Logger
::
amf_n1
().
debug
(
"No Target AMF Set info available!"
);
return
false
;
}
...
...
src/sbi/amf_server/impl/N1MessageNotifyApiImpl.cpp
View file @
4694bef8
...
...
@@ -59,7 +59,7 @@ void N1MessageNotifyApiImpl::receive_n1_message_notification(
int
ret
=
itti_inst
->
send_msg
(
itti_msg
);
if
(
0
!=
ret
)
{
Logger
::
amf_server
().
error
(
"Could not send ITTI message %s to task TASK_AMF_
N2
"
,
"Could not send ITTI message %s to task TASK_AMF_
APP
"
,
itti_msg
->
get_msg_name
());
}
}
...
...
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