open5gs/src/mme/mme_s6a_handler.h

23 lines
388 B
C
Raw Normal View History

2017-04-04 02:00:25 +00:00
#ifndef __MME_S6A_HANDLER_H__
#define __MME_S6A_HANDLER_H__
#include "core_errno.h"
2017-04-06 10:20:33 +00:00
#include "mme_context.h"
2017-04-04 02:00:25 +00:00
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
CORE_DECLARE(status_t) mme_s6a_init(void);
CORE_DECLARE(void) mme_s6a_final(void);
2017-04-09 11:51:26 +00:00
CORE_DECLARE(int) mme_s6a_send_air(mme_ue_t *ue);
2017-04-04 02:00:25 +00:00
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __MME_S6A_HANDLER_H__ */