mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +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
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* subscribed_snssai.h
|
||||
*
|
||||
*
|
||||
* Contains the subscribed S-NSSAI
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_subscribed_snssai_H_
|
||||
|
|
@ -23,12 +23,14 @@ typedef struct OpenAPI_subscribed_snssai_s {
|
|||
struct OpenAPI_snssai_s *subscribed_snssai;
|
||||
bool is_default_indication;
|
||||
int default_indication;
|
||||
OpenAPI_list_t *subscribed_ns_srg_list;
|
||||
} OpenAPI_subscribed_snssai_t;
|
||||
|
||||
OpenAPI_subscribed_snssai_t *OpenAPI_subscribed_snssai_create(
|
||||
OpenAPI_snssai_t *subscribed_snssai,
|
||||
bool is_default_indication,
|
||||
int default_indication
|
||||
int default_indication,
|
||||
OpenAPI_list_t *subscribed_ns_srg_list
|
||||
);
|
||||
void OpenAPI_subscribed_snssai_free(OpenAPI_subscribed_snssai_t *subscribed_snssai);
|
||||
OpenAPI_subscribed_snssai_t *OpenAPI_subscribed_snssai_parseFromJSON(cJSON *subscribed_snssaiJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue