Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RISE
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-RISE
Commits
73ffd489
Commit
73ffd489
authored
Nov 25, 2021
by
Niuhaiwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add response ok to podcontrol
parent
d61ee799
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
build/PLUGIN/CMakeFiles/plugin.dir/home/master/gnb-sbi-plugin/src/impl/PluginApiImpl.cpp.o
...r/home/master/gnb-sbi-plugin/src/impl/PluginApiImpl.cpp.o
+0
-0
build/PLUGIN/plugin
build/PLUGIN/plugin
+0
-0
src/impl/PluginApiImpl.cpp
src/impl/PluginApiImpl.cpp
+3
-2
No files found.
build/PLUGIN/CMakeFiles/plugin.dir/home/master/gnb-sbi-plugin/src/impl/PluginApiImpl.cpp.o
View file @
73ffd489
No preview for this file type
build/PLUGIN/plugin
View file @
73ffd489
No preview for this file type
src/impl/PluginApiImpl.cpp
View file @
73ffd489
...
...
@@ -59,8 +59,9 @@ void PluginApiImpl::modify_AmfIP(const std::string &amfip, const unsigned int &a
void
PluginApiImpl
::
create_AmfIpList
(
TransData
&
transdata
,
Pistache
::
Http
::
ResponseWriter
&
response
)
{
response
.
send
(
Pistache
::
Http
::
Code
::
Ok
);
nlohmann
::
json
j
;
j
[
"status"
]
=
"True"
;
response
.
send
(
Pistache
::
Http
::
Code
::
Ok
,
j
.
dump
());
}
}
...
...
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