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

@ -23,6 +23,7 @@ typedef struct OpenAPI_qos_flow_setup_item_s OpenAPI_qos_flow_setup_item_t;
typedef struct OpenAPI_qos_flow_setup_item_s {
int qfi;
char qos_rules;
bool is_ebi;
int ebi;
char qos_flow_description;
struct OpenAPI_qos_flow_profile_s *qos_flow_profile;
@ -32,6 +33,7 @@ typedef struct OpenAPI_qos_flow_setup_item_s {
OpenAPI_qos_flow_setup_item_t *OpenAPI_qos_flow_setup_item_create(
int qfi,
char qos_rules,
bool is_ebi,
int ebi,
char qos_flow_description,
OpenAPI_qos_flow_profile_t *qos_flow_profile,