aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel/CAP-U-ABORT-Data.asn
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-07-04 13:27:44 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-07-04 13:27:44 +0000
commitde416e9532c1a2c46177c662e8e71fc6af971333 (patch)
treed5deb4491a109d1fd1c500e91798cefa8b281e1f /asn1/camel/CAP-U-ABORT-Data.asn
parent830903c56a9ce5701447a0e3592815294a85b420 (diff)
Preparations for updated CAMEL dissector.
svn path=/trunk/; revision=22239
Diffstat (limited to 'asn1/camel/CAP-U-ABORT-Data.asn')
-rw-r--r--asn1/camel/CAP-U-ABORT-Data.asn48
1 files changed, 48 insertions, 0 deletions
diff --git a/asn1/camel/CAP-U-ABORT-Data.asn b/asn1/camel/CAP-U-ABORT-Data.asn
new file mode 100644
index 0000000000..308c9c5c78
--- /dev/null
+++ b/asn1/camel/CAP-U-ABORT-Data.asn
@@ -0,0 +1,48 @@
+-- $Id$
+-- 3GPP TS 29.078 7.3.0 (2006-06)
+-- 5.7 User Abort Data
+CAP-U-ABORT-Data {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) umts-network(1) modules(3) cap-u-abort-data(110) version5(4)}
+
+DEFINITIONS ::= BEGIN
+
+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)}
+
+cAP-U-ABORT-Reason-Abstract-Syntax ABSTRACT-SYNTAX ::= {CAP-U-ABORT-REASON IDENTIFIED BY
+id-CAP-U-ABORT-Reason}
+
+CAP-U-ABORT-REASON ::= ENUMERATED {
+ no-reason-given (1),
+ application-timer-expired (2),
+ not-allowed-procedures (3),
+ abnormal-processing (4),
+ congestion (5),
+ invalid-reference (6),
+ missing-reference (7),
+ overlapping-dialogue (8)
+ }
+-- application-timer-expired shall be set when application timer (e.g. Tssf) is expired.
+-- not-allowed-procedures shall be set when received signal is not allowed in CAP
+-- procedures.
+-- For example, when a class 4 operation is received from the
+-- gsmSCF and the operation is not allowed in gsmSSF FSM.
+-- (gsmSSF FSM cannot continue state transition). (e.g. ReleaseCall
+-- operation received in Waiting for End of Temporary Connection
+-- state.)
+-- abnormal-processing shall be set when abnormal procedures occur at entity action.
+-- congestion shall be set when requested resource is unavailable due to
+-- congestion at TC user (CAP) level.
+-- invalid-reference shall be set if the received destinationReference is unknown or
+-- for a known destination Reference the received originationReference
+-- does not match with the stored originationReference.
+-- This abort reason is used for CAP defined GPRS-ReferenceNumber.
+-- missing-reference shall be set when the destinationReference or the
+-- originationReference is absent in the received message but is
+-- required to be present according to the procedures in
+-- subclause 14.1.7.
+-- This abort reason is used for CAP defined GPRS-ReferenceNumber.
+-- overlapping-dialogue shall be used by the gprsSSF to indicate to the gsmSCF that a
+-- specific instance already has a TC dialogue open. This error
+-- cause is typically obtained when both the gsmSCF and gprsSSF
+-- open a new dialogue at the same time.
+-- no-reason-given shall be set when any other reasons above do not apply
+END -- of CAP-U-ABORT-Data