Module: sip-router Branch: carstenbock/ims Commit: 2230c677c1134a46fdf727f0043db027ad66415b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2230c677...
Author: Carsten Bock carsten@bock.info Committer: Carsten Bock carsten@bock.info Date: Wed Feb 9 20:32:39 2011 +0100
- First start of the Reg-AVP's implementation: Ported the database consistency from modules_s/ser. The ucontact now contains a new item: avps, which holds the avps to a contact.
---
modules_k/usrloc/doc/usrloc_admin.xml | 18 ++++ modules_k/usrloc/reg_avps_db.c | 177 +++++++++++++++++++++++++++++++++ modules_k/usrloc/reg_avps_db.h | 10 ++ modules_k/usrloc/ucontact.c | 61 +++++++++--- modules_k/usrloc/ucontact.h | 2 + modules_k/usrloc/udomain.c | 30 ++++-- modules_k/usrloc/ul_mod.c | 6 +- modules_k/usrloc/ul_mod.h | 1 + 8 files changed, 281 insertions(+), 24 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=2230...