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

@ -26,7 +26,9 @@ extern "C" {
typedef struct OpenAPI_expected_ue_behaviour_data_1_s OpenAPI_expected_ue_behaviour_data_1_t;
typedef struct OpenAPI_expected_ue_behaviour_data_1_s {
OpenAPI_stationary_indication_e stationary_indication;
bool is_communication_duration_time;
int communication_duration_time;
bool is_periodic_time;
int periodic_time;
struct OpenAPI_scheduled_communication_time_1_s *scheduled_communication_time;
OpenAPI_scheduled_communication_type_e scheduled_communication_type;
@ -38,7 +40,9 @@ typedef struct OpenAPI_expected_ue_behaviour_data_1_s {
OpenAPI_expected_ue_behaviour_data_1_t *OpenAPI_expected_ue_behaviour_data_1_create(
OpenAPI_stationary_indication_e stationary_indication,
bool is_communication_duration_time,
int communication_duration_time,
bool is_periodic_time,
int periodic_time,
OpenAPI_scheduled_communication_time_1_t *scheduled_communication_time,
OpenAPI_scheduled_communication_type_e scheduled_communication_type,