mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +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
|
|
@ -20,13 +20,17 @@ extern "C" {
|
|||
typedef struct OpenAPI_dnai_information_s OpenAPI_dnai_information_t;
|
||||
typedef struct OpenAPI_dnai_information_s {
|
||||
char *dnai;
|
||||
bool is_no_dnai_change_ind;
|
||||
int no_dnai_change_ind;
|
||||
bool is_no_local_psa_change_ind;
|
||||
int no_local_psa_change_ind;
|
||||
} OpenAPI_dnai_information_t;
|
||||
|
||||
OpenAPI_dnai_information_t *OpenAPI_dnai_information_create(
|
||||
char *dnai,
|
||||
bool is_no_dnai_change_ind,
|
||||
int no_dnai_change_ind,
|
||||
bool is_no_local_psa_change_ind,
|
||||
int no_local_psa_change_ind
|
||||
);
|
||||
void OpenAPI_dnai_information_free(OpenAPI_dnai_information_t *dnai_information);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue