Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-NRF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-NRF
Commits
9fe96cdf
Commit
9fe96cdf
authored
Jan 14, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue for HB and nghttp
parent
c3835956
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
build/scripts/build_helper.nrf
build/scripts/build_helper.nrf
+1
-0
src/nrf_app/nrf_app.cpp
src/nrf_app/nrf_app.cpp
+5
-3
No files found.
build/scripts/build_helper.nrf
View file @
9fe96cdf
...
@@ -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
...
...
src/nrf_app/nrf_app.cpp
View file @
9fe96cdf
...
@@ -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
{
if
(
!
is_heartbeart_procedure
)
// update successful,
// update successful,
// Notify NF status change event
// Notify NF status change event
m_event_sub
.
nf_status_profile_changed
(
nf_instance_id
);
// from nrf_app
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