mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20:08 +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
|
|
@ -40,9 +40,13 @@ typedef struct OpenAPI_immediate_mdt_conf_s {
|
|||
OpenAPI_report_interval_mdt_e report_interval;
|
||||
OpenAPI_report_interval_nr_mdt_e report_interval_nr;
|
||||
OpenAPI_report_amount_mdt_e report_amount;
|
||||
bool is_event_threshold_rsrp;
|
||||
int event_threshold_rsrp;
|
||||
bool is_event_threshold_rsrq;
|
||||
int event_threshold_rsrq;
|
||||
bool is_event_threshold_rsrp_nr;
|
||||
int event_threshold_rsrp_nr;
|
||||
bool is_event_threshold_rsrq_nr;
|
||||
int event_threshold_rsrq_nr;
|
||||
OpenAPI_collection_period_rmm_lte_mdt_e collection_period_rmm_lte;
|
||||
OpenAPI_collection_period_rmm_nr_mdt_e collection_period_rmm_nr;
|
||||
|
|
@ -62,9 +66,13 @@ OpenAPI_immediate_mdt_conf_t *OpenAPI_immediate_mdt_conf_create(
|
|||
OpenAPI_report_interval_mdt_e report_interval,
|
||||
OpenAPI_report_interval_nr_mdt_e report_interval_nr,
|
||||
OpenAPI_report_amount_mdt_e report_amount,
|
||||
bool is_event_threshold_rsrp,
|
||||
int event_threshold_rsrp,
|
||||
bool is_event_threshold_rsrq,
|
||||
int event_threshold_rsrq,
|
||||
bool is_event_threshold_rsrp_nr,
|
||||
int event_threshold_rsrp_nr,
|
||||
bool is_event_threshold_rsrq_nr,
|
||||
int event_threshold_rsrq_nr,
|
||||
OpenAPI_collection_period_rmm_lte_mdt_e collection_period_rmm_lte,
|
||||
OpenAPI_collection_period_rmm_nr_mdt_e collection_period_rmm_nr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue