Skip to content
GitLab
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
86e7cedd
Commit
86e7cedd
authored
Jul 07, 2021
by
Tien-Thinh Nguyen
Browse files
Fix issue for sending NF registration/discovery
parent
5b21c545
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/oai_smf/main.cpp
View file @
86e7cedd
...
...
@@ -147,12 +147,12 @@ int main(int argc, char** argv) {
// smf_api_server_2->start();
std
::
thread
smf_http2_manager
(
&
smf_http2_server
::
start
,
smf_api_server_2
);
smf_http1_manager
.
join
();
smf_http2_manager
.
join
();
// Register to NRF and discover appropriate UPFs
smf_app_inst
->
start_nf_registration_discovery
();
smf_http1_manager
.
join
();
smf_http2_manager
.
join
();
FILE
*
fp
=
NULL
;
std
::
string
filename
=
fmt
::
format
(
"/tmp/smf_{}.status"
,
getpid
());
fp
=
fopen
(
filename
.
c_str
(),
"w+"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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