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,12 +19,12 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_ue_policy_section_s OpenAPI_ue_policy_section_t;
|
||||
typedef struct OpenAPI_ue_policy_section_s {
|
||||
char ue_policy_section_info;
|
||||
char *ue_policy_section_info;
|
||||
char *upsi;
|
||||
} OpenAPI_ue_policy_section_t;
|
||||
|
||||
OpenAPI_ue_policy_section_t *OpenAPI_ue_policy_section_create(
|
||||
char ue_policy_section_info,
|
||||
char *ue_policy_section_info,
|
||||
char *upsi
|
||||
);
|
||||
void OpenAPI_ue_policy_section_free(OpenAPI_ue_policy_section_t *ue_policy_section);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue