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
|
|
@ -24,10 +24,15 @@ typedef struct OpenAPI_qos_monitoring_data_s {
|
|||
char *qm_id;
|
||||
OpenAPI_list_t *req_qos_mon_params;
|
||||
OpenAPI_list_t *rep_freqs;
|
||||
bool is_rep_thresh_dl;
|
||||
int rep_thresh_dl;
|
||||
bool is_rep_thresh_ul;
|
||||
int rep_thresh_ul;
|
||||
bool is_rep_thresh_rp;
|
||||
int rep_thresh_rp;
|
||||
bool is_wait_time;
|
||||
int wait_time;
|
||||
bool is_rep_period;
|
||||
int rep_period;
|
||||
char *notify_uri;
|
||||
char *notify_corre_id;
|
||||
|
|
@ -37,10 +42,15 @@ OpenAPI_qos_monitoring_data_t *OpenAPI_qos_monitoring_data_create(
|
|||
char *qm_id,
|
||||
OpenAPI_list_t *req_qos_mon_params,
|
||||
OpenAPI_list_t *rep_freqs,
|
||||
bool is_rep_thresh_dl,
|
||||
int rep_thresh_dl,
|
||||
bool is_rep_thresh_ul,
|
||||
int rep_thresh_ul,
|
||||
bool is_rep_thresh_rp,
|
||||
int rep_thresh_rp,
|
||||
bool is_wait_time,
|
||||
int wait_time,
|
||||
bool is_rep_period,
|
||||
int rep_period,
|
||||
char *notify_uri,
|
||||
char *notify_corre_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue