Module: kamailio Branch: master Commit: 2370c6dccec38be8576bd4234ecbbc5883972058 URL: https://github.com/kamailio/kamailio/commit/2370c6dccec38be8576bd4234ecbbc5883972058
Author: Carsten Bock <[email protected]> Committer: Carsten Bock <[email protected]> Date: 2016-01-15T11:04:15+01:00 ims_charging: Added missing field in Ro-Session (introduced in previous commit) --- Modified: modules/ims_charging/ro_session_hash.h --- Diff: https://github.com/kamailio/kamailio/commit/2370c6dccec38be8576bd4234ecbbc5883972058.diff Patch: https://github.com/kamailio/kamailio/commit/2370c6dccec38be8576bd4234ecbbc5883972058.patch --- diff --git a/modules/ims_charging/ro_session_hash.h b/modules/ims_charging/ro_session_hash.h index fa92ed9..8fa622f 100644 --- a/modules/ims_charging/ro_session_hash.h +++ b/modules/ims_charging/ro_session_hash.h @@ -72,6 +72,7 @@ struct ro_session { int rating_group; int service_identifier; unsigned int is_final_allocation; + unsigned int billed; }; /*! entries in the main ro_session table */ _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
