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

Code cleanup

parent fe34f952
......@@ -5010,7 +5010,8 @@ void smf_context::send_pdu_session_update_response(
const std::shared_ptr<smf_pdu_session>& sps) {
std::string n1_sm_msg = {};
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
// 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