Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UDR
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-UDR
Commits
48524165
Commit
48524165
authored
Jan 03, 2022
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(app): formatting files
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
be4707bb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
src/api_server/impl/SessionManagementSubscriptionDataApiImpl.cpp
..._server/impl/SessionManagementSubscriptionDataApiImpl.cpp
+2
-3
src/udr_app/udr_app.hpp
src/udr_app/udr_app.hpp
+10
-9
No files found.
src/api_server/impl/SessionManagementSubscriptionDataApiImpl.cpp
View file @
48524165
...
...
@@ -44,8 +44,7 @@ SessionManagementSubscriptionDataApiImpl::
SessionManagementSubscriptionDataApiImpl
(
std
::
shared_ptr
<
Pistache
::
Rest
::
Router
>
rtr
,
udr_app
*
udr_app_inst
,
std
::
string
address
)
:
SessionManagementSubscriptionDataApi
(
rtr
),
m_udr_app
(
udr_app_inst
),
:
SessionManagementSubscriptionDataApi
(
rtr
),
m_udr_app
(
udr_app_inst
),
m_address
(
address
)
{}
void
SessionManagementSubscriptionDataApiImpl
::
query_sm_data
(
...
...
src/udr_app/udr_app.hpp
View file @
48524165
...
...
@@ -49,7 +49,7 @@ namespace udr {
namespace
app
{
class
udr_app
{
public:
public:
explicit
udr_app
(
const
std
::
string
&
config_file
);
udr_app
(
udr_app
const
&
)
=
delete
;
void
operator
=
(
udr_app
const
&
)
=
delete
;
...
...
@@ -249,10 +249,11 @@ class udr_app {
* @param [long code] code: HTTP response code
* @return void
*/
void
handle_create_smf_context_non_3gpp
(
const
std
::
string
&
ue_id
,
const
int32_t
&
pdu_session_id
,
const
SmfRegistration
&
smfRegistration
,
nlohmann
::
json
&
response_data
,
long
&
code
);
void
handle_create_smf_context_non_3gpp
(
const
std
::
string
&
ue_id
,
const
int32_t
&
pdu_session_id
,
const
SmfRegistration
&
smfRegistration
,
nlohmann
::
json
&
response_data
,
long
&
code
);
/*
* Handle a request to delete SMFRegistration (SMFRegistrationDocumentApiImpl)
...
...
@@ -303,7 +304,7 @@ class udr_app {
const
std
::
string
&
serving_plmn_id
,
nlohmann
::
json
&
response_data
,
long
&
code
);
private:
private:
MYSQL
mysql
;
};
}
// namespace app
...
...
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