Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-nrf
Commits
9fe96cdf
Commit
9fe96cdf
authored
Jan 14, 2021
by
Tien-Thinh Nguyen
Browse files
Fix issue for HB and nghttp
parent
c3835956
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/scripts/build_helper.nrf
View file @
9fe96cdf
...
...
@@ -246,6 +246,7 @@ install_nghttp2_from_git() {
git clone $GIT_URL
cd nghttp2
git checkout 43ba3125932c1d56addaeded2b7f62637af255cd
git submodule update --init
ret=$?;[[ $ret -ne 0 ]] && popd && return $ret
autoreconf -i
...
...
src/nrf_app/nrf_app.cpp
View file @
9fe96cdf
...
...
@@ -243,9 +243,11 @@ void nrf_app::handle_update_nf_instance(
problem_details
.
setCause
(
protocol_application_error_e2str
[
MANDATORY_IE_INCORRECT
]);
}
else
{
// update successful,
// Notify NF status change event
m_event_sub
.
nf_status_profile_changed
(
nf_instance_id
);
// from nrf_app
if
(
!
is_heartbeart_procedure
)
// update successful,
// Notify NF status change event
m_event_sub
.
nf_status_profile_changed
(
nf_instance_id
);
// from nrf_app
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment