mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 06:10: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
|
|
@ -20,14 +20,14 @@ extern "C" {
|
|||
typedef struct OpenAPI_qos_flow_release_request_item_s OpenAPI_qos_flow_release_request_item_t;
|
||||
typedef struct OpenAPI_qos_flow_release_request_item_s {
|
||||
int qfi;
|
||||
char qos_rules;
|
||||
char qos_flow_description;
|
||||
char *qos_rules;
|
||||
char *qos_flow_description;
|
||||
} OpenAPI_qos_flow_release_request_item_t;
|
||||
|
||||
OpenAPI_qos_flow_release_request_item_t *OpenAPI_qos_flow_release_request_item_create(
|
||||
int qfi,
|
||||
char qos_rules,
|
||||
char qos_flow_description
|
||||
char *qos_rules,
|
||||
char *qos_flow_description
|
||||
);
|
||||
void OpenAPI_qos_flow_release_request_item_free(OpenAPI_qos_flow_release_request_item_t *qos_flow_release_request_item);
|
||||
OpenAPI_qos_flow_release_request_item_t *OpenAPI_qos_flow_release_request_item_parseFromJSON(cJSON *qos_flow_release_request_itemJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue