open5gs/test/rx/pcscf_fd_path.h

21 lines
362 B
C
Raw Normal View History

2018-01-05 14:49:55 +00:00
#ifndef __PCSCF_FD_PATH_H__
#define __PCSCF_FD_PATH_H__
#include "core_errno.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
2018-01-10 03:45:58 +00:00
CORE_DECLARE(status_t) pcscf_fd_init(void);
2018-01-05 14:49:55 +00:00
CORE_DECLARE(void) pcscf_fd_final(void);
CORE_DECLARE(void) pcscf_rx_send_aar(const char *ip);
2018-01-05 14:49:55 +00:00
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __PCSCF_FD_PATH_H__ */