mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20: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
|
|
@ -26,7 +26,7 @@ typedef struct OpenAPI_pcc_rule_s OpenAPI_pcc_rule_t;
|
|||
typedef struct OpenAPI_pcc_rule_s {
|
||||
OpenAPI_list_t *flow_infos;
|
||||
char *app_id;
|
||||
char app_descriptor;
|
||||
char *app_descriptor;
|
||||
bool is_cont_ver;
|
||||
int cont_ver;
|
||||
char *pcc_rule_id;
|
||||
|
|
@ -57,7 +57,7 @@ typedef struct OpenAPI_pcc_rule_s {
|
|||
OpenAPI_pcc_rule_t *OpenAPI_pcc_rule_create(
|
||||
OpenAPI_list_t *flow_infos,
|
||||
char *app_id,
|
||||
char app_descriptor,
|
||||
char *app_descriptor,
|
||||
bool is_cont_ver,
|
||||
int cont_ver,
|
||||
char *pcc_rule_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue