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
d178816d
Commit
d178816d
authored
Aug 31, 2021
by
kharade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clang formatting
parent
697a66f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/api-server/model/InterfaceUpfInfoItem.cpp
src/api-server/model/InterfaceUpfInfoItem.cpp
+1
-1
src/common/utils/api_conversions.cpp
src/common/utils/api_conversions.cpp
+2
-1
No files found.
src/api-server/model/InterfaceUpfInfoItem.cpp
View file @
d178816d
...
...
@@ -63,7 +63,7 @@ void from_json(const nlohmann::json& j, InterfaceUpfInfoItem& o) {
}
}
std
::
string
InterfaceUpfInfoItem
::
getInterfaceType
()
const
{
std
::
string
InterfaceUpfInfoItem
::
getInterfaceType
()
const
{
return
m_InterfaceType
;
}
void
InterfaceUpfInfoItem
::
setInterfaceType
(
std
::
string
const
&
value
)
{
...
...
src/common/utils/api_conversions.cpp
View file @
d178816d
...
...
@@ -259,7 +259,8 @@ bool api_conv::profile_api_to_nrf_profile(
Logger
::
nrf_app
().
debug
(
"
\t\t
Endpoint: %s, IPv4 Addr: %s, FQDN: %s, NWI: %s"
,
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
);
}
}
...
...
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