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
|
|
@ -51,7 +51,7 @@ typedef struct OpenAPI_sm_context_update_data_s {
|
|||
OpenAPI_access_type_e an_type;
|
||||
OpenAPI_access_type_e additional_an_type;
|
||||
OpenAPI_rat_type_e rat_type;
|
||||
struct OpenAPI_presence_state_s *presence_in_ladn;
|
||||
OpenAPI_presence_state_e presence_in_ladn;
|
||||
struct OpenAPI_user_location_s *ue_location;
|
||||
char *ue_time_zone;
|
||||
struct OpenAPI_user_location_s *add_ue_location;
|
||||
|
|
@ -103,7 +103,7 @@ OpenAPI_sm_context_update_data_t *OpenAPI_sm_context_update_data_create(
|
|||
OpenAPI_access_type_e an_type,
|
||||
OpenAPI_access_type_e additional_an_type,
|
||||
OpenAPI_rat_type_e rat_type,
|
||||
OpenAPI_presence_state_t *presence_in_ladn,
|
||||
OpenAPI_presence_state_e presence_in_ladn,
|
||||
OpenAPI_user_location_t *ue_location,
|
||||
char *ue_time_zone,
|
||||
OpenAPI_user_location_t *add_ue_location,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue