mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +00:00
Add PCF(Policy Control Function)
This commit is contained in:
parent
fb95725ca4
commit
198abc6e8b
299 changed files with 29050 additions and 1075 deletions
|
|
@ -83,7 +83,7 @@ typedef struct OpenAPI_hsmf_update_data_s {
|
|||
struct OpenAPI_n4_information_s *n4_info;
|
||||
struct OpenAPI_n4_information_s *n4_info_ext1;
|
||||
struct OpenAPI_n4_information_s *n4_info_ext2;
|
||||
struct OpenAPI_presence_state_s *presence_in_ladn;
|
||||
OpenAPI_presence_state_e presence_in_ladn;
|
||||
char *vsmf_pdu_session_uri;
|
||||
char *vsmf_id;
|
||||
char *v_smf_service_instance_id;
|
||||
|
|
@ -139,7 +139,7 @@ OpenAPI_hsmf_update_data_t *OpenAPI_hsmf_update_data_create(
|
|||
OpenAPI_n4_information_t *n4_info,
|
||||
OpenAPI_n4_information_t *n4_info_ext1,
|
||||
OpenAPI_n4_information_t *n4_info_ext2,
|
||||
OpenAPI_presence_state_t *presence_in_ladn,
|
||||
OpenAPI_presence_state_e presence_in_ladn,
|
||||
char *vsmf_pdu_session_uri,
|
||||
char *vsmf_id,
|
||||
char *v_smf_service_instance_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue