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

@ -28,6 +28,7 @@ typedef struct OpenAPI_bdt_data_s {
struct OpenAPI_transfer_policy_s *trans_policy;
char *bdt_ref_id;
struct OpenAPI_network_area_info_1_s *nw_area_info;
bool is_num_of_ues;
int num_of_ues;
struct OpenAPI_usage_threshold_s *vol_per_ue;
char *dnn;
@ -42,6 +43,7 @@ OpenAPI_bdt_data_t *OpenAPI_bdt_data_create(
OpenAPI_transfer_policy_t *trans_policy,
char *bdt_ref_id,
OpenAPI_network_area_info_1_t *nw_area_info,
bool is_num_of_ues,
int num_of_ues,
OpenAPI_usage_threshold_t *vol_per_ue,
char *dnn,