open5gs/src/mme/esm_build.h

21 lines
467 B
C
Raw Normal View History

2017-04-11 03:57:54 +00:00
#ifndef __ESM_BUILD_H__
#define __ESM_BUILD_H__
#include "mme_context.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
CORE_DECLARE(status_t) esm_build_information_request(
2017-04-13 10:15:53 +00:00
pkbuf_t **pkbuf, mme_bearer_t *bearer);
2017-04-11 03:57:54 +00:00
2017-04-13 02:08:42 +00:00
CORE_DECLARE(status_t) esm_build_activate_default_bearer_context(
2017-04-13 10:15:53 +00:00
pkbuf_t **pkbuf, mme_bearer_t *bearer);
2017-04-13 02:08:42 +00:00
2017-04-11 03:57:54 +00:00
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __ESM_BUILD_H__ */