mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20:08 +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
|
|
@ -28,6 +28,7 @@ typedef struct OpenAPI_bdt_data_s {
|
|||
struct OpenAPI_transfer_policy_s *trans_policy;
|
||||
char *bdt_ref_id;
|
||||
struct OpenAPI_network_area_info_1_s *nw_area_info;
|
||||
bool is_num_of_ues;
|
||||
int num_of_ues;
|
||||
struct OpenAPI_usage_threshold_s *vol_per_ue;
|
||||
char *dnn;
|
||||
|
|
@ -42,6 +43,7 @@ OpenAPI_bdt_data_t *OpenAPI_bdt_data_create(
|
|||
OpenAPI_transfer_policy_t *trans_policy,
|
||||
char *bdt_ref_id,
|
||||
OpenAPI_network_area_info_1_t *nw_area_info,
|
||||
bool is_num_of_ues,
|
||||
int num_of_ues,
|
||||
OpenAPI_usage_threshold_t *vol_per_ue,
|
||||
char *dnn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue