Merge branch 'main' into home-routed

This commit is contained in:
Sukchan Lee
2025-05-10 12:08:47 +09:00
87 changed files with 1455 additions and 663 deletions

View File

@@ -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().