summaryrefslogtreecommitdiff
path: root/lib/CSTA-routeing-mode-event.asn1
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CSTA-routeing-mode-event.asn1')
-rw-r--r--lib/CSTA-routeing-mode-event.asn123
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/CSTA-routeing-mode-event.asn1 b/lib/CSTA-routeing-mode-event.asn1
deleted file mode 100644
index 635cd86..0000000
--- a/lib/CSTA-routeing-mode-event.asn1
+++ /dev/null
@@ -1,23 +0,0 @@
-CSTA-routeing-mode-event
- { iso( 1) identified-organization( 3) icd-ecma( 12)
- standard( 0) csta3( 285) routeing-mode-event( 332) }
-
-DEFINITIONS ::=
-BEGIN
-
-IMPORTS
-
--- Data Types --
-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) };
-
-RouteingModeEvent ::= SEQUENCE
-{ device SubjectDeviceID,
- routeingMode BOOLEAN,
- extensions CSTACommonArguments OPTIONAL }
-
-END -- of CSTA-routeing-mode-event