mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +00:00
SBI updated
- openapi-generator version 5.2.0 - add priority/capacity/load in NFProfile/NFService - add AllowedNfTypes in NFProfile/NFService
This commit is contained in:
parent
1326fc85dc
commit
039b9d0aaa
930 changed files with 7387 additions and 5434 deletions
|
|
@ -49,21 +49,31 @@ typedef struct OpenAPI_access_and_mobility_subscription_data_s {
|
|||
OpenAPI_list_t *forbidden_areas;
|
||||
struct OpenAPI_service_area_restriction_s *service_area_restriction;
|
||||
OpenAPI_list_t *core_network_type_restrictions;
|
||||
bool is_rfsp_index;
|
||||
int rfsp_index;
|
||||
bool is_subs_reg_timer;
|
||||
int subs_reg_timer;
|
||||
bool is_ue_usage_type;
|
||||
int ue_usage_type;
|
||||
bool is_mps_priority;
|
||||
int mps_priority;
|
||||
bool is_mcs_priority;
|
||||
int mcs_priority;
|
||||
bool is_active_time;
|
||||
int active_time;
|
||||
struct OpenAPI_sor_info_s *sor_info;
|
||||
bool is_sor_info_expect_ind;
|
||||
int sor_info_expect_ind;
|
||||
bool is_soraf_retrieval;
|
||||
int soraf_retrieval;
|
||||
OpenAPI_list_t *sor_update_indicator_list;
|
||||
struct OpenAPI_upu_info_s *upu_info;
|
||||
bool is_mico_allowed;
|
||||
int mico_allowed;
|
||||
OpenAPI_list_t *shared_am_data_ids;
|
||||
OpenAPI_odb_packet_services_e odb_packet_services;
|
||||
OpenAPI_list_t *subscribed_dnn_list;
|
||||
bool is_service_gap_time;
|
||||
int service_gap_time;
|
||||
OpenAPI_mdt_user_consent_e mdt_user_consent;
|
||||
struct OpenAPI_mdt_configuration_s *mdt_configuration;
|
||||
|
|
@ -71,16 +81,20 @@ typedef struct OpenAPI_access_and_mobility_subscription_data_s {
|
|||
struct OpenAPI_cag_data_s *cag_data;
|
||||
char *stn_sr;
|
||||
char *c_msisdn;
|
||||
bool is_nb_io_tue_priority;
|
||||
int nb_io_tue_priority;
|
||||
bool is_nssai_inclusion_allowed;
|
||||
int nssai_inclusion_allowed;
|
||||
char *rg_wireline_characteristics;
|
||||
struct OpenAPI_ec_restriction_data_wb_s *ec_restriction_data_wb;
|
||||
bool is_ec_restriction_data_nb;
|
||||
int ec_restriction_data_nb;
|
||||
struct OpenAPI_expected_ue_behaviour_data_s *expected_ue_behaviour_list;
|
||||
OpenAPI_list_t *primary_rat_restrictions;
|
||||
OpenAPI_list_t *secondary_rat_restrictions;
|
||||
OpenAPI_list_t *edrx_parameters_list;
|
||||
OpenAPI_list_t *ptw_parameters_list;
|
||||
bool is_iab_operation_allowed;
|
||||
int iab_operation_allowed;
|
||||
OpenAPI_list_t *wireline_forbidden_areas;
|
||||
struct OpenAPI_wireline_service_area_restriction_s *wireline_service_area_restriction;
|
||||
|
|
@ -97,21 +111,31 @@ OpenAPI_access_and_mobility_subscription_data_t *OpenAPI_access_and_mobility_sub
|
|||
OpenAPI_list_t *forbidden_areas,
|
||||
OpenAPI_service_area_restriction_t *service_area_restriction,
|
||||
OpenAPI_list_t *core_network_type_restrictions,
|
||||
bool is_rfsp_index,
|
||||
int rfsp_index,
|
||||
bool is_subs_reg_timer,
|
||||
int subs_reg_timer,
|
||||
bool is_ue_usage_type,
|
||||
int ue_usage_type,
|
||||
bool is_mps_priority,
|
||||
int mps_priority,
|
||||
bool is_mcs_priority,
|
||||
int mcs_priority,
|
||||
bool is_active_time,
|
||||
int active_time,
|
||||
OpenAPI_sor_info_t *sor_info,
|
||||
bool is_sor_info_expect_ind,
|
||||
int sor_info_expect_ind,
|
||||
bool is_soraf_retrieval,
|
||||
int soraf_retrieval,
|
||||
OpenAPI_list_t *sor_update_indicator_list,
|
||||
OpenAPI_upu_info_t *upu_info,
|
||||
bool is_mico_allowed,
|
||||
int mico_allowed,
|
||||
OpenAPI_list_t *shared_am_data_ids,
|
||||
OpenAPI_odb_packet_services_e odb_packet_services,
|
||||
OpenAPI_list_t *subscribed_dnn_list,
|
||||
bool is_service_gap_time,
|
||||
int service_gap_time,
|
||||
OpenAPI_mdt_user_consent_e mdt_user_consent,
|
||||
OpenAPI_mdt_configuration_t *mdt_configuration,
|
||||
|
|
@ -119,16 +143,20 @@ OpenAPI_access_and_mobility_subscription_data_t *OpenAPI_access_and_mobility_sub
|
|||
OpenAPI_cag_data_t *cag_data,
|
||||
char *stn_sr,
|
||||
char *c_msisdn,
|
||||
bool is_nb_io_tue_priority,
|
||||
int nb_io_tue_priority,
|
||||
bool is_nssai_inclusion_allowed,
|
||||
int nssai_inclusion_allowed,
|
||||
char *rg_wireline_characteristics,
|
||||
OpenAPI_ec_restriction_data_wb_t *ec_restriction_data_wb,
|
||||
bool is_ec_restriction_data_nb,
|
||||
int ec_restriction_data_nb,
|
||||
OpenAPI_expected_ue_behaviour_data_t *expected_ue_behaviour_list,
|
||||
OpenAPI_list_t *primary_rat_restrictions,
|
||||
OpenAPI_list_t *secondary_rat_restrictions,
|
||||
OpenAPI_list_t *edrx_parameters_list,
|
||||
OpenAPI_list_t *ptw_parameters_list,
|
||||
bool is_iab_operation_allowed,
|
||||
int iab_operation_allowed,
|
||||
OpenAPI_list_t *wireline_forbidden_areas,
|
||||
OpenAPI_wireline_service_area_restriction_t *wireline_service_area_restriction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue