mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20:08 +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,7 +19,7 @@ OpenAPI_object_t *OpenAPI_object_create(void);
|
|||
|
||||
void OpenAPI_object_free(OpenAPI_object_t *object);
|
||||
|
||||
OpenAPI_object_t *OpenAPI_object_parseFromJSON(cJSON *objectJSON);
|
||||
OpenAPI_object_t *OpenAPI_object_parseFromJSON(cJSON *json);
|
||||
|
||||
cJSON *OpenAPI_object_convertToJSON(OpenAPI_object_t *object);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue