mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20:08 +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
|
|
@ -24,12 +24,20 @@ typedef struct OpenAPI_ee_group_profile_data_s {
|
|||
OpenAPI_list_t *restricted_event_types;
|
||||
OpenAPI_list_t* allowed_mtc_provider;
|
||||
char *supported_features;
|
||||
bool is_iwk_epc_restricted;
|
||||
int iwk_epc_restricted;
|
||||
char *ext_group_id;
|
||||
char *hss_group_id;
|
||||
} OpenAPI_ee_group_profile_data_t;
|
||||
|
||||
OpenAPI_ee_group_profile_data_t *OpenAPI_ee_group_profile_data_create(
|
||||
OpenAPI_list_t *restricted_event_types,
|
||||
OpenAPI_list_t* allowed_mtc_provider,
|
||||
char *supported_features
|
||||
char *supported_features,
|
||||
bool is_iwk_epc_restricted,
|
||||
int iwk_epc_restricted,
|
||||
char *ext_group_id,
|
||||
char *hss_group_id
|
||||
);
|
||||
void OpenAPI_ee_group_profile_data_free(OpenAPI_ee_group_profile_data_t *ee_group_profile_data);
|
||||
OpenAPI_ee_group_profile_data_t *OpenAPI_ee_group_profile_data_parseFromJSON(cJSON *ee_group_profile_dataJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue