#ifndef __MME_EVENT_H__ #define __MME_EVENT_H__ #include "core_event.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ typedef enum { EVT_BASE = FSM_USER_SIG, EVT_LO_ENB_S1AP_ACCEPT, EVT_LO_ENB_S1AP_CONNREFUSED, EVT_MSG_ENB_S1AP, EVT_MSG_UE_EMM, EVT_MSG_MME_S11, EVT_TOP, } event_e; #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __MME_EVENT_H__ */