Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 44 by [email protected]: S6a RA fix for client side
http://code.google.com/p/jdiameter/issues/detail?id=44

When using S6a as a client there were a number of problems:

Number 1:
org.mobicents.slee.resource.diameter.s6a.S6aServerSessionImpl there is no method to create DeleteSubscriberDataRequest (even though the Server should be able to create these requests)

Number 2:
org.jdiameter.client.impl.helpers.Parameters.MessageTimeOut.DiameterS6aResourceAdaptor
Typo on line 912 (Server is used instead of client)
Should be:
((org.jdiameter.client.impl.app.s6a.S6aClientSessionImpl) session).processRequest(request);

Number 3:
org.mobicents.slee.resource.diameter.s6a.EventIDCache
There is no event for DeleteSubscriberDataRequest

The attached patch fixes all three of these issues (They are small changes and completely separate so easy to read within this single patch)

Attachments:
        s6a_for_client.patch  2.9 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to