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
|
|
@ -34,6 +34,7 @@ typedef struct OpenAPI_qos_flow_profile_s {
|
|||
OpenAPI_reflective_qo_s_attribute_e rqa;
|
||||
OpenAPI_additional_qos_flow_info_e additional_qos_flow_info;
|
||||
OpenAPI_qos_monitoring_req_e qos_monitoring_req;
|
||||
bool is_qos_rep_period;
|
||||
int qos_rep_period;
|
||||
} OpenAPI_qos_flow_profile_t;
|
||||
|
||||
|
|
@ -46,6 +47,7 @@ OpenAPI_qos_flow_profile_t *OpenAPI_qos_flow_profile_create(
|
|||
OpenAPI_reflective_qo_s_attribute_e rqa,
|
||||
OpenAPI_additional_qos_flow_info_e additional_qos_flow_info,
|
||||
OpenAPI_qos_monitoring_req_e qos_monitoring_req,
|
||||
bool is_qos_rep_period,
|
||||
int qos_rep_period
|
||||
);
|
||||
void OpenAPI_qos_flow_profile_free(OpenAPI_qos_flow_profile_t *qos_flow_profile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue