X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstodr.asn;h=66cadcca2158327c33b3439a095b0e838291d12d;hp=e61dd73fddf40279184aeccabb47a8ac47bfa990;hb=18c13c600539404ef7b6912ded8d3294c178380c;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9 diff --git a/test/tstodr.asn b/test/tstodr.asn index e61dd73..66cadcc 100644 --- a/test/tstodr.asn +++ b/test/tstodr.asn @@ -1,7 +1,6 @@ -- Small ASN.1 spec for tstodr test --- $Id: tstodr.asn,v 1.1 2003-10-27 12:21:38 adam Exp $ -tstodrcodec -{tstodrcodec} DEFINITIONS ::= +test_odrcodec +{test_odrcodec} DEFINITIONS ::= BEGIN MySequence ::= SEQUENCE { first [1] IMPLICIT INTEGER, @@ -11,6 +10,7 @@ MySequence ::= SEQUENCE { fifth [5] IMPLICIT INTEGER { enum1(0), enum2(1) - } + }, + myoid [6] IMPLICIT OBJECT IDENTIFIER } END