mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20: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
|
|
@ -27,6 +27,7 @@ typedef struct OpenAPI_model_5_gvn_group_data_s {
|
|||
struct OpenAPI_snssai_s *s_nssai;
|
||||
OpenAPI_list_t *pdu_session_types;
|
||||
OpenAPI_list_t *app_descriptors;
|
||||
bool is_secondary_auth;
|
||||
int secondary_auth;
|
||||
struct OpenAPI_ip_address_1_s *dn_aaa_address;
|
||||
} OpenAPI_model_5_gvn_group_data_t;
|
||||
|
|
@ -36,6 +37,7 @@ OpenAPI_model_5_gvn_group_data_t *OpenAPI_model_5_gvn_group_data_create(
|
|||
OpenAPI_snssai_t *s_nssai,
|
||||
OpenAPI_list_t *pdu_session_types,
|
||||
OpenAPI_list_t *app_descriptors,
|
||||
bool is_secondary_auth,
|
||||
int secondary_auth,
|
||||
OpenAPI_ip_address_1_t *dn_aaa_address
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue