mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +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,8 @@ typedef struct OpenAPI_amf3_gpp_access_registration_modification_s {
|
|||
struct OpenAPI_eps_interworking_info_s *eps_interworking_info;
|
||||
bool is_ue_srvcc_capability;
|
||||
int ue_srvcc_capability;
|
||||
bool is_ue_mint_capability;
|
||||
int ue_mint_capability;
|
||||
} OpenAPI_amf3_gpp_access_registration_modification_t;
|
||||
|
||||
OpenAPI_amf3_gpp_access_registration_modification_t *OpenAPI_amf3_gpp_access_registration_modification_create(
|
||||
|
|
@ -43,7 +45,9 @@ OpenAPI_amf3_gpp_access_registration_modification_t *OpenAPI_amf3_gpp_access_reg
|
|||
OpenAPI_list_t *backup_amf_info,
|
||||
OpenAPI_eps_interworking_info_t *eps_interworking_info,
|
||||
bool is_ue_srvcc_capability,
|
||||
int ue_srvcc_capability
|
||||
int ue_srvcc_capability,
|
||||
bool is_ue_mint_capability,
|
||||
int ue_mint_capability
|
||||
);
|
||||
void OpenAPI_amf3_gpp_access_registration_modification_free(OpenAPI_amf3_gpp_access_registration_modification_t *amf3_gpp_access_registration_modification);
|
||||
OpenAPI_amf3_gpp_access_registration_modification_t *OpenAPI_amf3_gpp_access_registration_modification_parseFromJSON(cJSON *amf3_gpp_access_registration_modificationJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue