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
|
|
@ -24,6 +24,7 @@ typedef struct OpenAPI_flow_information_s {
|
|||
char *flow_description;
|
||||
struct OpenAPI_eth_flow_description_s *eth_flow_description;
|
||||
char *pack_filt_id;
|
||||
bool is_packet_filter_usage;
|
||||
int packet_filter_usage;
|
||||
char *tos_traffic_class;
|
||||
char *spi;
|
||||
|
|
@ -35,6 +36,7 @@ OpenAPI_flow_information_t *OpenAPI_flow_information_create(
|
|||
char *flow_description,
|
||||
OpenAPI_eth_flow_description_t *eth_flow_description,
|
||||
char *pack_filt_id,
|
||||
bool is_packet_filter_usage,
|
||||
int packet_filter_usage,
|
||||
char *tos_traffic_class,
|
||||
char *spi,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue