Commit 021125d3 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Fix issue for Event handling

parent 52cdedbb
......@@ -562,7 +562,7 @@ class smf_context : public std::enable_shared_from_this<smf_context> {
pending_procedures(),
dnn_subscriptions(),
scid(0),
event_sub(smf_event::get_instance()) {
event_sub() {
supi_prefix = {};
// Subscribe to sm context status change
sm_context_status_connection =
......@@ -1059,7 +1059,7 @@ class smf_context : public std::enable_shared_from_this<smf_context> {
mutable std::recursive_mutex m_context;
// for Event Handling
smf_event& event_sub;
smf_event event_sub;
bs2::connection sm_context_status_connection;
bs2::connection ee_pdu_session_release_connection;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment