mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +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
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue