aboutsummaryrefslogtreecommitdiff
path: root/csta/source-files/asn1-source/CSTA-data-call-types.asn1
diff options
context:
space:
mode:
Diffstat (limited to 'csta/source-files/asn1-source/CSTA-data-call-types.asn1')
-rw-r--r--csta/source-files/asn1-source/CSTA-data-call-types.asn119
1 files changed, 19 insertions, 0 deletions
diff --git a/csta/source-files/asn1-source/CSTA-data-call-types.asn1 b/csta/source-files/asn1-source/CSTA-data-call-types.asn1
new file mode 100644
index 0000000..c8de3bd
--- /dev/null
+++ b/csta/source-files/asn1-source/CSTA-data-call-types.asn1
@@ -0,0 +1,19 @@
+CSTA-data-call-types
+ { iso( 1) identified-organization( 3) icd-ecma( 12)
+ standard( 0) csta3( 285) data-call-types( 134) }
+
+DEFINITIONS ::=
+BEGIN
+
+EXPORTS
+NumberOfChannels, MaxChannelBind, ConnectionRateList, DelayToleranceList;
+
+NumberOfChannels ::= INTEGER
+
+MaxChannelBind ::= INTEGER
+
+ConnectionRateList ::= SEQUENCE OF INTEGER
+
+DelayToleranceList ::= SEQUENCE OF INTEGER
+
+END -- of CSTA-data-call-types