mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 06:10:11 +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
|
|
@ -25,6 +25,7 @@ typedef struct OpenAPI_sm_context_status_notification_s {
|
|||
struct OpenAPI_status_info_s *status_info;
|
||||
struct OpenAPI_small_data_rate_status_s *small_data_rate_status;
|
||||
struct OpenAPI_apn_rate_status_s *apn_rate_status;
|
||||
bool is_ddn_failure_status;
|
||||
int ddn_failure_status;
|
||||
OpenAPI_list_t *notify_correlation_ids_forddn_failure;
|
||||
char *new_smf_id;
|
||||
|
|
@ -39,6 +40,7 @@ OpenAPI_sm_context_status_notification_t *OpenAPI_sm_context_status_notification
|
|||
OpenAPI_status_info_t *status_info,
|
||||
OpenAPI_small_data_rate_status_t *small_data_rate_status,
|
||||
OpenAPI_apn_rate_status_t *apn_rate_status,
|
||||
bool is_ddn_failure_status,
|
||||
int ddn_failure_status,
|
||||
OpenAPI_list_t *notify_correlation_ids_forddn_failure,
|
||||
char *new_smf_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue