mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
Oops! rollback previous commit
This commit is contained in:
parent
67e7dbf44f
commit
4d9d10ee1e
1 changed files with 11 additions and 8 deletions
|
|
@ -89,17 +89,20 @@ int app_initialize(const char *const argv[])
|
|||
|
||||
void app_terminate(void)
|
||||
{
|
||||
if (amf_thread) ogs_thread_destroy(amf_thread);
|
||||
if (mme_thread) ogs_thread_destroy(mme_thread);
|
||||
if (sgwc_thread) ogs_thread_destroy(sgwc_thread);
|
||||
if (smf_thread) ogs_thread_destroy(smf_thread);
|
||||
if (sgwu_thread) ogs_thread_destroy(sgwu_thread);
|
||||
if (upf_thread) ogs_thread_destroy(upf_thread);
|
||||
if (hss_thread) ogs_thread_destroy(hss_thread);
|
||||
if (pcrf_thread) ogs_thread_destroy(pcrf_thread);
|
||||
if (udr_thread) ogs_thread_destroy(udr_thread);
|
||||
if (udm_thread) ogs_thread_destroy(udm_thread);
|
||||
if (ausf_thread) ogs_thread_destroy(ausf_thread);
|
||||
|
||||
if (amf_thread) ogs_thread_destroy(amf_thread);
|
||||
if (mme_thread) ogs_thread_destroy(mme_thread);
|
||||
if (smf_thread) ogs_thread_destroy(smf_thread);
|
||||
|
||||
if (sgwc_thread) ogs_thread_destroy(sgwc_thread);
|
||||
if (sgwu_thread) ogs_thread_destroy(sgwu_thread);
|
||||
if (upf_thread) ogs_thread_destroy(upf_thread);
|
||||
|
||||
if (hss_thread) ogs_thread_destroy(hss_thread);
|
||||
if (pcrf_thread) ogs_thread_destroy(pcrf_thread);
|
||||
if (nrf_thread) ogs_thread_destroy(nrf_thread);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue