Commit 71f4956c authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Correct n2SmInfoType

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