now we should use freediameter configuration file

This commit is contained in:
Sukchan Lee 2017-08-13 00:35:11 +09:00
parent 4587288f5d
commit ddd4c12a58
7 changed files with 15 additions and 350 deletions

View file

@ -67,11 +67,8 @@ struct dict_object *s6a_served_party_ip_addr = NULL;
int s6a_ext_load()
{
int fd_ext_dict_nas_mipv6_init(int major, int minor, char *conffile);
int fd_ext_dict_s6a_init(int major, int minor, char *conffile);
CHECK_FCT(fd_ext_dict_nas_mipv6_init(
FD_PROJECT_VERSION_MAJOR, FD_PROJECT_VERSION_MINOR, NULL));
CHECK_FCT(fd_ext_dict_s6a_init(
FD_PROJECT_VERSION_MAJOR, FD_PROJECT_VERSION_MINOR, NULL));