Commit f516ca57 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Bugfix for PDU Session Release Cmd

parent cfc9d026
......@@ -1139,7 +1139,7 @@ void session_update_sm_context_procedure::handle_itti_msg(
n11_triggered_pending->res.set_n2_sm_information(n2_sm_info_hex);
//fill the content of SmContextUpdatedData
sm_context_updated_data["n2InfoContainer"]["smInfo"]["n2InfoContent"]["ngapIeType"] =
sm_context_updated_data["n2InfoContainer"] = //["smInfo"]["n2InfoContent"]["ngapIeType"] =
"PDU_RES_REL_CMD"; //NGAP message
n11_triggered_pending->res.set_json_data(sm_context_updated_data);
} else {
......
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