Upgrade SBI(Service-based Interface)

* OpenAPI Generator version: 4.3.1 ==> 5.5.1
* Specification : r16.8.0 (20210629)
This commit is contained in:
Sukchan Lee 2021-07-07 17:32:55 +09:00
parent 2aaa8200c2
commit f278d58a69
1914 changed files with 91329 additions and 57361 deletions

View file

@ -1,7 +1,7 @@
/*
* policy_association_update_request.h
*
*
*
*/
#ifndef _OpenAPI_policy_association_update_request_H_
@ -35,13 +35,13 @@ typedef struct OpenAPI_policy_association_update_request_s {
char *notification_uri;
OpenAPI_list_t *alt_notif_ipv4_addrs;
OpenAPI_list_t *alt_notif_ipv6_addrs;
OpenAPI_list_t *alt_notif_fqdns;
OpenAPI_list_t *triggers;
struct OpenAPI_service_area_restriction_s *serv_area_res;
struct OpenAPI_wireline_service_area_restriction_s *wl_serv_area_res;
int rfsp;
struct OpenAPI_smf_selection_data_s *smf_sel_info;
struct OpenAPI_ambr_s *ue_ambr;
struct OpenAPI_ambr_s *rg_tmbr;
OpenAPI_list_t* pra_statuses;
struct OpenAPI_user_location_s *user_loc;
OpenAPI_list_t *allowed_snssais;
@ -57,13 +57,13 @@ OpenAPI_policy_association_update_request_t *OpenAPI_policy_association_update_r
char *notification_uri,
OpenAPI_list_t *alt_notif_ipv4_addrs,
OpenAPI_list_t *alt_notif_ipv6_addrs,
OpenAPI_list_t *alt_notif_fqdns,
OpenAPI_list_t *triggers,
OpenAPI_service_area_restriction_t *serv_area_res,
OpenAPI_wireline_service_area_restriction_t *wl_serv_area_res,
int rfsp,
OpenAPI_smf_selection_data_t *smf_sel_info,
OpenAPI_ambr_t *ue_ambr,
OpenAPI_ambr_t *rg_tmbr,
OpenAPI_list_t* pra_statuses,
OpenAPI_user_location_t *user_loc,
OpenAPI_list_t *allowed_snssais,
@ -73,7 +73,7 @@ OpenAPI_policy_association_update_request_t *OpenAPI_policy_association_update_r
OpenAPI_list_t *n3g_allowed_snssais,
OpenAPI_trace_data_t *trace_req,
OpenAPI_guami_t *guami
);
);
void OpenAPI_policy_association_update_request_free(OpenAPI_policy_association_update_request_t *policy_association_update_request);
OpenAPI_policy_association_update_request_t *OpenAPI_policy_association_update_request_parseFromJSON(cJSON *policy_association_update_requestJSON);
cJSON *OpenAPI_policy_association_update_request_convertToJSON(OpenAPI_policy_association_update_request_t *policy_association_update_request);