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

@ -24,6 +24,7 @@ typedef struct OpenAPI_flow_information_s {
char *flow_description;
struct OpenAPI_eth_flow_description_s *eth_flow_description;
char *pack_filt_id;
bool is_packet_filter_usage;
int packet_filter_usage;
char *tos_traffic_class;
char *spi;
@ -35,6 +36,7 @@ OpenAPI_flow_information_t *OpenAPI_flow_information_create(
char *flow_description,
OpenAPI_eth_flow_description_t *eth_flow_description,
char *pack_filt_id,
bool is_packet_filter_usage,
int packet_filter_usage,
char *tos_traffic_class,
char *spi,