mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30: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
|
|
@ -23,12 +23,14 @@ typedef struct OpenAPI_snssai_upf_info_item_s OpenAPI_snssai_upf_info_item_t;
|
|||
typedef struct OpenAPI_snssai_upf_info_item_s {
|
||||
struct OpenAPI_snssai_s *s_nssai;
|
||||
OpenAPI_list_t *dnn_upf_info_list;
|
||||
bool is_redundant_transport;
|
||||
int redundant_transport;
|
||||
} OpenAPI_snssai_upf_info_item_t;
|
||||
|
||||
OpenAPI_snssai_upf_info_item_t *OpenAPI_snssai_upf_info_item_create(
|
||||
OpenAPI_snssai_t *s_nssai,
|
||||
OpenAPI_list_t *dnn_upf_info_list,
|
||||
bool is_redundant_transport,
|
||||
int redundant_transport
|
||||
);
|
||||
void OpenAPI_snssai_upf_info_item_free(OpenAPI_snssai_upf_info_item_t *snssai_upf_info_item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue