[SBI] Crash occurs when ENUM in the MAP (#2103)

This commit is contained in:
Sukchan Lee 2023-03-01 17:50:25 +09:00
parent ce668c556c
commit 969c116e77
1097 changed files with 266728 additions and 42047 deletions

View file

@ -19,15 +19,15 @@ extern "C" {
typedef struct OpenAPI_eps_pdn_cnx_info_s OpenAPI_eps_pdn_cnx_info_t;
typedef struct OpenAPI_eps_pdn_cnx_info_s {
char pgw_s8c_fteid;
char pgw_node_name;
char *pgw_s8c_fteid;
char *pgw_node_name;
bool is_linked_bearer_id;
int linked_bearer_id;
} OpenAPI_eps_pdn_cnx_info_t;
OpenAPI_eps_pdn_cnx_info_t *OpenAPI_eps_pdn_cnx_info_create(
char pgw_s8c_fteid,
char pgw_node_name,
char *pgw_s8c_fteid,
char *pgw_node_name,
bool is_linked_bearer_id,
int linked_bearer_id
);