Open GoogleCodeExporter opened 9 years ago
Updated patch.
Gx and Ro were missing a break between case IDLE and case OPEN.
Previously this didn't cause a problem as case OPEN did not have a default
case. But with the default case this now causes issues.
Original comment by richard....@smilecoms.com
on 24 Jul 2014 at 10:11
Attachments:
Updated patch.
Original comment by richard....@smilecoms.com
on 25 Jul 2014 at 3:13
Attachments:
Updated patch.
For some Diameter applications sessionData.getCxDxSessionState() throws an
IllegalStateException, for other Diameter applications
sessionData.getServerRoSessionState() does not throw an exception but returns
null.
To fix this we add this each time this function is called:
if (state == null) {
throw new IllegalStateException("state is null");
}
Original comment by richard....@smilecoms.com
on 8 Aug 2014 at 11:18
Attachments:
Original issue reported on code.google.com by
richard....@smilecoms.com
on 16 Jul 2014 at 2:13Attachments: