open5gs/src/mme/s1ap_build.h

20 lines
347 B
C
Raw Normal View History

2017-02-20 10:46:58 +00:00
#ifndef _S1AP_BUILD_H__
#define _S1AP_BUILD_H__
2017-02-06 10:12:10 +00:00
2017-02-15 11:16:50 +00:00
#include "s1ap_message.h"
2017-02-06 10:12:10 +00:00
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
CORE_DECLARE(status_t) s1ap_build_setup_rsp(pkbuf_t **pkbuf);
2017-02-13 11:10:05 +00:00
CORE_DECLARE(status_t) s1ap_build_setup_failure(
pkbuf_t **pkbuf, S1ap_Cause_t cause);
2017-02-06 10:12:10 +00:00
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif