aboutsummaryrefslogtreecommitdiffstats
path: root/tests/23-bits-OK.asn1.-EF
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-06-28 21:13:22 +0000
committerLev Walkin <vlm@lionet.info>2004-06-28 21:13:22 +0000
commit5bbff1e08cbaf5aaa4f71e85b3cbdba46da34468 (patch)
tree42f22d353e1b0da0627d19637293b6fc55d375cd /tests/23-bits-OK.asn1.-EF
parente88268828eff58b4bbaf7d70b06f373d39a735e9 (diff)
removed -N command-line argument
Diffstat (limited to 'tests/23-bits-OK.asn1.-EF')
-rw-r--r--tests/23-bits-OK.asn1.-EF20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/23-bits-OK.asn1.-EF b/tests/23-bits-OK.asn1.-EF
new file mode 100644
index 00000000..a3e15a5a
--- /dev/null
+++ b/tests/23-bits-OK.asn1.-EF
@@ -0,0 +1,20 @@
+
+ModuleTestBitString {iso(-1) org(3) dod(6) internet(1) private(4)
+ enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
+ 23 }
+DEFINITIONS AUTOMATIC TAGS ::=
+BEGIN
+
+v28 INTEGER ::= 28
+
+BS1 ::= BIT STRING {
+ first(0),
+ third(2),
+ twenty-eight(28)
+}
+
+one-zero-one BS1 ::= '101'B
+
+one0one BS1 ::= '101'B
+
+END