mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 04:53:37 +00:00
add missing file
This commit is contained in:
22
src/sgw/sgw-sm.h
Normal file
22
src/sgw/sgw-sm.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef __SGW_SM_H__
|
||||
#define __SGW_SM_H__
|
||||
|
||||
#include "sgw-event.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
void sgw_state_initial(ogs_fsm_t *s, sgw_event_t *e);
|
||||
void sgw_state_final(ogs_fsm_t *s, sgw_event_t *e);
|
||||
void sgw_state_operational(ogs_fsm_t *s, sgw_event_t *e);
|
||||
void sgw_state_exception(ogs_fsm_t *s, sgw_event_t *e);
|
||||
|
||||
#define sgw_sm_debug(__pe) \
|
||||
ogs_debug("%s(): %s\n", __func__, sgw_event_get_name(__pe))
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* !__SGW_SM_H__ */
|
||||
Reference in New Issue
Block a user