mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
Add only one 5GC scenario (call-flow)
This commit is contained in:
parent
20008b6a13
commit
dbee687a75
1415 changed files with 86635 additions and 5877 deletions
|
|
@ -26,6 +26,7 @@ OpenAPI_af_event_t *OpenAPI_af_event_create(
|
|||
void OpenAPI_af_event_free(OpenAPI_af_event_t *af_event);
|
||||
OpenAPI_af_event_t *OpenAPI_af_event_parseFromJSON(cJSON *af_eventJSON);
|
||||
cJSON *OpenAPI_af_event_convertToJSON(OpenAPI_af_event_t *af_event);
|
||||
OpenAPI_af_event_t *OpenAPI_af_event_copy(OpenAPI_af_event_t *dst, OpenAPI_af_event_t *src);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue