Module: sip-router
Branch: master
Commit: ee2cdfdaf8e2dc177fed64c6f4ab05a85f9fb0c6
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee2cdfd…
Author: Jason Penton <jason.penton(a)smilecoms.com>
Committer: Jason Penton <jason.penton(a)smilecoms.com>
Date: Wed Apr 17 16:49:21 2013 +0200
modules/cdp: Initial framework for Credit Control Application
- inital support for RFC 4006
- this will be used to build IMS Ro charging interface TS32.299
---
modules/cdp/acctstatemachine.c | 255 +++++++++++++++++++++++++++
modules/cdp/acctstatemachine.h | 19 ++
modules/cdp/authstatemachine.c | 66 +------
modules/cdp/authstatemachine.h | 2 -
modules/cdp/cdp_load.c | 11 +-
modules/cdp/cdp_load.h | 6 +
modules/cdp/common.c | 52 ++++++
modules/cdp/common.h | 19 ++
modules/cdp/configexample/ConfigExample.xml | 2 +-
modules/cdp/mod.c | 6 +
modules/cdp/peerstatemachine.c | 20 ++
modules/cdp/session.c | 184 +++++++++++++++++++-
modules/cdp/session.h | 112 +++++++++---
13 files changed, 661 insertions(+), 93 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=ee2…