simple 5GC registration is done

This commit is contained in:
Sukchan Lee 2020-06-21 23:07:14 -04:00
parent bcd02b1f33
commit b35c2277be
213 changed files with 7713 additions and 5445 deletions

View file

@ -1,7 +1,7 @@
/*
* max_integrity_protected_data_rate.h
*
* Possible values are - 64_KBPS - MAX_UE_RATE
*
*/
#ifndef _OpenAPI_max_integrity_protected_data_rate_H_
@ -17,16 +17,11 @@
extern "C" {
#endif
typedef struct OpenAPI_max_integrity_protected_data_rate_s OpenAPI_max_integrity_protected_data_rate_t;
typedef struct OpenAPI_max_integrity_protected_data_rate_s {
} OpenAPI_max_integrity_protected_data_rate_t;
typedef enum { OpenAPI_max_integrity_protected_data_rate_NULL = 0, OpenAPI_max_integrity_protected_data_rate__64_KBPS, OpenAPI_max_integrity_protected_data_rate_MAX_UE_RATE } OpenAPI_max_integrity_protected_data_rate_e;
OpenAPI_max_integrity_protected_data_rate_t *OpenAPI_max_integrity_protected_data_rate_create(
);
void OpenAPI_max_integrity_protected_data_rate_free(OpenAPI_max_integrity_protected_data_rate_t *max_integrity_protected_data_rate);
OpenAPI_max_integrity_protected_data_rate_t *OpenAPI_max_integrity_protected_data_rate_parseFromJSON(cJSON *max_integrity_protected_data_rateJSON);
cJSON *OpenAPI_max_integrity_protected_data_rate_convertToJSON(OpenAPI_max_integrity_protected_data_rate_t *max_integrity_protected_data_rate);
OpenAPI_max_integrity_protected_data_rate_t *OpenAPI_max_integrity_protected_data_rate_copy(OpenAPI_max_integrity_protected_data_rate_t *dst, OpenAPI_max_integrity_protected_data_rate_t *src);
char* OpenAPI_max_integrity_protected_data_rate_ToString(OpenAPI_max_integrity_protected_data_rate_e max_integrity_protected_data_rate);
OpenAPI_max_integrity_protected_data_rate_e OpenAPI_max_integrity_protected_data_rate_FromString(char* max_integrity_protected_data_rate);
#ifdef __cplusplus
}