mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
update it
This commit is contained in:
parent
c32191d9e7
commit
ff8d1eb91c
3 changed files with 11 additions and 10 deletions
|
|
@ -12,7 +12,7 @@
|
|||
static void s6a_gnutls_log_func(int level, const char *str);
|
||||
static void s6a_fd_logger(int printlevel, const char *format, va_list ap);
|
||||
|
||||
status_t s6a_thread_start(int hss)
|
||||
status_t s6a_fd_init(int hss)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ status_t s6a_thread_start(int hss)
|
|||
return CORE_OK;
|
||||
}
|
||||
|
||||
void s6a_thread_stop()
|
||||
void s6a_fd_final()
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
|
@ -77,12 +77,6 @@ void s6a_thread_stop()
|
|||
{
|
||||
d_error("fd_core_shutdown() failed");
|
||||
}
|
||||
|
||||
ret = fd_core_wait_shutdown_complete();
|
||||
if (ret != 0)
|
||||
{
|
||||
d_error("fd_core_wait_shutdown_complete() failed");
|
||||
}
|
||||
}
|
||||
|
||||
static void s6a_gnutls_log_func(int level, const char *str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue