open5gs/src/pgw/pgw-fd-path.h

24 lines
418 B
C
Raw Normal View History

2017-08-22 15:51:57 +00:00
#ifndef __PGW_FD_PATH_H__
#define __PGW_FD_PATH_H__
2019-06-11 13:10:47 +00:00
#include "pgw-context.h"
2017-08-22 15:51:57 +00:00
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
2019-05-28 05:47:06 +00:00
typedef struct gtp_xact_s gtp_xact_t;
2017-11-30 11:13:15 +00:00
2019-04-27 14:54:30 +00:00
int pgw_fd_init(void);
void pgw_fd_final(void);
2017-08-22 15:51:57 +00:00
2019-04-27 14:54:30 +00:00
void pgw_gx_send_ccr(pgw_sess_t *sess, gtp_xact_t *xact,
ogs_pkbuf_t *gtpbuf, uint32_t cc_request_type);
2017-08-22 15:51:57 +00:00
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __PGW_FD_PATH_H__ */