mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20: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
|
|
@ -30,6 +30,7 @@ typedef struct OpenAPI_n1_message_notification_s {
|
|||
struct OpenAPI_registration_context_container_s *registration_ctxt_container;
|
||||
char *new_lmf_identification;
|
||||
struct OpenAPI_guami_s *guami;
|
||||
bool is_c_io_t5_gs_optimisation;
|
||||
int c_io_t5_gs_optimisation;
|
||||
struct OpenAPI_ecgi_s *ecgi;
|
||||
struct OpenAPI_ncgi_s *ncgi;
|
||||
|
|
@ -42,6 +43,7 @@ OpenAPI_n1_message_notification_t *OpenAPI_n1_message_notification_create(
|
|||
OpenAPI_registration_context_container_t *registration_ctxt_container,
|
||||
char *new_lmf_identification,
|
||||
OpenAPI_guami_t *guami,
|
||||
bool is_c_io_t5_gs_optimisation,
|
||||
int c_io_t5_gs_optimisation,
|
||||
OpenAPI_ecgi_t *ecgi,
|
||||
OpenAPI_ncgi_t *ncgi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue