mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +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_steering_mode_s {
|
|||
OpenAPI_steer_mode_value_e steer_mode_value;
|
||||
OpenAPI_access_type_e active;
|
||||
struct OpenAPI_access_type_rm_s *standby;
|
||||
bool is__3g_load;
|
||||
int _3g_load;
|
||||
OpenAPI_access_type_e prio_acc;
|
||||
} OpenAPI_steering_mode_t;
|
||||
|
|
@ -33,6 +34,7 @@ OpenAPI_steering_mode_t *OpenAPI_steering_mode_create(
|
|||
OpenAPI_steer_mode_value_e steer_mode_value,
|
||||
OpenAPI_access_type_e active,
|
||||
OpenAPI_access_type_rm_t *standby,
|
||||
bool is__3g_load,
|
||||
int _3g_load,
|
||||
OpenAPI_access_type_e prio_acc
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue