mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
remove all local config related freeDiameter
This commit is contained in:
parent
d32c4b9743
commit
64d03a8cf1
26 changed files with 115 additions and 600 deletions
|
|
@ -6,7 +6,6 @@
|
|||
#include "freeDiameter/freeDiameter-host.h"
|
||||
#include "freeDiameter/libfdcore.h"
|
||||
|
||||
#include "fd_context.h"
|
||||
#include "fd_message.h"
|
||||
#include "fd_logger.h"
|
||||
|
||||
|
|
@ -18,7 +17,7 @@ extern "C" {
|
|||
#define MME_IDENTITY "mme.localdomain" /* Default MME Identity */
|
||||
#define HSS_IDENTITY "hss.localdomain" /* Default HSS Identity */
|
||||
|
||||
CORE_DECLARE(int) fd_init(const char *conffile);
|
||||
CORE_DECLARE(int) fd_init(int mode, const char *conffile);
|
||||
CORE_DECLARE(void) fd_final(void);
|
||||
|
||||
int fd_avp_search_avp ( struct avp * groupedavp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue