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:
Sukchan Lee 2021-07-16 17:02:33 +09:00
parent 1326fc85dc
commit 039b9d0aaa
930 changed files with 7387 additions and 5434 deletions

View file

@ -34,6 +34,7 @@ typedef struct OpenAPI_ext_amf_event_subscription_s {
char *group_id;
char *gpsi;
char *pei;
bool is_any_ue;
int any_ue;
struct OpenAPI_amf_event_mode_s *options;
OpenAPI_nf_type_e source_nf_type;
@ -52,6 +53,7 @@ OpenAPI_ext_amf_event_subscription_t *OpenAPI_ext_amf_event_subscription_create(
char *group_id,
char *gpsi,
char *pei,
bool is_any_ue,
int any_ue,
OpenAPI_amf_event_mode_t *options,
OpenAPI_nf_type_e source_nf_type,