open5gs/lib/sbi/openapi/model/logging_interval_mdt.h
Sukchan Lee 9af4268bab arch: DB schema Changes (#796)
- New function : NSSF
- New feature : SMF selection
2021-03-08 21:25:09 +09:00

32 lines
961 B
C

/*
* logging_interval_mdt.h
*
*
*/
#ifndef _OpenAPI_logging_interval_mdt_H_
#define _OpenAPI_logging_interval_mdt_H_
#include <string.h>
#include "../external/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef enum { OpenAPI_logging_interval_mdt_NULL = 0, OpenAPI_logging_interval_mdt__128, OpenAPI_logging_interval_mdt__256, OpenAPI_logging_interval_mdt__512, OpenAPI_logging_interval_mdt__1024, OpenAPI_logging_interval_mdt__2048, OpenAPI_logging_interval_mdt__3072, OpenAPI_logging_interval_mdt__4096, OpenAPI_logging_interval_mdt__6144 } OpenAPI_logging_interval_mdt_e;
char* OpenAPI_logging_interval_mdt_ToString(OpenAPI_logging_interval_mdt_e logging_interval_mdt);
OpenAPI_logging_interval_mdt_e OpenAPI_logging_interval_mdt_FromString(char* logging_interval_mdt);
#ifdef __cplusplus
}
#endif
#endif /* _OpenAPI_logging_interval_mdt_H_ */