mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue