aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rtse/rtse.asn
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-11-14 20:57:55 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-11-14 20:57:55 +0000
commit4a285928bb8ee420357d0570e62f20d39f471720 (patch)
tree069b599b07be4d54a01a76014398f1293eb163d6 /asn1/rtse/rtse.asn
parent7bed7953f61bcb42ee1f988bd005e8fe41cbcf69 (diff)
Changed to use the the packet-ber EXTERNAL decoding (into the ASN1 context).
Uses the ber_callback mechanism to call the rtse oid callbacks, rather than the default ber oid callback list. A couple of fixes to packet-ber.c to mark [in]direct references as present and call the ber_callback if it has been specified. svn path=/trunk/; revision=23450
Diffstat (limited to 'asn1/rtse/rtse.asn')
-rw-r--r--asn1/rtse/rtse.asn18
1 files changed, 0 insertions, 18 deletions
diff --git a/asn1/rtse/rtse.asn b/asn1/rtse/rtse.asn
index e481f358ee..dce9ca1af9 100644
--- a/asn1/rtse/rtse.asn
+++ b/asn1/rtse/rtse.asn
@@ -136,24 +136,6 @@ AbortReason ::= INTEGER {
userError(6), -- user-abort solely in normal mode
transferCompleted(7) -- activity can't be discarded--}
--- I can't use the ACSE External as it dispatches out of the
--- ber_callbacks and I want to dispatch out of the rtse_callbacks
-
--- Workaround for bug in asn2wrs in the .cnf file
--- to handle the lack of support for tagged assignments.
--- remove that workaround once asn2wrs learns how to handle
--- tagged assignments.
-EXTERNALt ::= [UNIVERSAL 8] IMPLICIT SEQUENCE
- {
- direct-reference OBJECT IDENTIFIER OPTIONAL,
- indirect-reference INTEGER OPTIONAL,
- data-value-descriptor ObjectDescriptor OPTIONAL,
- encoding CHOICE
- {single-ASN1-type [0] ANY,
- octet-aligned [1] IMPLICIT OCTET STRING,
- arbitrary [2] IMPLICIT BIT STRING}
- }
-
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D