Commit 9fe96cdf authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Fix issue for HB and nghttp

parent c3835956
...@@ -246,6 +246,7 @@ install_nghttp2_from_git() { ...@@ -246,6 +246,7 @@ install_nghttp2_from_git() {
git clone $GIT_URL git clone $GIT_URL
cd nghttp2 cd nghttp2
git checkout 43ba3125932c1d56addaeded2b7f62637af255cd
git submodule update --init git submodule update --init
ret=$?;[[ $ret -ne 0 ]] && popd && return $ret ret=$?;[[ $ret -ne 0 ]] && popd && return $ret
autoreconf -i autoreconf -i
......
...@@ -243,9 +243,11 @@ void nrf_app::handle_update_nf_instance( ...@@ -243,9 +243,11 @@ void nrf_app::handle_update_nf_instance(
problem_details.setCause( problem_details.setCause(
protocol_application_error_e2str[MANDATORY_IE_INCORRECT]); protocol_application_error_e2str[MANDATORY_IE_INCORRECT]);
} else { } else {
// update successful, if (!is_heartbeart_procedure)
// Notify NF status change event // update successful,
m_event_sub.nf_status_profile_changed(nf_instance_id); // from nrf_app // Notify NF status change event
m_event_sub.nf_status_profile_changed(
nf_instance_id); // from nrf_app
} }
} }
......
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