Commit cf63eb97 authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Code cleanup

parent fe34f952
...@@ -5008,9 +5008,10 @@ void smf_context::send_pdu_session_update_response( ...@@ -5008,9 +5008,10 @@ void smf_context::send_pdu_session_update_response(
const std::shared_ptr<itti_n11_update_sm_context_response>& resp, const std::shared_ptr<itti_n11_update_sm_context_response>& resp,
const session_management_procedures_type_e& session_procedure_type, const session_management_procedures_type_e& session_procedure_type,
const std::shared_ptr<smf_pdu_session>& sps) { const std::shared_ptr<smf_pdu_session>& sps) {
std::string n1_sm_msg = {}; std::string n1_sm_msg = {};
std::string n1_sm_msg_hex = {}; std::string n1_sm_msg_hex = {};
std::string n2_sm_info = {} std::string n2_sm_info_hex = {}; std::string n2_sm_info = {};
std::string n2_sm_info_hex = {};
// TODO: check we got all responses vs // TODO: check we got all responses vs
// resp->res.flow_context_modified // resp->res.flow_context_modified
......
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