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
|
|
@ -33,16 +33,22 @@ typedef struct OpenAPI_media_component_rm_s {
|
|||
struct OpenAPI_af_routing_requirement_rm_s *af_rout_req;
|
||||
char *qos_reference;
|
||||
OpenAPI_list_t *alt_ser_reqs;
|
||||
bool is_dis_ue_notif;
|
||||
int dis_ue_notif;
|
||||
bool is_cont_ver;
|
||||
int cont_ver;
|
||||
OpenAPI_list_t *codecs;
|
||||
bool is_des_max_latency;
|
||||
float des_max_latency;
|
||||
bool is_des_max_loss;
|
||||
float des_max_loss;
|
||||
char *flus_id;
|
||||
OpenAPI_flow_status_e f_status;
|
||||
char *mar_bw_dl;
|
||||
char *mar_bw_ul;
|
||||
bool is_max_packet_loss_rate_dl;
|
||||
int max_packet_loss_rate_dl;
|
||||
bool is_max_packet_loss_rate_ul;
|
||||
int max_packet_loss_rate_ul;
|
||||
char *max_supp_bw_dl;
|
||||
char *max_supp_bw_ul;
|
||||
|
|
@ -59,7 +65,9 @@ typedef struct OpenAPI_media_component_rm_s {
|
|||
OpenAPI_reserv_priority_e res_prio;
|
||||
char *rr_bw;
|
||||
char *rs_bw;
|
||||
bool is_sharing_key_dl;
|
||||
int sharing_key_dl;
|
||||
bool is_sharing_key_ul;
|
||||
int sharing_key_ul;
|
||||
struct OpenAPI_tsn_qos_container_rm_s *tsn_qos;
|
||||
struct OpenAPI_tscai_input_container_s *tscai_input_dl;
|
||||
|
|
@ -71,16 +79,22 @@ OpenAPI_media_component_rm_t *OpenAPI_media_component_rm_create(
|
|||
OpenAPI_af_routing_requirement_rm_t *af_rout_req,
|
||||
char *qos_reference,
|
||||
OpenAPI_list_t *alt_ser_reqs,
|
||||
bool is_dis_ue_notif,
|
||||
int dis_ue_notif,
|
||||
bool is_cont_ver,
|
||||
int cont_ver,
|
||||
OpenAPI_list_t *codecs,
|
||||
bool is_des_max_latency,
|
||||
float des_max_latency,
|
||||
bool is_des_max_loss,
|
||||
float des_max_loss,
|
||||
char *flus_id,
|
||||
OpenAPI_flow_status_e f_status,
|
||||
char *mar_bw_dl,
|
||||
char *mar_bw_ul,
|
||||
bool is_max_packet_loss_rate_dl,
|
||||
int max_packet_loss_rate_dl,
|
||||
bool is_max_packet_loss_rate_ul,
|
||||
int max_packet_loss_rate_ul,
|
||||
char *max_supp_bw_dl,
|
||||
char *max_supp_bw_ul,
|
||||
|
|
@ -97,7 +111,9 @@ OpenAPI_media_component_rm_t *OpenAPI_media_component_rm_create(
|
|||
OpenAPI_reserv_priority_e res_prio,
|
||||
char *rr_bw,
|
||||
char *rs_bw,
|
||||
bool is_sharing_key_dl,
|
||||
int sharing_key_dl,
|
||||
bool is_sharing_key_ul,
|
||||
int sharing_key_ul,
|
||||
OpenAPI_tsn_qos_container_rm_t *tsn_qos,
|
||||
OpenAPI_tscai_input_container_t *tscai_input_dl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue