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 @@ extern "C" {
|
|||
typedef struct OpenAPI_ue_differentiation_info_s OpenAPI_ue_differentiation_info_t;
|
||||
typedef struct OpenAPI_ue_differentiation_info_s {
|
||||
OpenAPI_periodic_communication_indicator_e periodic_com_ind;
|
||||
bool is_periodic_time;
|
||||
int periodic_time;
|
||||
struct OpenAPI_scheduled_communication_time_s *scheduled_com_time;
|
||||
OpenAPI_stationary_indication_e stationary_ind;
|
||||
|
|
@ -35,6 +36,7 @@ typedef struct OpenAPI_ue_differentiation_info_s {
|
|||
|
||||
OpenAPI_ue_differentiation_info_t *OpenAPI_ue_differentiation_info_create(
|
||||
OpenAPI_periodic_communication_indicator_e periodic_com_ind,
|
||||
bool is_periodic_time,
|
||||
int periodic_time,
|
||||
OpenAPI_scheduled_communication_time_t *scheduled_com_time,
|
||||
OpenAPI_stationary_indication_e stationary_ind,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue