1-- Generated by Asnp, the pretty-printer of France Telecom R&D (http://asn1.elibel.tm.fr/asnp/)
2TCAP-Tools {itu-t recommendation q 775 modules(2) tools(1) version1(1)}
3DEFINITIONS ::=
4BEGIN
5
6EXPORTS
7	cancel,
8	cancelFailed,
9	cancelled
10;
11
12IMPORTS
13  OPERATION, ERROR
14    FROM Remote-Operations-Information-Objects {joint-iso-itu-t
15      remote-operations(4) informationObjects(5) version1(0)}
16
17  TCInvokeIdSet
18    FROM TCAPMessages {itu-t recommendation q 773 modules(2) messages(1)
19      version3(3)}
20;
21
22cancel OPERATION ::= {
23  ARGUMENT  present < TCInvokeIdSet
24  -- a TC-user may redefine this type to include
25  -- an empty result so that it becomes a Class 1 operation
26  ERRORS    {cancelFailed}
27}
28
29-- timer = 15 s
30cancelFailed ERROR ::= {
31  PARAMETER
32    SET {problem   [0]  CancelProblem,
33         invokeId  [1]  present < TCInvokeIdSet}
34}
35
36CancelProblem ::= ENUMERATED {
37  unknownInvocation(0), tooLate(1), notCancellable(2)}
38
39-- a TC-user may redefine this type to include application-specific problems
40cancelled ERROR ::=
41  {}
42
43-- an error of this type should be included in the error list of cancellable operations
44END
45
46-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
47
48