mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 05:40:09 +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
|
|
@ -32,6 +32,7 @@ OpenAPI_ip_address_t *OpenAPI_ip_address_create(
|
|||
void OpenAPI_ip_address_free(OpenAPI_ip_address_t *ip_address);
|
||||
OpenAPI_ip_address_t *OpenAPI_ip_address_parseFromJSON(cJSON *ip_addressJSON);
|
||||
cJSON *OpenAPI_ip_address_convertToJSON(OpenAPI_ip_address_t *ip_address);
|
||||
OpenAPI_ip_address_t *OpenAPI_ip_address_copy(OpenAPI_ip_address_t *dst, OpenAPI_ip_address_t *src);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue