mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 06:57:19 +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
|
|
@ -21,14 +21,14 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_service_area_restriction_s OpenAPI_service_area_restriction_t;
|
||||
typedef struct OpenAPI_service_area_restriction_s {
|
||||
struct OpenAPI_restriction_type_s *restriction_type;
|
||||
OpenAPI_restriction_type_e restriction_type;
|
||||
OpenAPI_list_t *areas;
|
||||
int max_num_of_t_as;
|
||||
int max_num_of_t_as_for_not_allowed_areas;
|
||||
} OpenAPI_service_area_restriction_t;
|
||||
|
||||
OpenAPI_service_area_restriction_t *OpenAPI_service_area_restriction_create(
|
||||
OpenAPI_restriction_type_t *restriction_type,
|
||||
OpenAPI_restriction_type_e restriction_type,
|
||||
OpenAPI_list_t *areas,
|
||||
int max_num_of_t_as,
|
||||
int max_num_of_t_as_for_not_allowed_areas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue