mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +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
|
|
@ -22,14 +22,14 @@ typedef struct OpenAPI_up_path_chg_event_s OpenAPI_up_path_chg_event_t;
|
|||
typedef struct OpenAPI_up_path_chg_event_s {
|
||||
char *notification_uri;
|
||||
char *notif_corre_id;
|
||||
struct OpenAPI_dnai_change_type_s *dnai_chg_type;
|
||||
OpenAPI_dnai_change_type_e dnai_chg_type;
|
||||
int af_ack_ind;
|
||||
} OpenAPI_up_path_chg_event_t;
|
||||
|
||||
OpenAPI_up_path_chg_event_t *OpenAPI_up_path_chg_event_create(
|
||||
char *notification_uri,
|
||||
char *notif_corre_id,
|
||||
OpenAPI_dnai_change_type_t *dnai_chg_type,
|
||||
OpenAPI_dnai_change_type_e dnai_chg_type,
|
||||
int af_ack_ind
|
||||
);
|
||||
void OpenAPI_up_path_chg_event_free(OpenAPI_up_path_chg_event_t *up_path_chg_event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue