mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
[SBI] Added Handler for Subscription PATCH (#2152)
This commit is contained in:
parent
cf0a94f369
commit
ad9e5b28cf
28 changed files with 741 additions and 95 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2019-2022 by Sukchan Lee <acetcom@gmail.com>
|
||||
* Copyright (C) 2019-2023 by Sukchan Lee <acetcom@gmail.com>
|
||||
*
|
||||
* This file is part of Open5GS.
|
||||
*
|
||||
|
|
@ -33,6 +33,7 @@ void ogs_timer_nf_instance_heartbeat_interval(void *data);
|
|||
void ogs_timer_nf_instance_no_heartbeat(void *data);
|
||||
void ogs_timer_nf_instance_validity(void *data);
|
||||
void ogs_timer_subscription_validity(void *data);
|
||||
void ogs_timer_subscription_patch(void *data);
|
||||
void ogs_timer_sbi_client_wait_expire(void *data);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue