mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +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
|
|
@ -21,14 +21,14 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_deregistration_data_s OpenAPI_deregistration_data_t;
|
||||
typedef struct OpenAPI_deregistration_data_s {
|
||||
struct OpenAPI_deregistration_reason_s *dereg_reason;
|
||||
OpenAPI_deregistration_reason_e dereg_reason;
|
||||
OpenAPI_access_type_e access_type;
|
||||
int pdu_session_id;
|
||||
char *new_smf_instance_id;
|
||||
} OpenAPI_deregistration_data_t;
|
||||
|
||||
OpenAPI_deregistration_data_t *OpenAPI_deregistration_data_create(
|
||||
OpenAPI_deregistration_reason_t *dereg_reason,
|
||||
OpenAPI_deregistration_reason_e dereg_reason,
|
||||
OpenAPI_access_type_e access_type,
|
||||
int pdu_session_id,
|
||||
char *new_smf_instance_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue