mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
[SBI] Crash occurs when ENUM in the MAP (#2103)
This commit is contained in:
parent
ce668c556c
commit
969c116e77
1097 changed files with 266728 additions and 42047 deletions
|
|
@ -22,20 +22,20 @@ extern "C" {
|
|||
typedef struct OpenAPI_qos_flow_setup_item_s OpenAPI_qos_flow_setup_item_t;
|
||||
typedef struct OpenAPI_qos_flow_setup_item_s {
|
||||
int qfi;
|
||||
char qos_rules;
|
||||
char *qos_rules;
|
||||
bool is_ebi;
|
||||
int ebi;
|
||||
char qos_flow_description;
|
||||
char *qos_flow_description;
|
||||
struct OpenAPI_qos_flow_profile_s *qos_flow_profile;
|
||||
OpenAPI_qos_flow_access_type_e associated_an_type;
|
||||
} OpenAPI_qos_flow_setup_item_t;
|
||||
|
||||
OpenAPI_qos_flow_setup_item_t *OpenAPI_qos_flow_setup_item_create(
|
||||
int qfi,
|
||||
char qos_rules,
|
||||
char *qos_rules,
|
||||
bool is_ebi,
|
||||
int ebi,
|
||||
char qos_flow_description,
|
||||
char *qos_flow_description,
|
||||
OpenAPI_qos_flow_profile_t *qos_flow_profile,
|
||||
OpenAPI_qos_flow_access_type_e associated_an_type
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue