open5gs/src/mme/mme_gtp_path.h

18 lines
297 B
C
Raw Normal View History

2017-03-23 14:15:55 +00:00
#ifndef __MME_S11_PATH_H__
#define __MME_S11_PATH_H__
2017-03-23 14:05:40 +00:00
2017-04-06 00:57:56 +00:00
#include "core_pkbuf.h"
2017-03-23 14:05:40 +00:00
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
2017-08-31 02:05:00 +00:00
CORE_DECLARE(status_t) mme_gtp_open();
CORE_DECLARE(status_t) mme_gtp_close();
2017-03-23 14:05:40 +00:00
#ifdef __cplusplus
}
#endif /* __cplusplus */
2017-03-23 14:15:55 +00:00
#endif /* __MME_S11_PATH_H__ */