open5gs/lib/sbi/openapi/model/npcf_af_event.h
2023-03-01 19:56:49 +09:00

31 lines
1.4 KiB
C

/*
* npcf_af_event.h
*
*
*/
#ifndef _OpenAPI_npcf_af_event_H_
#define _OpenAPI_npcf_af_event_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_npcf_af_event_NULL = 0, OpenAPI_npcf_af_event_ACCESS_TYPE_CHANGE, OpenAPI_npcf_af_event_ANI_REPORT, OpenAPI_npcf_af_event_APP_DETECTION, OpenAPI_npcf_af_event_CHARGING_CORRELATION, OpenAPI_npcf_af_event_EPS_FALLBACK, OpenAPI_npcf_af_event_FAILED_QOS_UPDATE, OpenAPI_npcf_af_event_FAILED_RESOURCES_ALLOCATION, OpenAPI_npcf_af_event_OUT_OF_CREDIT, OpenAPI_npcf_af_event_PDU_SESSION_STATUS, OpenAPI_npcf_af_event_PLMN_CHG, OpenAPI_npcf_af_event_QOS_MONITORING, OpenAPI_npcf_af_event_QOS_NOTIF, OpenAPI_npcf_af_event_RAN_NAS_CAUSE, OpenAPI_npcf_af_event_REALLOCATION_OF_CREDIT, OpenAPI_npcf_af_event_SAT_CATEGORY_CHG, OpenAPI_npcf_af_event_SUCCESSFUL_QOS_UPDATE, OpenAPI_npcf_af_event_SUCCESSFUL_RESOURCES_ALLOCATION, OpenAPI_npcf_af_event_TSN_BRIDGE_INFO, OpenAPI_npcf_af_event_UP_PATH_CHG_FAILURE, OpenAPI_npcf_af_event_USAGE_REPORT } OpenAPI_npcf_af_event_e;
char* OpenAPI_npcf_af_event_ToString(OpenAPI_npcf_af_event_e npcf_af_event);
OpenAPI_npcf_af_event_e OpenAPI_npcf_af_event_FromString(char* npcf_af_event);
#ifdef __cplusplus
}
#endif
#endif /* _OpenAPI_npcf_af_event_H_ */