Commit 1bcebfbe authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Merge branch 'fix_http2' into 'develop'

Fix HTTP version (for N1N2MessageTransfer)

See merge request oai/cn5g/oai-cn5g-smf!120
parents b73dfd30 c3e975cb
......@@ -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