mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 05:40:09 +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
|
|
@ -23,6 +23,7 @@ typedef struct OpenAPI_qos_flow_setup_item_s OpenAPI_qos_flow_setup_item_t;
|
|||
typedef struct OpenAPI_qos_flow_setup_item_s {
|
||||
int qfi;
|
||||
char qos_rules;
|
||||
bool is_ebi;
|
||||
int ebi;
|
||||
char qos_flow_description;
|
||||
struct OpenAPI_qos_flow_profile_s *qos_flow_profile;
|
||||
|
|
@ -32,6 +33,7 @@ typedef struct OpenAPI_qos_flow_setup_item_s {
|
|||
OpenAPI_qos_flow_setup_item_t *OpenAPI_qos_flow_setup_item_create(
|
||||
int qfi,
|
||||
char qos_rules,
|
||||
bool is_ebi,
|
||||
int ebi,
|
||||
char qos_flow_description,
|
||||
OpenAPI_qos_flow_profile_t *qos_flow_profile,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue