From Clemens Auer:
[obnox/wireshark/wip.git] / asn1 / camel / CAP-U-ABORT-Data.asn
1 -- $Id$
2 -- 3GPP TS 29.078 9.2.0 (2010-06)
3 -- 5.7  User Abort Data
4 CAP-U-ABORT-Data {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) umts-network(1) modules(3) cap-u-abort-data(110) version8(7)}
5
6 DEFINITIONS ::= BEGIN
7
8 id-CAP-U-ABORT-Reason OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) umts-Network(1) as(1) cap-u-abort-reason(2) version3(2)}
9
10 cAP-U-ABORT-Reason-Abstract-Syntax ABSTRACT-SYNTAX ::= {CAP-U-ABORT-REASON IDENTIFIED BY
11 id-CAP-U-ABORT-Reason}
12
13 CAP-U-ABORT-REASON ::= ENUMERATED {
14         no-reason-given                         (1),
15         application-timer-expired       (2),
16         not-allowed-procedures          (3),
17         abnormal-processing                     (4),
18         congestion                                      (5),
19         invalid-reference                       (6),
20         missing-reference                       (7),
21         overlapping-dialogue            (8)
22         }
23 -- application-timer-expired    shall be set when application timer (e.g. Tssf) is expired.
24 -- not-allowed-procedures               shall be set when received signal is not allowed in CAP
25 --                                                              procedures.
26 --                                                              For example, when a class 4 operation is received from the
27 --                                                              gsmSCF and the operation is not allowed in gsmSSF FSM.
28 --                                                              (gsmSSF FSM cannot continue state transition). (e.g. ReleaseCall
29 --                                                              operation received in Waiting for End of Temporary Connection
30 --                                                              state.)
31 -- abnormal-processing                  shall be set when abnormal procedures occur at entity action.
32 -- congestion                                   shall be set when requested resource is unavailable due to
33 --                                                              congestion at TC user (CAP) level.
34 -- invalid-reference                    shall be set if the received destinationReference is unknown or
35 --                                                              for a known destination Reference the received originationReference
36 --                                                              does not match with the stored originationReference.
37 --                                                              This abort reason is used for CAP defined GPRS-ReferenceNumber.
38 -- missing-reference                    shall be set when the destinationReference or the
39 --                                                              originationReference is absent in the received message but is
40 --                                                              required to be present according to the procedures in
41 --                                                              subclause 14.1.7.
42 --                                                              This abort reason is used for CAP defined GPRS ReferenceNumber.
43 -- overlapping-dialogue                 shall be used by the gprsSSF to indicate to the gsmSCF that a
44 --                                                              specific instance already has a TC dialogue open. This error
45 --                                                              cause is typically obtained when both the gsmSCF and gprsSSF
46 --                                                              open a new dialogue at the same time.
47 -- no-reason-given                              shall be set when any other reasons above do not apply
48 END -- of CAP-U-ABORT-Data
49