aboutsummaryrefslogtreecommitdiffstats
path: root/tests/99-class-sample-OK.asn1
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-03-21 07:54:45 +0000
committerLev Walkin <vlm@lionet.info>2006-03-21 07:54:45 +0000
commit1775697d9c9e2df31d12f624b36726f06fd55fb5 (patch)
tree8aaf62e0146adf0d9e106c81913487232c3f0c4f /tests/99-class-sample-OK.asn1
parent557f27defc818855427f155836624d0bdccfe52d (diff)
object set
Diffstat (limited to 'tests/99-class-sample-OK.asn1')
-rw-r--r--tests/99-class-sample-OK.asn15
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/99-class-sample-OK.asn1 b/tests/99-class-sample-OK.asn1
index aa9d5947..28e222f4 100644
--- a/tests/99-class-sample-OK.asn1
+++ b/tests/99-class-sample-OK.asn1
@@ -18,6 +18,10 @@ BEGIN
&Type OPTIONAL
} WITH SYNTAX { [TYPE &Type] [WITH CODE &code] IDENTIFIED BY &id }
+ SampleClassObjectSet SAMPLE-CLASS ::= {
+ request-Whatever | respond-Stuff | request-Status | request-Salt
+ }
+
request-Whatever SAMPLE-CLASS
::= { IDENTIFIED BY request-whatever }
@@ -35,7 +39,6 @@ BEGIN
request-whatever RELATIVE-OID ::= { 1 1 5 }
response-stuff RELATIVE-OID ::= { 2 0 1 }
-
SampleType ::= SEQUENCE { ... }
Salt ::= SET { ... }