mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-23 07:51:16 +00:00
Add only one 5GC scenario (call-flow)
This commit is contained in:
@@ -46,6 +46,7 @@ OpenAPI_authentication_subscription_t *OpenAPI_authentication_subscription_creat
|
||||
void OpenAPI_authentication_subscription_free(OpenAPI_authentication_subscription_t *authentication_subscription);
|
||||
OpenAPI_authentication_subscription_t *OpenAPI_authentication_subscription_parseFromJSON(cJSON *authentication_subscriptionJSON);
|
||||
cJSON *OpenAPI_authentication_subscription_convertToJSON(OpenAPI_authentication_subscription_t *authentication_subscription);
|
||||
OpenAPI_authentication_subscription_t *OpenAPI_authentication_subscription_copy(OpenAPI_authentication_subscription_t *dst, OpenAPI_authentication_subscription_t *src);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user