mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +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
|
|
@ -25,8 +25,11 @@ typedef struct OpenAPI_qos_characteristics_s {
|
|||
int priority_level;
|
||||
int packet_delay_budget;
|
||||
char *packet_error_rate;
|
||||
bool is_averaging_window;
|
||||
int averaging_window;
|
||||
bool is_max_data_burst_vol;
|
||||
int max_data_burst_vol;
|
||||
bool is_ext_max_data_burst_vol;
|
||||
int ext_max_data_burst_vol;
|
||||
} OpenAPI_qos_characteristics_t;
|
||||
|
||||
|
|
@ -36,8 +39,11 @@ OpenAPI_qos_characteristics_t *OpenAPI_qos_characteristics_create(
|
|||
int priority_level,
|
||||
int packet_delay_budget,
|
||||
char *packet_error_rate,
|
||||
bool is_averaging_window,
|
||||
int averaging_window,
|
||||
bool is_max_data_burst_vol,
|
||||
int max_data_burst_vol,
|
||||
bool is_ext_max_data_burst_vol,
|
||||
int ext_max_data_burst_vol
|
||||
);
|
||||
void OpenAPI_qos_characteristics_free(OpenAPI_qos_characteristics_t *qos_characteristics);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue