mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +00:00
[5GC] Added BSF(Binding Support Function)
This commit is contained in:
parent
611986794b
commit
fe89f7cd11
293 changed files with 24988 additions and 1507 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue