diff options
Diffstat (limited to 'csta/source-files/asn1-source/out-of-service-event.asn1')
-rw-r--r-- | csta/source-files/asn1-source/out-of-service-event.asn1 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/csta/source-files/asn1-source/out-of-service-event.asn1 b/csta/source-files/asn1-source/out-of-service-event.asn1 new file mode 100644 index 0000000..e3eba6c --- /dev/null +++ b/csta/source-files/asn1-source/out-of-service-event.asn1 @@ -0,0 +1,26 @@ +CSTA-out-of-service-event
+ { iso( 1) identified-organization( 3) icd-ecma( 12)
+ standard( 0) csta3( 285) out-of-service-event( 335) }
+
+DEFINITIONS ::=
+BEGIN
+
+IMPORTS
+
+-- Data Types --
+EventCause FROM CSTA-event-causes
+ { iso( 1) identified-organization( 3) icd-ecma( 12)
+ standard( 0) csta3( 285) event-causes( 121) }
+SubjectDeviceID FROM CSTA-device-identifiers
+ { iso( 1) identified-organization( 3) icd-ecma( 12)
+ standard( 0) csta3( 285) device-identifiers( 123) }
+CSTACommonArguments FROM CSTA-extension-types
+ { iso( 1) identified-organization( 3) icd-ecma( 12)
+ standard( 0) csta3( 285) extension-types( 129) };
+
+OutOfServiceEvent ::= SEQUENCE
+{ device SubjectDeviceID,
+ cause EventCause OPTIONAL,
+ extensions CSTACommonArguments OPTIONAL }
+
+END -- of CSTA-out-of-service-event
|