mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +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
|
|
@ -32,6 +32,7 @@ typedef struct OpenAPI_ue_policy_set_s {
|
|||
char *pei;
|
||||
OpenAPI_list_t *os_ids;
|
||||
char *supp_feat;
|
||||
OpenAPI_list_t *reset_ids;
|
||||
} OpenAPI_ue_policy_set_t;
|
||||
|
||||
OpenAPI_ue_policy_set_t *OpenAPI_ue_policy_set_create(
|
||||
|
|
@ -44,7 +45,8 @@ OpenAPI_ue_policy_set_t *OpenAPI_ue_policy_set_create(
|
|||
int andsp_ind,
|
||||
char *pei,
|
||||
OpenAPI_list_t *os_ids,
|
||||
char *supp_feat
|
||||
char *supp_feat,
|
||||
OpenAPI_list_t *reset_ids
|
||||
);
|
||||
void OpenAPI_ue_policy_set_free(OpenAPI_ue_policy_set_t *ue_policy_set);
|
||||
OpenAPI_ue_policy_set_t *OpenAPI_ue_policy_set_parseFromJSON(cJSON *ue_policy_setJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue