~ubuntu-branches/ubuntu/intrepid/asn1c/intrepid

« back to all changes in this revision

Viewing changes to tests/58-param-OK.asn1.-EF

  • Committer: Bazaar Package Importer
  • Author(s): W. Borgert
  • Date: 2005-05-28 12:36:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050528123642-3h6kstws5u0xcovl
Tags: upstream-0.9.14
ImportĀ upstreamĀ versionĀ 0.9.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ModuleTestParam { iso org(3) dod(6) internet(1) private(4) enterprise(1)
 
2
        spelio(9363) software(1) asn1c(5) test(1) 58 }
 
3
DEFINITIONS ::=
 
4
BEGIN
 
5
 
 
6
DirectoryString{INTEGER:maxSize} ::= CHOICE {
 
7
    teletexString        TeletexString (SIZE(1..maxSize)),
 
8
    utf8String   UTF8String (SIZE(1..maxSize))
 
9
}
 
10
 
 
11
DS1 ::= CHOICE {
 
12
    teletexString        TeletexString (SIZE(1..128)),
 
13
    utf8String   UTF8String (SIZE(1..128))
 
14
}
 
15
 
 
16
ub-name INTEGER ::= 128
 
17
 
 
18
END