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
|
|
@ -33,6 +33,11 @@ typedef struct OpenAPI_ee_subscription_s {
|
|||
char *scef_diam_host;
|
||||
char *scef_diam_realm;
|
||||
char *notify_correlation_id;
|
||||
char *second_callback_ref;
|
||||
char *gpsi;
|
||||
OpenAPI_list_t *exclude_gpsi_list;
|
||||
OpenAPI_list_t *include_gpsi_list;
|
||||
char *data_restoration_callback_uri;
|
||||
} OpenAPI_ee_subscription_t;
|
||||
|
||||
OpenAPI_ee_subscription_t *OpenAPI_ee_subscription_create(
|
||||
|
|
@ -46,7 +51,12 @@ OpenAPI_ee_subscription_t *OpenAPI_ee_subscription_create(
|
|||
int epc_applied_ind,
|
||||
char *scef_diam_host,
|
||||
char *scef_diam_realm,
|
||||
char *notify_correlation_id
|
||||
char *notify_correlation_id,
|
||||
char *second_callback_ref,
|
||||
char *gpsi,
|
||||
OpenAPI_list_t *exclude_gpsi_list,
|
||||
OpenAPI_list_t *include_gpsi_list,
|
||||
char *data_restoration_callback_uri
|
||||
);
|
||||
void OpenAPI_ee_subscription_free(OpenAPI_ee_subscription_t *ee_subscription);
|
||||
OpenAPI_ee_subscription_t *OpenAPI_ee_subscription_parseFromJSON(cJSON *ee_subscriptionJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue