mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-15 11:21:45 +00:00
18 lines
279 B
C
18 lines
279 B
C
#ifndef _S1AP_ENB_BUILD_H__
|
|
#define _S1AP_ENB_BUILD_H__
|
|
|
|
#include "s1ap_message.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
CORE_DECLARE(status_t) s1ap_build_setup_req(pkbuf_t **pkbuf, c_uint32_t enb_id);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif /* __cplusplus */
|
|
|
|
#endif
|
|
|