PCRF DB interface done

This commit is contained in:
Sukchan Lee 2017-08-24 17:05:10 +09:00
parent bca462ea85
commit 995a2d2320
10 changed files with 445 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#include "gx_lib.h"
#include "gx_dict.h"
#define CHECK_dict_search( _type, _criteria, _what, _result ) \
CHECK_FCT( fd_dict_search( fd_g_config->cnf_dict, (_type), (_criteria), (_what), (_result), ENOENT) );