Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF-Simple
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
CommunityXG
OpenXG-SMF-Simple
Commits
273546b9
Commit
273546b9
authored
Oct 16, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix for PDU Session Release Event notification
parent
e8a591e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/api-server/impl/IndividualSMContextApiImpl.cpp
src/api-server/impl/IndividualSMContextApiImpl.cpp
+2
-1
src/smf_app/smf_event.cpp
src/smf_app/smf_event.cpp
+1
-1
No files found.
src/api-server/impl/IndividualSMContextApiImpl.cpp
View file @
273546b9
...
@@ -241,7 +241,8 @@ void IndividualSMContextApiImpl::update_sm_context(
...
@@ -241,7 +241,8 @@ void IndividualSMContextApiImpl::update_sm_context(
response
.
headers
().
add
<
Pistache
::
Http
::
Header
::
ContentType
>
(
response
.
headers
().
add
<
Pistache
::
Http
::
Header
::
ContentType
>
(
Pistache
::
Http
::
Mime
::
MediaType
(
Pistache
::
Http
::
Mime
::
MediaType
(
"multipart/related; boundary="
+
std
::
string
(
CURL_MIME_BOUNDARY
)));
"multipart/related; boundary="
+
std
::
string
(
CURL_MIME_BOUNDARY
)));
}
else
if
(
sm_context_response
.
n2_sm_info_is_set
())
{
}
if
(
sm_context_response
.
n2_sm_info_is_set
())
{
parser
.
create_multipart_related_content
(
parser
.
create_multipart_related_content
(
body
,
json_data
.
dump
(),
CURL_MIME_BOUNDARY
,
body
,
json_data
.
dump
(),
CURL_MIME_BOUNDARY
,
sm_context_response
.
get_n2_sm_information
(),
sm_context_response
.
get_n2_sm_information
(),
...
...
src/smf_app/smf_event.cpp
View file @
273546b9
...
@@ -109,7 +109,7 @@ boost::signals2::connection smf_event::subscribe_ee_pdu_session_release(
...
@@ -109,7 +109,7 @@ boost::signals2::connection smf_event::subscribe_ee_pdu_session_release(
void
smf_event
::
trigger_ee_pdu_session_release
(
supi64_t
supi
,
void
smf_event
::
trigger_ee_pdu_session_release
(
supi64_t
supi
,
pdu_session_id_t
pdu_session_id
,
pdu_session_id_t
pdu_session_id
,
uint8_t
http_version
)
{
uint8_t
http_version
)
{
sm_context_status
_sig
(
supi
,
pdu_session_id
,
http_version
);
pdu_session_release
_sig
(
supi
,
pdu_session_id
,
http_version
);
}
}
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
...
...
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