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
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-SMF
Commits
021125d3
Commit
021125d3
authored
Feb 19, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue for Event handling
parent
52cdedbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/smf_app/smf_context.hpp
src/smf_app/smf_context.hpp
+2
-2
No files found.
src/smf_app/smf_context.hpp
View file @
021125d3
...
@@ -562,7 +562,7 @@ class smf_context : public std::enable_shared_from_this<smf_context> {
...
@@ -562,7 +562,7 @@ class smf_context : public std::enable_shared_from_this<smf_context> {
pending_procedures
(),
pending_procedures
(),
dnn_subscriptions
(),
dnn_subscriptions
(),
scid
(
0
),
scid
(
0
),
event_sub
(
smf_event
::
get_instance
()
)
{
event_sub
()
{
supi_prefix
=
{};
supi_prefix
=
{};
// Subscribe to sm context status change
// Subscribe to sm context status change
sm_context_status_connection
=
sm_context_status_connection
=
...
@@ -1059,7 +1059,7 @@ class smf_context : public std::enable_shared_from_this<smf_context> {
...
@@ -1059,7 +1059,7 @@ class smf_context : public std::enable_shared_from_this<smf_context> {
mutable
std
::
recursive_mutex
m_context
;
mutable
std
::
recursive_mutex
m_context
;
// for Event Handling
// for Event Handling
smf_event
&
event_sub
;
smf_event
event_sub
;
bs2
::
connection
sm_context_status_connection
;
bs2
::
connection
sm_context_status_connection
;
bs2
::
connection
ee_pdu_session_release_connection
;
bs2
::
connection
ee_pdu_session_release_connection
;
};
};
...
...
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