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

Fix HTTP version (for N1N2MessageTransfer)

parent b73dfd30
......@@ -499,6 +499,9 @@ void session_create_sm_context_procedure::handle_itti_msg(
Logger::smf_app().debug(
"N1N2MessageTransfer will be sent to AMF with URL: %s", url.c_str());
// HTTP version
n11_triggered_pending->http_version = smf_cfg.http_version;
// Fill the json part
nlohmann::json json_data = {};
// N1SM
......
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