mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
[Release-17] Upgrade SBI to v17.x.0
This commit is contained in:
parent
969c116e77
commit
4d44b1843e
1687 changed files with 121604 additions and 9310 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* exposure_data_subscription.h
|
||||
*
|
||||
*
|
||||
* Represents a Subscription to Notifications about Exposure Data.
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_exposure_data_subscription_H_
|
||||
|
|
@ -23,13 +23,15 @@ typedef struct OpenAPI_exposure_data_subscription_s {
|
|||
OpenAPI_list_t *monitored_resource_uris;
|
||||
char *expiry;
|
||||
char *supported_features;
|
||||
OpenAPI_list_t *reset_ids;
|
||||
} OpenAPI_exposure_data_subscription_t;
|
||||
|
||||
OpenAPI_exposure_data_subscription_t *OpenAPI_exposure_data_subscription_create(
|
||||
char *notification_uri,
|
||||
OpenAPI_list_t *monitored_resource_uris,
|
||||
char *expiry,
|
||||
char *supported_features
|
||||
char *supported_features,
|
||||
OpenAPI_list_t *reset_ids
|
||||
);
|
||||
void OpenAPI_exposure_data_subscription_free(OpenAPI_exposure_data_subscription_t *exposure_data_subscription);
|
||||
OpenAPI_exposure_data_subscription_t *OpenAPI_exposure_data_subscription_parseFromJSON(cJSON *exposure_data_subscriptionJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue