mirror of
https://github.com/open5gs/open5gs.git
synced 2025-10-23 07:41:57 +00:00
Merge branch 'main' into home-routed
This commit is contained in:
@@ -73,7 +73,7 @@ static void event_termination(void)
|
||||
{
|
||||
ogs_sbi_nf_instance_t *nf_instance = NULL;
|
||||
|
||||
/* Sending NF Instance De-registeration to NRF */
|
||||
/* Sending NF Instance De-registration to NRF */
|
||||
ogs_list_for_each(&ogs_sbi_self()->nf_instance_list, nf_instance)
|
||||
ogs_sbi_nf_fsm_fini(nf_instance);
|
||||
|
||||
@@ -117,7 +117,7 @@ static void af_main(void *data)
|
||||
/*
|
||||
* After ogs_pollset_poll(), ogs_timer_mgr_expire() must be called.
|
||||
*
|
||||
* The reason is why ogs_timer_mgr_next() can get the corrent value
|
||||
* The reason is why ogs_timer_mgr_next() can get the current value
|
||||
* when ogs_timer_stop() is called internally in ogs_timer_mgr_expire().
|
||||
*
|
||||
* You should not use event-queue before ogs_timer_mgr_expire().
|
||||
|
Reference in New Issue
Block a user