Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-nrf
Commits
d178816d
Commit
d178816d
authored
Aug 31, 2021
by
Rohan
Browse files
clang formatting
parent
697a66f6
Pipeline
#26774
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/api-server/model/InterfaceUpfInfoItem.cpp
View file @
d178816d
src/common/utils/api_conversions.cpp
View file @
d178816d
...
@@ -259,7 +259,8 @@ bool api_conv::profile_api_to_nrf_profile(
...
@@ -259,7 +259,8 @@ bool api_conv::profile_api_to_nrf_profile(
Logger
::
nrf_app
().
debug
(
Logger
::
nrf_app
().
debug
(
"
\t\t
Endpoint: %s, IPv4 Addr: %s, FQDN: %s, NWI: %s"
,
"
\t\t
Endpoint: %s, IPv4 Addr: %s, FQDN: %s, NWI: %s"
,
interface
.
interface_type
.
c_str
(),
address
.
c_str
(),
interface
.
interface_type
.
c_str
(),
address
.
c_str
(),
interface
.
endpoint_fqdn
.
c_str
(),
interface
.
network_instance
.
c_str
());
interface
.
endpoint_fqdn
.
c_str
(),
interface
.
network_instance
.
c_str
());
interface
.
ipv4_addresses
.
push_back
(
addr4
);
interface
.
ipv4_addresses
.
push_back
(
addr4
);
}
}
}
}
...
...
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