Add PCF(Policy Control Function)

This commit is contained in:
Sukchan Lee 2020-12-11 14:03:20 -05:00
parent fb95725ca4
commit 198abc6e8b
299 changed files with 29050 additions and 1075 deletions

View file

@ -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