~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/asn1/test/asn1_SUITE_data/modified_x420/MTSUpperBounds.asn

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- Module MTSUpperBounds (X.411:06/1999)
 
2
MTSUpperBounds {joint-iso-itu-t mhs(6) mts(3) modules(0) upper-bounds(3)
 
3
  version-1999(1)} DEFINITIONS IMPLICIT TAGS ::=
 
4
BEGIN
 
5
 
 
6
--      Prologue
 
7
--      Exports everything
 
8
IMPORTS -- nothing -- ;
 
9
 
 
10
--      Upper Bounds
 
11
ub-additional-info INTEGER ::= 1024
 
12
 
 
13
ub-bilateral-info INTEGER ::= 1024
 
14
 
 
15
ub-bit-options INTEGER ::= 16
 
16
 
 
17
ub-built-in-content-type INTEGER ::= 32767
 
18
 
 
19
ub-built-in-encoded-information-types INTEGER ::= 32
 
20
 
 
21
ub-certificates INTEGER ::= 64
 
22
 
 
23
ub-common-name-length INTEGER ::= 64
 
24
 
 
25
ub-content-correlator-length INTEGER ::= 512
 
26
 
 
27
ub-content-id-length INTEGER ::= 16
 
28
 
 
29
ub-content-length INTEGER ::= 2147483647 -- the largest integer in 32 bits
 
30
 
 
31
ub-content-types INTEGER ::= 1024
 
32
 
 
33
ub-country-name-alpha-length INTEGER ::= 2
 
34
 
 
35
ub-country-name-numeric-length INTEGER ::= 3
 
36
 
 
37
ub-diagnostic-codes INTEGER ::= 32767
 
38
 
 
39
ub-deliverable-class INTEGER ::= 256
 
40
 
 
41
ub-dl-expansions INTEGER ::= 512
 
42
 
 
43
ub-domain-defined-attributes INTEGER ::= 4
 
44
 
 
45
ub-domain-defined-attribute-type-length INTEGER ::= 8
 
46
 
 
47
ub-domain-defined-attribute-value-length INTEGER ::= 128
 
48
 
 
49
ub-domain-name-length INTEGER ::= 16
 
50
 
 
51
ub-encoded-information-types INTEGER ::= 1024
 
52
 
 
53
ub-extension-attributes INTEGER ::= 256
 
54
 
 
55
ub-extension-types INTEGER ::= 256
 
56
 
 
57
ub-e163-4-number-length INTEGER ::= 15
 
58
 
 
59
ub-e163-4-sub-address-length INTEGER ::= 40
 
60
 
 
61
ub-generation-qualifier-length INTEGER ::= 3
 
62
 
 
63
ub-given-name-length INTEGER ::= 16
 
64
 
 
65
ub-initials-length INTEGER ::= 5
 
66
 
 
67
ub-integer-options INTEGER ::= 256
 
68
 
 
69
ub-labels-and-redirections INTEGER ::= 256
 
70
 
 
71
ub-local-id-length INTEGER ::= 32
 
72
 
 
73
ub-mta-name-length INTEGER ::= 32
 
74
 
 
75
ub-mts-user-types INTEGER ::= 256
 
76
 
 
77
ub-numeric-user-id-length INTEGER ::= 32
 
78
 
 
79
ub-organization-name-length INTEGER ::= 64
 
80
 
 
81
ub-organizational-unit-name-length INTEGER ::= 32
 
82
 
 
83
ub-organizational-units INTEGER ::= 4
 
84
 
 
85
ub-orig-and-dl-expansions INTEGER ::= 513 -- ub-dl-expansions plus one
 
86
 
 
87
ub-password-length INTEGER ::= 62
 
88
 
 
89
ub-pds-name-length INTEGER ::= 16
 
90
 
 
91
ub-pds-parameter-length INTEGER ::= 30
 
92
 
 
93
ub-pds-physical-address-lines INTEGER ::= 6
 
94
 
 
95
ub-postal-code-length INTEGER ::= 16
 
96
 
 
97
ub-privacy-mark-length INTEGER ::= 128
 
98
 
 
99
ub-queue-size INTEGER ::= 2147483647 -- the largest integer in 32 bits
 
100
 
 
101
ub-reason-codes INTEGER ::= 32767
 
102
 
 
103
ub-recipient-number-for-advice-length INTEGER ::= 32
 
104
 
 
105
ub-recipients INTEGER ::= 32767
 
106
 
 
107
ub-redirection-classes INTEGER ::= 256
 
108
 
 
109
ub-redirections INTEGER ::= 512
 
110
 
 
111
ub-restrictions INTEGER ::= 1024
 
112
 
 
113
ub-security-categories INTEGER ::= 64
 
114
 
 
115
ub-security-labels INTEGER ::= 256
 
116
 
 
117
ub-security-problems INTEGER ::= 256
 
118
 
 
119
ub-supplementary-info-length INTEGER ::= 256
 
120
 
 
121
ub-surname-length INTEGER ::= 40
 
122
 
 
123
ub-teletex-private-use-length INTEGER ::= 128
 
124
 
 
125
ub-terminal-id-length INTEGER ::= 24
 
126
 
 
127
ub-transfers INTEGER ::= 512
 
128
 
 
129
ub-tsap-id-length INTEGER ::= 16
 
130
 
 
131
ub-unformatted-address-length INTEGER ::= 180
 
132
 
 
133
ub-universal-generation-qualifier-length INTEGER ::= 16
 
134
 
 
135
ub-universal-given-name-length INTEGER ::= 40
 
136
 
 
137
ub-universal-initials-length INTEGER ::= 16
 
138
 
 
139
ub-universal-surname-length INTEGER ::= 64
 
140
 
 
141
ub-x121-address-length INTEGER ::= 16
 
142
 
 
143
END -- of MTSUpperBounds
 
144
 
 
145
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
 
146