mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +00:00
arch: DB schema Changes (#796)
- New function : NSSF - New feature : SMF selection
This commit is contained in:
parent
c6bfbed922
commit
9af4268bab
691 changed files with 40727 additions and 18985 deletions
|
|
@ -30,6 +30,7 @@ typedef struct OpenAPI_amf3_gpp_access_registration_modification_s {
|
|||
OpenAPI_list_t *backup_amf_info;
|
||||
struct OpenAPI_eps_interworking_info_s *eps_interworking_info;
|
||||
int ue_srvcc_capability;
|
||||
int no_ee_subscription_ind;
|
||||
} OpenAPI_amf3_gpp_access_registration_modification_t;
|
||||
|
||||
OpenAPI_amf3_gpp_access_registration_modification_t *OpenAPI_amf3_gpp_access_registration_modification_create(
|
||||
|
|
@ -39,7 +40,8 @@ OpenAPI_amf3_gpp_access_registration_modification_t *OpenAPI_amf3_gpp_access_reg
|
|||
OpenAPI_ims_vo_ps_t *ims_vo_ps,
|
||||
OpenAPI_list_t *backup_amf_info,
|
||||
OpenAPI_eps_interworking_info_t *eps_interworking_info,
|
||||
int ue_srvcc_capability
|
||||
int ue_srvcc_capability,
|
||||
int no_ee_subscription_ind
|
||||
);
|
||||
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