[5GC] Added BSF(Binding Support Function)

This commit is contained in:
Sukchan Lee 2021-05-29 15:56:12 +09:00
parent 611986794b
commit fe89f7cd11
293 changed files with 24988 additions and 1507 deletions

View file

@ -29,7 +29,7 @@ typedef struct OpenAPI_amf_non3_gpp_access_registration_s {
char *supported_features;
int purge_flag;
char *pei;
struct OpenAPI_ims_vo_ps_s *ims_vo_ps;
OpenAPI_ims_vo_ps_e ims_vo_ps;
char *dereg_callback_uri;
char *amf_service_name_dereg;
char *pcscf_restoration_callback_uri;
@ -49,7 +49,7 @@ OpenAPI_amf_non3_gpp_access_registration_t *OpenAPI_amf_non3_gpp_access_registra
char *supported_features,
int purge_flag,
char *pei,
OpenAPI_ims_vo_ps_t *ims_vo_ps,
OpenAPI_ims_vo_ps_e ims_vo_ps,
char *dereg_callback_uri,
char *amf_service_name_dereg,
char *pcscf_restoration_callback_uri,