Support Discovery Optional Parameter (#1671)

To support target-nf-instance-id in the discovery,
Discovery optional parameter is implemeted
This commit is contained in:
Sukchan Lee 2022-07-24 15:10:09 +09:00
parent eb03704015
commit a5010a61ef
89 changed files with 1346 additions and 998 deletions

View file

@ -101,8 +101,8 @@ void app_terminate(void)
if (udm_thread) ogs_thread_destroy(udm_thread);
if (ausf_thread) ogs_thread_destroy(ausf_thread);
if (nrf_thread) ogs_thread_destroy(nrf_thread);
if (scp_thread) ogs_thread_destroy(scp_thread);
if (nrf_thread) ogs_thread_destroy(nrf_thread);
}
void test_5gc_init(void)

View file

@ -123,8 +123,9 @@ void app_terminate(void)
if (hss_thread) ogs_thread_destroy(hss_thread);
if (pcrf_thread) ogs_thread_destroy(pcrf_thread);
if (nrf_thread) ogs_thread_destroy(nrf_thread);
if (scp_thread) ogs_thread_destroy(scp_thread);
if (nrf_thread) ogs_thread_destroy(nrf_thread);
}
void test_app_init(void)