mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 11:29:32 +00:00
Typos Fix
This commit is contained in:
parent
90cb00ced3
commit
cd80aa432e
26 changed files with 40 additions and 40 deletions
|
|
@ -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().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue