open5gs/src/pgw/pgw_fd_path.h

26 lines
489 B
C
Raw Normal View History

2017-08-22 15:51:57 +00:00
#ifndef __PGW_FD_PATH_H__
#define __PGW_FD_PATH_H__
#include "core_errno.h"
#include "pgw_context.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
2017-11-30 11:13:15 +00:00
typedef struct _gtp_xact_t gtp_xact_t;
2018-01-10 03:45:58 +00:00
CORE_DECLARE(status_t) pgw_fd_init(void);
2017-08-22 15:51:57 +00:00
CORE_DECLARE(void) pgw_fd_final(void);
2018-01-14 12:31:16 +00:00
CORE_DECLARE(void) pgw_gx_send_ccr(pgw_sess_t *sess, gtp_xact_t *xact,
2017-08-25 10:40:49 +00:00
pkbuf_t *gtpbuf, c_uint32_t cc_request_type);
2017-08-22 15:51:57 +00:00
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __PGW_FD_PATH_H__ */