Status: Accepted
Owner: [email protected]
CC: [email protected], [email protected], [email protected]
Labels: Type-Defect Priority-Medium Component-SS7 Roadmap-Fix
Version-2.0.0.BETA4
New issue 204 by [email protected]: Some updates for messageflow in
TCAP/MAO/CAP layers
http://code.google.com/p/jss7/issues/detail?id=204
There are several problems in TCAP/MAP/CAP layers messageflow to be fixed:
1. If there is no outgoing sent active Invoke for incoming ReturnResult,
ReturnResultLast and ReturnError components no Reject messages are sent back
2. Bug in MAP/CAP layers - if there is a bad component in the list of
incoming componenets - next components will not be processed (but they
should be processed)
3. InvokeTimeouts need not be invoked for Invokes class 2 and 4 (for which
operations no respones is possible). But for operations class 2
invokeTimeout should be invoked if for this operation. I mean that after a
timeout occur we need to remove an operation from "operationsSent" list but
does not invoke TCListener.onInvokeTimeout() event.