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
95b02ac8
Commit
95b02ac8
authored
Jun 23, 2022
by
Tien Thinh NGUYEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update AMF profile
parent
97450c68
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
src/amf-app/amf_app.cpp
src/amf-app/amf_app.cpp
+5
-6
No files found.
src/amf-app/amf_app.cpp
View file @
95b02ac8
...
...
@@ -758,16 +758,15 @@ void amf_app::handle_itti_message(itti_sbi_update_amf_configuration& itti_msg) {
Logger
::
amf_app
().
debug
(
"AMF configuration:
\n
%s"
,
response_data
[
"content"
].
dump
().
c_str
());
response_data
[
"httpResponseCode"
]
=
200
;
// TODO:
// TODO: Send message to update AMF profile at NRF
// Update AMF profile
generate_amf_profile
();
// Update AMF profile at NRF
/* if (amf_cfg.support_features.enable_nf_registration and
// Update AMF profile (complete replacement of the existing profile by a new
// one)
if
(
amf_cfg
.
support_features
.
enable_nf_registration
and
amf_cfg
.
support_features
.
enable_external_nrf
)
update_amf_profile();
*/
register_to_nrf
();
}
else
{
response_data
[
"httpResponseCode"
]
=
400
;
// TODO:
...
...
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