mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
now we should use freediameter configuration file
This commit is contained in:
parent
4587288f5d
commit
ddd4c12a58
7 changed files with 15 additions and 350 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue