14
0
Fork 0
mirror of https://gerrit.osmocom.org/asn1c synced 2024-08-06 08:56:22 +00:00
asn1c/tests/58-param-OK.asn1.-EF

20 lines
432 B
Text
Raw Normal View History

ModuleTestParam {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
58 }
DEFINITIONS ::=
BEGIN
DirectoryString{INTEGER:maxSize} ::= CHOICE {
teletexString TeletexString (SIZE(1..maxSize)),
utf8String UTF8String (SIZE(1..maxSize))
}
DS1 ::= CHOICE {
teletexString TeletexString (SIZE(1..128)),
utf8String UTF8String (SIZE(1..128))
}
ub-name INTEGER ::= 128
END