mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +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) 2022 by Sukchan Lee <acetcom@gmail.com>
|
||||
* Copyright (C) 2022-2023 by Sukchan Lee <acetcom@gmail.com>
|
||||
*
|
||||
* This file is part of Open5GS.
|
||||
*
|
||||
|
|
@ -33,6 +33,8 @@ bool ogs_nnrf_nfm_send_nf_status_subscribe(
|
|||
OpenAPI_nf_type_e req_nf_type, char *req_nf_instance_id,
|
||||
OpenAPI_nf_type_e subscr_cond_nf_type,
|
||||
char *subscr_cond_service_name);
|
||||
bool ogs_nnrf_nfm_send_nf_status_update(
|
||||
ogs_sbi_subscription_data_t *subscription_data);
|
||||
bool ogs_nnrf_nfm_send_nf_status_unsubscribe(
|
||||
ogs_sbi_subscription_data_t *subscription_data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue