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-smf
Commits
0bdaca9f
Commit
0bdaca9f
authored
Jul 01, 2021
by
Tien-Thinh Nguyen
Browse files
Minor update to trigger CI
parent
6dfb9423
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/smf_app/smf_sbi.cpp
View file @
0bdaca9f
...
...
@@ -1190,7 +1190,6 @@ uint32_t smf_sbi::get_available_response(boost::shared_future<uint32_t>& f) {
assert
(
f
.
has_value
());
assert
(
!
f
.
has_exception
());
// Wait for the response back
uint32_t
response_code
=
f
.
get
();
return
response_code
;
}
...
...
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