mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +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
|
|
@ -24,8 +24,10 @@ typedef struct OpenAPI_policy_data_subscription_s {
|
|||
char *notif_id;
|
||||
OpenAPI_list_t *monitored_resource_uris;
|
||||
OpenAPI_list_t *mon_res_items;
|
||||
OpenAPI_list_t *excluded_res_items;
|
||||
char *expiry;
|
||||
char *supported_features;
|
||||
OpenAPI_list_t *reset_ids;
|
||||
} OpenAPI_policy_data_subscription_t;
|
||||
|
||||
OpenAPI_policy_data_subscription_t *OpenAPI_policy_data_subscription_create(
|
||||
|
|
@ -33,8 +35,10 @@ OpenAPI_policy_data_subscription_t *OpenAPI_policy_data_subscription_create(
|
|||
char *notif_id,
|
||||
OpenAPI_list_t *monitored_resource_uris,
|
||||
OpenAPI_list_t *mon_res_items,
|
||||
OpenAPI_list_t *excluded_res_items,
|
||||
char *expiry,
|
||||
char *supported_features
|
||||
char *supported_features,
|
||||
OpenAPI_list_t *reset_ids
|
||||
);
|
||||
void OpenAPI_policy_data_subscription_free(OpenAPI_policy_data_subscription_t *policy_data_subscription);
|
||||
OpenAPI_policy_data_subscription_t *OpenAPI_policy_data_subscription_parseFromJSON(cJSON *policy_data_subscriptionJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue