mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
Support Discovery Optional Parameter (#1671)
To support target-nf-instance-id in the discovery, Discovery optional parameter is implemeted
This commit is contained in:
parent
eb03704015
commit
a5010a61ef
89 changed files with 1346 additions and 998 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue