SBI updated

- openapi-generator version 5.2.0
- add priority/capacity/load in NFProfile/NFService
- add AllowedNfTypes in NFProfile/NFService
This commit is contained in:
Sukchan Lee 2021-07-16 17:02:33 +09:00
parent 1326fc85dc
commit 039b9d0aaa
930 changed files with 7387 additions and 5434 deletions

View file

@ -34,6 +34,7 @@ typedef struct OpenAPI_qos_flow_profile_s {
OpenAPI_reflective_qo_s_attribute_e rqa;
OpenAPI_additional_qos_flow_info_e additional_qos_flow_info;
OpenAPI_qos_monitoring_req_e qos_monitoring_req;
bool is_qos_rep_period;
int qos_rep_period;
} OpenAPI_qos_flow_profile_t;
@ -46,6 +47,7 @@ OpenAPI_qos_flow_profile_t *OpenAPI_qos_flow_profile_create(
OpenAPI_reflective_qo_s_attribute_e rqa,
OpenAPI_additional_qos_flow_info_e additional_qos_flow_info,
OpenAPI_qos_monitoring_req_e qos_monitoring_req,
bool is_qos_rep_period,
int qos_rep_period
);
void OpenAPI_qos_flow_profile_free(OpenAPI_qos_flow_profile_t *qos_flow_profile);