PCRF done

This commit is contained in:
Sukchan Lee 2017-08-24 23:10:36 +09:00
parent 6b9ec5c5d7
commit ee7d3cbef6
9 changed files with 310 additions and 75 deletions

View file

@ -13,9 +13,7 @@
extern "C" {
#endif /* __cplusplus */
#define FD_REALM "localdomain" /* Default Relam */
#define MME_IDENTITY "mme.localdomain" /* Default MME Identity */
#define HSS_IDENTITY "hss.localdomain" /* Default HSS Identity */
#define FD_DIAMETER_ERROR_USER_UNKNOWN 5001
CORE_DECLARE(int) fd_init(int mode, const char *conffile);
CORE_DECLARE(void) fd_final(void);