aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/h460/CALL-PARTY-CATEGORY.asn
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/h460/CALL-PARTY-CATEGORY.asn')
-rw-r--r--epan/dissectors/asn1/h460/CALL-PARTY-CATEGORY.asn23
1 files changed, 23 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/h460/CALL-PARTY-CATEGORY.asn b/epan/dissectors/asn1/h460/CALL-PARTY-CATEGORY.asn
new file mode 100644
index 0000000000..2bddb58629
--- /dev/null
+++ b/epan/dissectors/asn1/h460/CALL-PARTY-CATEGORY.asn
@@ -0,0 +1,23 @@
+-- CALL-PARTY-CATEGORY.asn
+--
+-- Taken from ITU ASN.1 database
+-- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h460.10/2004/CALL-PARTY-CATEGORY.asn
+--
+
+-- Module CALL-PARTY-CATEGORY (H.460.10:03/2004)
+CALL-PARTY-CATEGORY DEFINITIONS AUTOMATIC TAGS ::=
+BEGIN
+
+CallPartyCategoryInfo ::= SEQUENCE {
+ callPartyCategory CallPartyCategory OPTIONAL,
+ originatingLineInfo OriginatingLineInfo OPTIONAL,
+ ...
+}
+
+CallPartyCategory ::= INTEGER(0..255)
+
+OriginatingLineInfo ::= INTEGER(0..255)
+
+END
+
+-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D