asn1c/tests/58-param-OK.asn1.-EF

16 lines
355 B
Plaintext
Raw Normal View History

2005-03-18 03:53:05 +00:00
ModuleTestParam { iso org(3) dod(6) internet(1) private(4) enterprise(1)
spelio(9363) software(1) asn1c(5) test(1) 58 }
2004-09-05 10:44:13 +00:00
DEFINITIONS ::=
BEGIN
DirectoryString{INTEGER:maxSize} ::= CHOICE {
teletexString TeletexString (SIZE(1..maxSize)),
utf8String UTF8String (SIZE(1..maxSize))
}
2006-03-21 03:40:38 +00:00
DS1 ::= DirectoryString{ub-name}
2004-09-05 10:44:13 +00:00
ub-name INTEGER ::= 128
END