On Mon, Oct 20, 2008 at 10:39 AM, Vance Shipley <van
...@motivity.ca> wrote:
> On Mon, Oct 20, 2008 at 02:08:37AM -0700, rags wrote:
> } I have gone through the standards you are trying to implement for the
> } HSS project.
> I am done trying, I have implemented them.
> } I wanted to know your views on LDAP integration for development
> } of open Subscriber information database in IMS.
> I'm not sure if what you have in mind is LDAP access to the subscriber
> data stored in the HSS or storing the subscriber data in another data
> store accessable over LDAP. The latter somewhat defeats one of my
> project goals which was to leverage Mnesia's capabilities. The former
> could be easily accomodated out side of the 3GPP framework if an
> operator wished to do so.
> Recently the 3GPP has considered a "Common Profile Store (CPS)" to
> store user data. The one benefit I could see for my 3Gdb project
> is that I might not need to implement the Sh interface as the ASs
> could access it directly from CPS.
> There is an Erlang application named eldap which provides the LDAP
> protocol. It would be a fairly simple project to allow some access
> to the data stiored in mnesia. It probably wouldn't really require
> anything to changed in the 3Gdb (hss) project.
eldap only provides a LDAP client, so I think it would not be that simple