mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +00:00
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:
parent
1326fc85dc
commit
039b9d0aaa
930 changed files with 7387 additions and 5434 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue