mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-23 16:01:21 +00:00
Add only one 5GC scenario (call-flow)
This commit is contained in:
@@ -26,6 +26,7 @@ OpenAPI_ue_auth_t *OpenAPI_ue_auth_create(
|
||||
void OpenAPI_ue_auth_free(OpenAPI_ue_auth_t *ue_auth);
|
||||
OpenAPI_ue_auth_t *OpenAPI_ue_auth_parseFromJSON(cJSON *ue_authJSON);
|
||||
cJSON *OpenAPI_ue_auth_convertToJSON(OpenAPI_ue_auth_t *ue_auth);
|
||||
OpenAPI_ue_auth_t *OpenAPI_ue_auth_copy(OpenAPI_ue_auth_t *dst, OpenAPI_ue_auth_t *src);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user