aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/q932/Interpretation-component.asn
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/q932/Interpretation-component.asn')
-rw-r--r--epan/dissectors/asn1/q932/Interpretation-component.asn24
1 files changed, 24 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/q932/Interpretation-component.asn b/epan/dissectors/asn1/q932/Interpretation-component.asn
new file mode 100644
index 0000000000..ebc9676379
--- /dev/null
+++ b/epan/dissectors/asn1/q932/Interpretation-component.asn
@@ -0,0 +1,24 @@
+-- Interpretation-component.asn
+--
+-- Taken from ITU ASN.1 database
+-- http://www.itu.int/ITU-T/asn1/database/itu-t/q/q932/1998-Amd1/Interpretation-component.asn
+--
+
+-- Module Interpretation-component (Q.932:05/1998)
+Interpretation-component {iso(1) standard(0) pss1-generic-procedures(11582)
+ interpretation-component(3)} DEFINITIONS ::=
+BEGIN
+
+EXPORTS InterpretationComponent;
+
+InterpretationComponent ::= [11] IMPLICIT ENUMERATED {
+ discardAnyUnrecognisedInvokePdu(0), clearCallIfAnyInvokePduNotRecognised(1),
+ rejectAnyUnrecognisedInvokePdu(2)
+ -- this coding is implied by the absence of an
+ -- Interpretation Component.
+ }
+
+END -- component
+
+-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
+