initial integration for S6A diameter, but more work is needed

This commit is contained in:
Sukchan Lee
2017-02-24 22:56:02 +09:00
parent 1c15591aa8
commit fd9a173f49
6 changed files with 154 additions and 41 deletions

View File

@@ -279,7 +279,9 @@ int ta_cli_init(void)
{
CHECK_FCT( fd_sess_handler_create(&ta_cli_reg, (void *)free, NULL, NULL) );
#if 0
CHECK_FCT( fd_event_trig_regcb(ta_conf->signal, "test_app.cli", ta_cli_test_message ) );
#endif
return 0;
}