[SBI] Added Handler for Subscription PATCH (#2152)

This commit is contained in:
Sukchan Lee 2023-03-12 22:06:19 +09:00
parent cf0a94f369
commit ad9e5b28cf
28 changed files with 741 additions and 95 deletions

View file

@ -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);