mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
[Release-17] Upgrade SBI to v17.x.0
This commit is contained in:
parent
969c116e77
commit
4d44b1843e
1687 changed files with 121604 additions and 9310 deletions
|
|
@ -26,6 +26,8 @@ typedef struct OpenAPI_nssai_s {
|
|||
OpenAPI_list_t *single_nssais;
|
||||
char *provisioning_time;
|
||||
OpenAPI_list_t* additional_snssai_data;
|
||||
bool is_suppress_nssrg_ind;
|
||||
int suppress_nssrg_ind;
|
||||
} OpenAPI_nssai_t;
|
||||
|
||||
OpenAPI_nssai_t *OpenAPI_nssai_create(
|
||||
|
|
@ -33,7 +35,9 @@ OpenAPI_nssai_t *OpenAPI_nssai_create(
|
|||
OpenAPI_list_t *default_single_nssais,
|
||||
OpenAPI_list_t *single_nssais,
|
||||
char *provisioning_time,
|
||||
OpenAPI_list_t* additional_snssai_data
|
||||
OpenAPI_list_t* additional_snssai_data,
|
||||
bool is_suppress_nssrg_ind,
|
||||
int suppress_nssrg_ind
|
||||
);
|
||||
void OpenAPI_nssai_free(OpenAPI_nssai_t *nssai);
|
||||
OpenAPI_nssai_t *OpenAPI_nssai_parseFromJSON(cJSON *nssaiJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue