Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-NRF
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-NRF
Commits
64f717cc
Commit
64f717cc
authored
Jul 06, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add debug info
parent
52ed32fc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/nrf_app/nrf_app.cpp
src/nrf_app/nrf_app.cpp
+7
-0
No files found.
src/nrf_app/nrf_app.cpp
View file @
64f717cc
...
...
@@ -168,6 +168,13 @@ void nrf_app::handle_register_nf_instance(
Logger
::
nrf_app
().
debug
(
"Added/Updated NF Profile with the NF instance info"
);
sn
.
get
()
->
display
();
nlohmann
::
json
json_tmp
=
{};
sn
.
get
()
->
to_json
(
json_tmp
);
Logger
::
nrf_app
().
info
(
"Added/Updated NF Instance, NF info: %s"
,
json_tmp
.
dump
().
c_str
());
}
else
{
// error
Logger
::
nrf_app
().
warn
(
...
...
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