Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / net / ipv4 / netfilter / ip_conntrack_helper_h323_types.c
1 /* Generated by Jing Min Zhao's ASN.1 parser, Apr 20 2006
2  *
3  * Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net>
4  *
5  * This source code is licensed under General Public License version 2.
6  */
7
8 static field_t _TransportAddress_ipAddress[] = {        /* SEQUENCE */
9         {FNAME("ip") OCTSTR, FIXD, 4, 0, DECODE,
10          offsetof(TransportAddress_ipAddress, ip), NULL},
11         {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
12 };
13
14 static field_t _TransportAddress_ipSourceRoute_route[] = {      /* SEQUENCE OF */
15         {FNAME("item") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
16 };
17
18 static field_t _TransportAddress_ipSourceRoute_routing[] = {    /* CHOICE */
19         {FNAME("strict") NUL, FIXD, 0, 0, SKIP, 0, NULL},
20         {FNAME("loose") NUL, FIXD, 0, 0, SKIP, 0, NULL},
21 };
22
23 static field_t _TransportAddress_ipSourceRoute[] = {    /* SEQUENCE */
24         {FNAME("ip") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
25         {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
26         {FNAME("route") SEQOF, SEMI, 0, 0, SKIP, 0,
27          _TransportAddress_ipSourceRoute_route},
28         {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0,
29          _TransportAddress_ipSourceRoute_routing},
30 };
31
32 static field_t _TransportAddress_ipxAddress[] = {       /* SEQUENCE */
33         {FNAME("node") OCTSTR, FIXD, 6, 0, SKIP, 0, NULL},
34         {FNAME("netnum") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
35         {FNAME("port") OCTSTR, FIXD, 2, 0, SKIP, 0, NULL},
36 };
37
38 static field_t _TransportAddress_ip6Address[] = {       /* SEQUENCE */
39         {FNAME("ip") OCTSTR, FIXD, 16, 0, SKIP, 0, NULL},
40         {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL},
41 };
42
43 static field_t _H221NonStandard[] = {   /* SEQUENCE */
44         {FNAME("t35CountryCode") INT, BYTE, 0, 0, SKIP, 0, NULL},
45         {FNAME("t35Extension") INT, BYTE, 0, 0, SKIP, 0, NULL},
46         {FNAME("manufacturerCode") INT, WORD, 0, 0, SKIP, 0, NULL},
47 };
48
49 static field_t _NonStandardIdentifier[] = {     /* CHOICE */
50         {FNAME("object") OID, BYTE, 0, 0, SKIP, 0, NULL},
51         {FNAME("h221NonStandard") SEQ, 0, 3, 3, SKIP | EXT, 0,
52          _H221NonStandard},
53 };
54
55 static field_t _NonStandardParameter[] = {      /* SEQUENCE */
56         {FNAME("nonStandardIdentifier") CHOICE, 1, 2, 2, SKIP | EXT, 0,
57          _NonStandardIdentifier},
58         {FNAME("data") OCTSTR, SEMI, 0, 0, SKIP, 0, NULL},
59 };
60
61 static field_t _TransportAddress[] = {  /* CHOICE */
62         {FNAME("ipAddress") SEQ, 0, 2, 2, DECODE,
63          offsetof(TransportAddress, ipAddress), _TransportAddress_ipAddress},
64         {FNAME("ipSourceRoute") SEQ, 0, 4, 4, SKIP | EXT, 0,
65          _TransportAddress_ipSourceRoute},
66         {FNAME("ipxAddress") SEQ, 0, 3, 3, SKIP, 0,
67          _TransportAddress_ipxAddress},
68         {FNAME("ip6Address") SEQ, 0, 2, 2, SKIP | EXT, 0,
69          _TransportAddress_ip6Address},
70         {FNAME("netBios") OCTSTR, FIXD, 16, 0, SKIP, 0, NULL},
71         {FNAME("nsap") OCTSTR, 5, 1, 0, SKIP, 0, NULL},
72         {FNAME("nonStandardAddress") SEQ, 0, 2, 2, SKIP, 0,
73          _NonStandardParameter},
74 };
75
76 static field_t _AliasAddress[] = {      /* CHOICE */
77         {FNAME("dialedDigits") NUMDGT, 7, 1, 0, SKIP, 0, NULL},
78         {FNAME("h323-ID") BMPSTR, BYTE, 1, 0, SKIP, 0, NULL},
79         {FNAME("url-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL},
80         {FNAME("transportID") CHOICE, 3, 7, 7, SKIP | EXT, 0, NULL},
81         {FNAME("email-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL},
82         {FNAME("partyNumber") CHOICE, 3, 5, 5, SKIP | EXT, 0, NULL},
83         {FNAME("mobileUIM") CHOICE, 1, 2, 2, SKIP | EXT, 0, NULL},
84 };
85
86 static field_t _Setup_UUIE_sourceAddress[] = {  /* SEQUENCE OF */
87         {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress},
88 };
89
90 static field_t _VendorIdentifier[] = {  /* SEQUENCE */
91         {FNAME("vendor") SEQ, 0, 3, 3, SKIP | EXT, 0, _H221NonStandard},
92         {FNAME("productId") OCTSTR, BYTE, 1, 0, SKIP | OPT, 0, NULL},
93         {FNAME("versionId") OCTSTR, BYTE, 1, 0, SKIP | OPT, 0, NULL},
94 };
95
96 static field_t _GatekeeperInfo[] = {    /* SEQUENCE */
97         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
98          _NonStandardParameter},
99 };
100
101 static field_t _H310Caps[] = {  /* SEQUENCE */
102         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
103          _NonStandardParameter},
104         {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
105         {FNAME("supportedPrefixes") SEQOF, SEMI, 0, 0, SKIP, 0, NULL},
106 };
107
108 static field_t _H320Caps[] = {  /* SEQUENCE */
109         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
110          _NonStandardParameter},
111         {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
112         {FNAME("supportedPrefixes") SEQOF, SEMI, 0, 0, SKIP, 0, NULL},
113 };
114
115 static field_t _H321Caps[] = {  /* SEQUENCE */
116         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
117          _NonStandardParameter},
118         {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
119         {FNAME("supportedPrefixes") SEQOF, SEMI, 0, 0, SKIP, 0, NULL},
120 };
121
122 static field_t _H322Caps[] = {  /* SEQUENCE */
123         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
124          _NonStandardParameter},
125         {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
126         {FNAME("supportedPrefixes") SEQOF, SEMI, 0, 0, SKIP, 0, NULL},
127 };
128
129 static field_t _H323Caps[] = {  /* SEQUENCE */
130         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
131          _NonStandardParameter},
132         {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
133         {FNAME("supportedPrefixes") SEQOF, SEMI, 0, 0, SKIP, 0, NULL},
134 };
135
136 static field_t _H324Caps[] = {  /* SEQUENCE */
137         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
138          _NonStandardParameter},
139         {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
140         {FNAME("supportedPrefixes") SEQOF, SEMI, 0, 0, SKIP, 0, NULL},
141 };
142
143 static field_t _VoiceCaps[] = { /* SEQUENCE */
144         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
145          _NonStandardParameter},
146         {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
147         {FNAME("supportedPrefixes") SEQOF, SEMI, 0, 0, SKIP, 0, NULL},
148 };
149
150 static field_t _T120OnlyCaps[] = {      /* SEQUENCE */
151         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
152          _NonStandardParameter},
153         {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
154         {FNAME("supportedPrefixes") SEQOF, SEMI, 0, 0, SKIP, 0, NULL},
155 };
156
157 static field_t _SupportedProtocols[] = {        /* CHOICE */
158         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP, 0,
159          _NonStandardParameter},
160         {FNAME("h310") SEQ, 1, 1, 3, SKIP | EXT, 0, _H310Caps},
161         {FNAME("h320") SEQ, 1, 1, 3, SKIP | EXT, 0, _H320Caps},
162         {FNAME("h321") SEQ, 1, 1, 3, SKIP | EXT, 0, _H321Caps},
163         {FNAME("h322") SEQ, 1, 1, 3, SKIP | EXT, 0, _H322Caps},
164         {FNAME("h323") SEQ, 1, 1, 3, SKIP | EXT, 0, _H323Caps},
165         {FNAME("h324") SEQ, 1, 1, 3, SKIP | EXT, 0, _H324Caps},
166         {FNAME("voice") SEQ, 1, 1, 3, SKIP | EXT, 0, _VoiceCaps},
167         {FNAME("t120-only") SEQ, 1, 1, 3, SKIP | EXT, 0, _T120OnlyCaps},
168         {FNAME("nonStandardProtocol") SEQ, 2, 3, 3, SKIP | EXT, 0, NULL},
169         {FNAME("t38FaxAnnexbOnly") SEQ, 2, 5, 5, SKIP | EXT, 0, NULL},
170 };
171
172 static field_t _GatewayInfo_protocol[] = {      /* SEQUENCE OF */
173         {FNAME("item") CHOICE, 4, 9, 11, SKIP | EXT, 0, _SupportedProtocols},
174 };
175
176 static field_t _GatewayInfo[] = {       /* SEQUENCE */
177         {FNAME("protocol") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
178          _GatewayInfo_protocol},
179         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
180          _NonStandardParameter},
181 };
182
183 static field_t _McuInfo[] = {   /* SEQUENCE */
184         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
185          _NonStandardParameter},
186         {FNAME("protocol") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
187 };
188
189 static field_t _TerminalInfo[] = {      /* SEQUENCE */
190         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
191          _NonStandardParameter},
192 };
193
194 static field_t _EndpointType[] = {      /* SEQUENCE */
195         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
196          _NonStandardParameter},
197         {FNAME("vendor") SEQ, 2, 3, 3, SKIP | EXT | OPT, 0,
198          _VendorIdentifier},
199         {FNAME("gatekeeper") SEQ, 1, 1, 1, SKIP | EXT | OPT, 0,
200          _GatekeeperInfo},
201         {FNAME("gateway") SEQ, 2, 2, 2, SKIP | EXT | OPT, 0, _GatewayInfo},
202         {FNAME("mcu") SEQ, 1, 1, 2, SKIP | EXT | OPT, 0, _McuInfo},
203         {FNAME("terminal") SEQ, 1, 1, 1, SKIP | EXT | OPT, 0, _TerminalInfo},
204         {FNAME("mc") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
205         {FNAME("undefinedNode") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
206         {FNAME("set") BITSTR, FIXD, 32, 0, SKIP | OPT, 0, NULL},
207         {FNAME("supportedTunnelledProtocols") SEQOF, SEMI, 0, 0, SKIP | OPT,
208          0, NULL},
209 };
210
211 static field_t _Setup_UUIE_destinationAddress[] = {     /* SEQUENCE OF */
212         {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress},
213 };
214
215 static field_t _Setup_UUIE_destExtraCallInfo[] = {      /* SEQUENCE OF */
216         {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress},
217 };
218
219 static field_t _Setup_UUIE_destExtraCRV[] = {   /* SEQUENCE OF */
220         {FNAME("item") INT, WORD, 0, 0, SKIP, 0, NULL},
221 };
222
223 static field_t _Setup_UUIE_conferenceGoal[] = { /* CHOICE */
224         {FNAME("create") NUL, FIXD, 0, 0, SKIP, 0, NULL},
225         {FNAME("join") NUL, FIXD, 0, 0, SKIP, 0, NULL},
226         {FNAME("invite") NUL, FIXD, 0, 0, SKIP, 0, NULL},
227         {FNAME("capability-negotiation") NUL, FIXD, 0, 0, SKIP, 0, NULL},
228         {FNAME("callIndependentSupplementaryService") NUL, FIXD, 0, 0, SKIP,
229          0, NULL},
230 };
231
232 static field_t _Q954Details[] = {       /* SEQUENCE */
233         {FNAME("conferenceCalling") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
234         {FNAME("threePartyService") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
235 };
236
237 static field_t _QseriesOptions[] = {    /* SEQUENCE */
238         {FNAME("q932Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
239         {FNAME("q951Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
240         {FNAME("q952Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
241         {FNAME("q953Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
242         {FNAME("q955Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
243         {FNAME("q956Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
244         {FNAME("q957Full") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
245         {FNAME("q954Info") SEQ, 0, 2, 2, SKIP | EXT, 0, _Q954Details},
246 };
247
248 static field_t _CallType[] = {  /* CHOICE */
249         {FNAME("pointToPoint") NUL, FIXD, 0, 0, SKIP, 0, NULL},
250         {FNAME("oneToN") NUL, FIXD, 0, 0, SKIP, 0, NULL},
251         {FNAME("nToOne") NUL, FIXD, 0, 0, SKIP, 0, NULL},
252         {FNAME("nToN") NUL, FIXD, 0, 0, SKIP, 0, NULL},
253 };
254
255 static field_t _H245_NonStandardIdentifier_h221NonStandard[] = {        /* SEQUENCE */
256         {FNAME("t35CountryCode") INT, BYTE, 0, 0, SKIP, 0, NULL},
257         {FNAME("t35Extension") INT, BYTE, 0, 0, SKIP, 0, NULL},
258         {FNAME("manufacturerCode") INT, WORD, 0, 0, SKIP, 0, NULL},
259 };
260
261 static field_t _H245_NonStandardIdentifier[] = {        /* CHOICE */
262         {FNAME("object") OID, BYTE, 0, 0, SKIP, 0, NULL},
263         {FNAME("h221NonStandard") SEQ, 0, 3, 3, SKIP, 0,
264          _H245_NonStandardIdentifier_h221NonStandard},
265 };
266
267 static field_t _H245_NonStandardParameter[] = { /* SEQUENCE */
268         {FNAME("nonStandardIdentifier") CHOICE, 1, 2, 2, SKIP, 0,
269          _H245_NonStandardIdentifier},
270         {FNAME("data") OCTSTR, SEMI, 0, 0, SKIP, 0, NULL},
271 };
272
273 static field_t _H261VideoCapability[] = {       /* SEQUENCE */
274         {FNAME("qcifMPI") INT, 2, 1, 0, SKIP | OPT, 0, NULL},
275         {FNAME("cifMPI") INT, 2, 1, 0, SKIP | OPT, 0, NULL},
276         {FNAME("temporalSpatialTradeOffCapability") BOOL, FIXD, 0, 0, SKIP, 0,
277          NULL},
278         {FNAME("maxBitRate") INT, WORD, 1, 0, SKIP, 0, NULL},
279         {FNAME("stillImageTransmission") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
280         {FNAME("videoBadMBsCap") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
281 };
282
283 static field_t _H262VideoCapability[] = {       /* SEQUENCE */
284         {FNAME("profileAndLevel-SPatML") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
285         {FNAME("profileAndLevel-MPatLL") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
286         {FNAME("profileAndLevel-MPatML") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
287         {FNAME("profileAndLevel-MPatH-14") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
288         {FNAME("profileAndLevel-MPatHL") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
289         {FNAME("profileAndLevel-SNRatLL") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
290         {FNAME("profileAndLevel-SNRatML") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
291         {FNAME("profileAndLevel-SpatialatH-14") BOOL, FIXD, 0, 0, SKIP, 0,
292          NULL},
293         {FNAME("profileAndLevel-HPatML") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
294         {FNAME("profileAndLevel-HPatH-14") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
295         {FNAME("profileAndLevel-HPatHL") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
296         {FNAME("videoBitRate") INT, CONS, 0, 0, SKIP | OPT, 0, NULL},
297         {FNAME("vbvBufferSize") INT, CONS, 0, 0, SKIP | OPT, 0, NULL},
298         {FNAME("samplesPerLine") INT, WORD, 0, 0, SKIP | OPT, 0, NULL},
299         {FNAME("linesPerFrame") INT, WORD, 0, 0, SKIP | OPT, 0, NULL},
300         {FNAME("framesPerSecond") INT, 4, 0, 0, SKIP | OPT, 0, NULL},
301         {FNAME("luminanceSampleRate") INT, CONS, 0, 0, SKIP | OPT, 0, NULL},
302         {FNAME("videoBadMBsCap") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
303 };
304
305 static field_t _H263VideoCapability[] = {       /* SEQUENCE */
306         {FNAME("sqcifMPI") INT, 5, 1, 0, SKIP | OPT, 0, NULL},
307         {FNAME("qcifMPI") INT, 5, 1, 0, SKIP | OPT, 0, NULL},
308         {FNAME("cifMPI") INT, 5, 1, 0, SKIP | OPT, 0, NULL},
309         {FNAME("cif4MPI") INT, 5, 1, 0, SKIP | OPT, 0, NULL},
310         {FNAME("cif16MPI") INT, 5, 1, 0, SKIP | OPT, 0, NULL},
311         {FNAME("maxBitRate") INT, CONS, 1, 0, SKIP, 0, NULL},
312         {FNAME("unrestrictedVector") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
313         {FNAME("arithmeticCoding") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
314         {FNAME("advancedPrediction") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
315         {FNAME("pbFrames") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
316         {FNAME("temporalSpatialTradeOffCapability") BOOL, FIXD, 0, 0, SKIP, 0,
317          NULL},
318         {FNAME("hrd-B") INT, CONS, 0, 0, SKIP | OPT, 0, NULL},
319         {FNAME("bppMaxKb") INT, WORD, 0, 0, SKIP | OPT, 0, NULL},
320         {FNAME("slowSqcifMPI") INT, WORD, 1, 0, SKIP | OPT, 0, NULL},
321         {FNAME("slowQcifMPI") INT, WORD, 1, 0, SKIP | OPT, 0, NULL},
322         {FNAME("slowCifMPI") INT, WORD, 1, 0, SKIP | OPT, 0, NULL},
323         {FNAME("slowCif4MPI") INT, WORD, 1, 0, SKIP | OPT, 0, NULL},
324         {FNAME("slowCif16MPI") INT, WORD, 1, 0, SKIP | OPT, 0, NULL},
325         {FNAME("errorCompensation") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
326         {FNAME("enhancementLayerInfo") SEQ, 3, 4, 4, SKIP | EXT | OPT, 0,
327          NULL},
328         {FNAME("h263Options") SEQ, 5, 29, 31, SKIP | EXT | OPT, 0, NULL},
329 };
330
331 static field_t _IS11172VideoCapability[] = {    /* SEQUENCE */
332         {FNAME("constrainedBitstream") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
333         {FNAME("videoBitRate") INT, CONS, 0, 0, SKIP | OPT, 0, NULL},
334         {FNAME("vbvBufferSize") INT, CONS, 0, 0, SKIP | OPT, 0, NULL},
335         {FNAME("samplesPerLine") INT, WORD, 0, 0, SKIP | OPT, 0, NULL},
336         {FNAME("linesPerFrame") INT, WORD, 0, 0, SKIP | OPT, 0, NULL},
337         {FNAME("pictureRate") INT, 4, 0, 0, SKIP | OPT, 0, NULL},
338         {FNAME("luminanceSampleRate") INT, CONS, 0, 0, SKIP | OPT, 0, NULL},
339         {FNAME("videoBadMBsCap") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
340 };
341
342 static field_t _VideoCapability[] = {   /* CHOICE */
343         {FNAME("nonStandard") SEQ, 0, 2, 2, SKIP, 0,
344          _H245_NonStandardParameter},
345         {FNAME("h261VideoCapability") SEQ, 2, 5, 6, SKIP | EXT, 0,
346          _H261VideoCapability},
347         {FNAME("h262VideoCapability") SEQ, 6, 17, 18, SKIP | EXT, 0,
348          _H262VideoCapability},
349         {FNAME("h263VideoCapability") SEQ, 7, 13, 21, SKIP | EXT, 0,
350          _H263VideoCapability},
351         {FNAME("is11172VideoCapability") SEQ, 6, 7, 8, SKIP | EXT, 0,
352          _IS11172VideoCapability},
353         {FNAME("genericVideoCapability") SEQ, 5, 6, 6, SKIP | EXT, 0, NULL},
354 };
355
356 static field_t _AudioCapability_g7231[] = {     /* SEQUENCE */
357         {FNAME("maxAl-sduAudioFrames") INT, BYTE, 1, 0, SKIP, 0, NULL},
358         {FNAME("silenceSuppression") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
359 };
360
361 static field_t _IS11172AudioCapability[] = {    /* SEQUENCE */
362         {FNAME("audioLayer1") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
363         {FNAME("audioLayer2") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
364         {FNAME("audioLayer3") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
365         {FNAME("audioSampling32k") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
366         {FNAME("audioSampling44k1") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
367         {FNAME("audioSampling48k") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
368         {FNAME("singleChannel") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
369         {FNAME("twoChannels") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
370         {FNAME("bitRate") INT, WORD, 1, 0, SKIP, 0, NULL},
371 };
372
373 static field_t _IS13818AudioCapability[] = {    /* SEQUENCE */
374         {FNAME("audioLayer1") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
375         {FNAME("audioLayer2") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
376         {FNAME("audioLayer3") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
377         {FNAME("audioSampling16k") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
378         {FNAME("audioSampling22k05") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
379         {FNAME("audioSampling24k") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
380         {FNAME("audioSampling32k") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
381         {FNAME("audioSampling44k1") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
382         {FNAME("audioSampling48k") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
383         {FNAME("singleChannel") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
384         {FNAME("twoChannels") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
385         {FNAME("threeChannels2-1") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
386         {FNAME("threeChannels3-0") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
387         {FNAME("fourChannels2-0-2-0") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
388         {FNAME("fourChannels2-2") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
389         {FNAME("fourChannels3-1") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
390         {FNAME("fiveChannels3-0-2-0") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
391         {FNAME("fiveChannels3-2") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
392         {FNAME("lowFrequencyEnhancement") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
393         {FNAME("multilingual") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
394         {FNAME("bitRate") INT, WORD, 1, 0, SKIP, 0, NULL},
395 };
396
397 static field_t _AudioCapability[] = {   /* CHOICE */
398         {FNAME("nonStandard") SEQ, 0, 2, 2, SKIP, 0,
399          _H245_NonStandardParameter},
400         {FNAME("g711Alaw64k") INT, BYTE, 1, 0, SKIP, 0, NULL},
401         {FNAME("g711Alaw56k") INT, BYTE, 1, 0, SKIP, 0, NULL},
402         {FNAME("g711Ulaw64k") INT, BYTE, 1, 0, SKIP, 0, NULL},
403         {FNAME("g711Ulaw56k") INT, BYTE, 1, 0, SKIP, 0, NULL},
404         {FNAME("g722-64k") INT, BYTE, 1, 0, SKIP, 0, NULL},
405         {FNAME("g722-56k") INT, BYTE, 1, 0, SKIP, 0, NULL},
406         {FNAME("g722-48k") INT, BYTE, 1, 0, SKIP, 0, NULL},
407         {FNAME("g7231") SEQ, 0, 2, 2, SKIP, 0, _AudioCapability_g7231},
408         {FNAME("g728") INT, BYTE, 1, 0, SKIP, 0, NULL},
409         {FNAME("g729") INT, BYTE, 1, 0, SKIP, 0, NULL},
410         {FNAME("g729AnnexA") INT, BYTE, 1, 0, SKIP, 0, NULL},
411         {FNAME("is11172AudioCapability") SEQ, 0, 9, 9, SKIP | EXT, 0,
412          _IS11172AudioCapability},
413         {FNAME("is13818AudioCapability") SEQ, 0, 21, 21, SKIP | EXT, 0,
414          _IS13818AudioCapability},
415         {FNAME("g729wAnnexB") INT, BYTE, 1, 0, SKIP, 0, NULL},
416         {FNAME("g729AnnexAwAnnexB") INT, BYTE, 1, 0, SKIP, 0, NULL},
417         {FNAME("g7231AnnexCCapability") SEQ, 1, 3, 3, SKIP | EXT, 0, NULL},
418         {FNAME("gsmFullRate") SEQ, 0, 3, 3, SKIP | EXT, 0, NULL},
419         {FNAME("gsmHalfRate") SEQ, 0, 3, 3, SKIP | EXT, 0, NULL},
420         {FNAME("gsmEnhancedFullRate") SEQ, 0, 3, 3, SKIP | EXT, 0, NULL},
421         {FNAME("genericAudioCapability") SEQ, 5, 6, 6, SKIP | EXT, 0, NULL},
422         {FNAME("g729Extensions") SEQ, 1, 8, 8, SKIP | EXT, 0, NULL},
423 };
424
425 static field_t _DataProtocolCapability[] = {    /* CHOICE */
426         {FNAME("nonStandard") SEQ, 0, 2, 2, SKIP, 0,
427          _H245_NonStandardParameter},
428         {FNAME("v14buffered") NUL, FIXD, 0, 0, SKIP, 0, NULL},
429         {FNAME("v42lapm") NUL, FIXD, 0, 0, SKIP, 0, NULL},
430         {FNAME("hdlcFrameTunnelling") NUL, FIXD, 0, 0, SKIP, 0, NULL},
431         {FNAME("h310SeparateVCStack") NUL, FIXD, 0, 0, SKIP, 0, NULL},
432         {FNAME("h310SingleVCStack") NUL, FIXD, 0, 0, SKIP, 0, NULL},
433         {FNAME("transparent") NUL, FIXD, 0, 0, SKIP, 0, NULL},
434         {FNAME("segmentationAndReassembly") NUL, FIXD, 0, 0, SKIP, 0, NULL},
435         {FNAME("hdlcFrameTunnelingwSAR") NUL, FIXD, 0, 0, SKIP, 0, NULL},
436         {FNAME("v120") NUL, FIXD, 0, 0, SKIP, 0, NULL},
437         {FNAME("separateLANStack") NUL, FIXD, 0, 0, SKIP, 0, NULL},
438         {FNAME("v76wCompression") CHOICE, 2, 3, 3, SKIP | EXT, 0, NULL},
439         {FNAME("tcp") NUL, FIXD, 0, 0, SKIP, 0, NULL},
440         {FNAME("udp") NUL, FIXD, 0, 0, SKIP, 0, NULL},
441 };
442
443 static field_t _T84Profile_t84Restricted[] = {  /* SEQUENCE */
444         {FNAME("qcif") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
445         {FNAME("cif") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
446         {FNAME("ccir601Seq") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
447         {FNAME("ccir601Prog") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
448         {FNAME("hdtvSeq") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
449         {FNAME("hdtvProg") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
450         {FNAME("g3FacsMH200x100") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
451         {FNAME("g3FacsMH200x200") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
452         {FNAME("g4FacsMMR200x100") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
453         {FNAME("g4FacsMMR200x200") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
454         {FNAME("jbig200x200Seq") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
455         {FNAME("jbig200x200Prog") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
456         {FNAME("jbig300x300Seq") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
457         {FNAME("jbig300x300Prog") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
458         {FNAME("digPhotoLow") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
459         {FNAME("digPhotoMedSeq") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
460         {FNAME("digPhotoMedProg") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
461         {FNAME("digPhotoHighSeq") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
462         {FNAME("digPhotoHighProg") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
463 };
464
465 static field_t _T84Profile[] = {        /* CHOICE */
466         {FNAME("t84Unrestricted") NUL, FIXD, 0, 0, SKIP, 0, NULL},
467         {FNAME("t84Restricted") SEQ, 0, 19, 19, SKIP | EXT, 0,
468          _T84Profile_t84Restricted},
469 };
470
471 static field_t _DataApplicationCapability_application_t84[] = { /* SEQUENCE */
472         {FNAME("t84Protocol") CHOICE, 3, 7, 14, SKIP | EXT, 0,
473          _DataProtocolCapability},
474         {FNAME("t84Profile") CHOICE, 1, 2, 2, SKIP, 0, _T84Profile},
475 };
476
477 static field_t _DataApplicationCapability_application_nlpid[] = {       /* SEQUENCE */
478         {FNAME("nlpidProtocol") CHOICE, 3, 7, 14, SKIP | EXT, 0,
479          _DataProtocolCapability},
480         {FNAME("nlpidData") OCTSTR, SEMI, 0, 0, SKIP, 0, NULL},
481 };
482
483 static field_t _DataApplicationCapability_application[] = {     /* CHOICE */
484         {FNAME("nonStandard") SEQ, 0, 2, 2, SKIP, 0,
485          _H245_NonStandardParameter},
486         {FNAME("t120") CHOICE, 3, 7, 14, DECODE | EXT,
487          offsetof(DataApplicationCapability_application, t120),
488          _DataProtocolCapability},
489         {FNAME("dsm-cc") CHOICE, 3, 7, 14, SKIP | EXT, 0,
490          _DataProtocolCapability},
491         {FNAME("userData") CHOICE, 3, 7, 14, SKIP | EXT, 0,
492          _DataProtocolCapability},
493         {FNAME("t84") SEQ, 0, 2, 2, SKIP, 0,
494          _DataApplicationCapability_application_t84},
495         {FNAME("t434") CHOICE, 3, 7, 14, SKIP | EXT, 0,
496          _DataProtocolCapability},
497         {FNAME("h224") CHOICE, 3, 7, 14, SKIP | EXT, 0,
498          _DataProtocolCapability},
499         {FNAME("nlpid") SEQ, 0, 2, 2, SKIP, 0,
500          _DataApplicationCapability_application_nlpid},
501         {FNAME("dsvdControl") NUL, FIXD, 0, 0, SKIP, 0, NULL},
502         {FNAME("h222DataPartitioning") CHOICE, 3, 7, 14, SKIP | EXT, 0,
503          _DataProtocolCapability},
504         {FNAME("t30fax") CHOICE, 3, 7, 14, SKIP | EXT, 0, NULL},
505         {FNAME("t140") CHOICE, 3, 7, 14, SKIP | EXT, 0, NULL},
506         {FNAME("t38fax") SEQ, 0, 2, 2, SKIP, 0, NULL},
507         {FNAME("genericDataCapability") SEQ, 5, 6, 6, SKIP | EXT, 0, NULL},
508 };
509
510 static field_t _DataApplicationCapability[] = { /* SEQUENCE */
511         {FNAME("application") CHOICE, 4, 10, 14, DECODE | EXT,
512          offsetof(DataApplicationCapability, application),
513          _DataApplicationCapability_application},
514         {FNAME("maxBitRate") INT, CONS, 0, 0, SKIP, 0, NULL},
515 };
516
517 static field_t _EncryptionMode[] = {    /* CHOICE */
518         {FNAME("nonStandard") SEQ, 0, 2, 2, SKIP, 0,
519          _H245_NonStandardParameter},
520         {FNAME("h233Encryption") NUL, FIXD, 0, 0, SKIP, 0, NULL},
521 };
522
523 static field_t _DataType[] = {  /* CHOICE */
524         {FNAME("nonStandard") SEQ, 0, 2, 2, SKIP, 0,
525          _H245_NonStandardParameter},
526         {FNAME("nullData") NUL, FIXD, 0, 0, SKIP, 0, NULL},
527         {FNAME("videoData") CHOICE, 3, 5, 6, SKIP | EXT, 0, _VideoCapability},
528         {FNAME("audioData") CHOICE, 4, 14, 22, SKIP | EXT, 0,
529          _AudioCapability},
530         {FNAME("data") SEQ, 0, 2, 2, DECODE | EXT, offsetof(DataType, data),
531          _DataApplicationCapability},
532         {FNAME("encryptionData") CHOICE, 1, 2, 2, SKIP | EXT, 0,
533          _EncryptionMode},
534         {FNAME("h235Control") SEQ, 0, 2, 2, SKIP, 0, NULL},
535         {FNAME("h235Media") SEQ, 0, 2, 2, SKIP | EXT, 0, NULL},
536         {FNAME("multiplexedStream") SEQ, 0, 2, 2, SKIP | EXT, 0, NULL},
537 };
538
539 static field_t _H222LogicalChannelParameters[] = {      /* SEQUENCE */
540         {FNAME("resourceID") INT, WORD, 0, 0, SKIP, 0, NULL},
541         {FNAME("subChannelID") INT, WORD, 0, 0, SKIP, 0, NULL},
542         {FNAME("pcr-pid") INT, WORD, 0, 0, SKIP | OPT, 0, NULL},
543         {FNAME("programDescriptors") OCTSTR, SEMI, 0, 0, SKIP | OPT, 0, NULL},
544         {FNAME("streamDescriptors") OCTSTR, SEMI, 0, 0, SKIP | OPT, 0, NULL},
545 };
546
547 static field_t _H223LogicalChannelParameters_adaptationLayerType_al3[] = {      /* SEQUENCE */
548         {FNAME("controlFieldOctets") INT, 2, 0, 0, SKIP, 0, NULL},
549         {FNAME("sendBufferSize") INT, CONS, 0, 0, SKIP, 0, NULL},
550 };
551
552 static field_t _H223LogicalChannelParameters_adaptationLayerType[] = {  /* CHOICE */
553         {FNAME("nonStandard") SEQ, 0, 2, 2, SKIP, 0,
554          _H245_NonStandardParameter},
555         {FNAME("al1Framed") NUL, FIXD, 0, 0, SKIP, 0, NULL},
556         {FNAME("al1NotFramed") NUL, FIXD, 0, 0, SKIP, 0, NULL},
557         {FNAME("al2WithoutSequenceNumbers") NUL, FIXD, 0, 0, SKIP, 0, NULL},
558         {FNAME("al2WithSequenceNumbers") NUL, FIXD, 0, 0, SKIP, 0, NULL},
559         {FNAME("al3") SEQ, 0, 2, 2, SKIP, 0,
560          _H223LogicalChannelParameters_adaptationLayerType_al3},
561         {FNAME("al1M") SEQ, 0, 7, 8, SKIP | EXT, 0, NULL},
562         {FNAME("al2M") SEQ, 0, 2, 2, SKIP | EXT, 0, NULL},
563         {FNAME("al3M") SEQ, 0, 5, 6, SKIP | EXT, 0, NULL},
564 };
565
566 static field_t _H223LogicalChannelParameters[] = {      /* SEQUENCE */
567         {FNAME("adaptationLayerType") CHOICE, 3, 6, 9, SKIP | EXT, 0,
568          _H223LogicalChannelParameters_adaptationLayerType},
569         {FNAME("segmentableFlag") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
570 };
571
572 static field_t _CRCLength[] = { /* CHOICE */
573         {FNAME("crc8bit") NUL, FIXD, 0, 0, SKIP, 0, NULL},
574         {FNAME("crc16bit") NUL, FIXD, 0, 0, SKIP, 0, NULL},
575         {FNAME("crc32bit") NUL, FIXD, 0, 0, SKIP, 0, NULL},
576 };
577
578 static field_t _V76HDLCParameters[] = { /* SEQUENCE */
579         {FNAME("crcLength") CHOICE, 2, 3, 3, SKIP | EXT, 0, _CRCLength},
580         {FNAME("n401") INT, WORD, 1, 0, SKIP, 0, NULL},
581         {FNAME("loopbackTestProcedure") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
582 };
583
584 static field_t _V76LogicalChannelParameters_suspendResume[] = { /* CHOICE */
585         {FNAME("noSuspendResume") NUL, FIXD, 0, 0, SKIP, 0, NULL},
586         {FNAME("suspendResumewAddress") NUL, FIXD, 0, 0, SKIP, 0, NULL},
587         {FNAME("suspendResumewoAddress") NUL, FIXD, 0, 0, SKIP, 0, NULL},
588 };
589
590 static field_t _V76LogicalChannelParameters_mode_eRM_recovery[] = {     /* CHOICE */
591         {FNAME("rej") NUL, FIXD, 0, 0, SKIP, 0, NULL},
592         {FNAME("sREJ") NUL, FIXD, 0, 0, SKIP, 0, NULL},
593         {FNAME("mSREJ") NUL, FIXD, 0, 0, SKIP, 0, NULL},
594 };
595
596 static field_t _V76LogicalChannelParameters_mode_eRM[] = {      /* SEQUENCE */
597         {FNAME("windowSize") INT, 7, 1, 0, SKIP, 0, NULL},
598         {FNAME("recovery") CHOICE, 2, 3, 3, SKIP | EXT, 0,
599          _V76LogicalChannelParameters_mode_eRM_recovery},
600 };
601
602 static field_t _V76LogicalChannelParameters_mode[] = {  /* CHOICE */
603         {FNAME("eRM") SEQ, 0, 2, 2, SKIP | EXT, 0,
604          _V76LogicalChannelParameters_mode_eRM},
605         {FNAME("uNERM") NUL, FIXD, 0, 0, SKIP, 0, NULL},
606 };
607
608 static field_t _V75Parameters[] = {     /* SEQUENCE */
609         {FNAME("audioHeaderPresent") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
610 };
611
612 static field_t _V76LogicalChannelParameters[] = {       /* SEQUENCE */
613         {FNAME("hdlcParameters") SEQ, 0, 3, 3, SKIP | EXT, 0,
614          _V76HDLCParameters},
615         {FNAME("suspendResume") CHOICE, 2, 3, 3, SKIP | EXT, 0,
616          _V76LogicalChannelParameters_suspendResume},
617         {FNAME("uIH") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
618         {FNAME("mode") CHOICE, 1, 2, 2, SKIP | EXT, 0,
619          _V76LogicalChannelParameters_mode},
620         {FNAME("v75Parameters") SEQ, 0, 1, 1, SKIP | EXT, 0, _V75Parameters},
621 };
622
623 static field_t _H2250LogicalChannelParameters_nonStandard[] = { /* SEQUENCE OF */
624         {FNAME("item") SEQ, 0, 2, 2, SKIP, 0, _H245_NonStandardParameter},
625 };
626
627 static field_t _UnicastAddress_iPAddress[] = {  /* SEQUENCE */
628         {FNAME("network") OCTSTR, FIXD, 4, 0, DECODE,
629          offsetof(UnicastAddress_iPAddress, network), NULL},
630         {FNAME("tsapIdentifier") INT, WORD, 0, 0, SKIP, 0, NULL},
631 };
632
633 static field_t _UnicastAddress_iPXAddress[] = { /* SEQUENCE */
634         {FNAME("node") OCTSTR, FIXD, 6, 0, SKIP, 0, NULL},
635         {FNAME("netnum") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
636         {FNAME("tsapIdentifier") OCTSTR, FIXD, 2, 0, SKIP, 0, NULL},
637 };
638
639 static field_t _UnicastAddress_iP6Address[] = { /* SEQUENCE */
640         {FNAME("network") OCTSTR, FIXD, 16, 0, SKIP, 0, NULL},
641         {FNAME("tsapIdentifier") INT, WORD, 0, 0, SKIP, 0, NULL},
642 };
643
644 static field_t _UnicastAddress_iPSourceRouteAddress_routing[] = {       /* CHOICE */
645         {FNAME("strict") NUL, FIXD, 0, 0, SKIP, 0, NULL},
646         {FNAME("loose") NUL, FIXD, 0, 0, SKIP, 0, NULL},
647 };
648
649 static field_t _UnicastAddress_iPSourceRouteAddress_route[] = { /* SEQUENCE OF */
650         {FNAME("item") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
651 };
652
653 static field_t _UnicastAddress_iPSourceRouteAddress[] = {       /* SEQUENCE */
654         {FNAME("routing") CHOICE, 1, 2, 2, SKIP, 0,
655          _UnicastAddress_iPSourceRouteAddress_routing},
656         {FNAME("network") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
657         {FNAME("tsapIdentifier") INT, WORD, 0, 0, SKIP, 0, NULL},
658         {FNAME("route") SEQOF, SEMI, 0, 0, SKIP, 0,
659          _UnicastAddress_iPSourceRouteAddress_route},
660 };
661
662 static field_t _UnicastAddress[] = {    /* CHOICE */
663         {FNAME("iPAddress") SEQ, 0, 2, 2, DECODE | EXT,
664          offsetof(UnicastAddress, iPAddress), _UnicastAddress_iPAddress},
665         {FNAME("iPXAddress") SEQ, 0, 3, 3, SKIP | EXT, 0,
666          _UnicastAddress_iPXAddress},
667         {FNAME("iP6Address") SEQ, 0, 2, 2, SKIP | EXT, 0,
668          _UnicastAddress_iP6Address},
669         {FNAME("netBios") OCTSTR, FIXD, 16, 0, SKIP, 0, NULL},
670         {FNAME("iPSourceRouteAddress") SEQ, 0, 4, 4, SKIP | EXT, 0,
671          _UnicastAddress_iPSourceRouteAddress},
672         {FNAME("nsap") OCTSTR, 5, 1, 0, SKIP, 0, NULL},
673         {FNAME("nonStandardAddress") SEQ, 0, 2, 2, SKIP, 0, NULL},
674 };
675
676 static field_t _MulticastAddress_iPAddress[] = {        /* SEQUENCE */
677         {FNAME("network") OCTSTR, FIXD, 4, 0, SKIP, 0, NULL},
678         {FNAME("tsapIdentifier") INT, WORD, 0, 0, SKIP, 0, NULL},
679 };
680
681 static field_t _MulticastAddress_iP6Address[] = {       /* SEQUENCE */
682         {FNAME("network") OCTSTR, FIXD, 16, 0, SKIP, 0, NULL},
683         {FNAME("tsapIdentifier") INT, WORD, 0, 0, SKIP, 0, NULL},
684 };
685
686 static field_t _MulticastAddress[] = {  /* CHOICE */
687         {FNAME("iPAddress") SEQ, 0, 2, 2, SKIP | EXT, 0,
688          _MulticastAddress_iPAddress},
689         {FNAME("iP6Address") SEQ, 0, 2, 2, SKIP | EXT, 0,
690          _MulticastAddress_iP6Address},
691         {FNAME("nsap") OCTSTR, 5, 1, 0, SKIP, 0, NULL},
692         {FNAME("nonStandardAddress") SEQ, 0, 2, 2, SKIP, 0, NULL},
693 };
694
695 static field_t _H245_TransportAddress[] = {     /* CHOICE */
696         {FNAME("unicastAddress") CHOICE, 3, 5, 7, DECODE | EXT,
697          offsetof(H245_TransportAddress, unicastAddress), _UnicastAddress},
698         {FNAME("multicastAddress") CHOICE, 1, 2, 4, SKIP | EXT, 0,
699          _MulticastAddress},
700 };
701
702 static field_t _H2250LogicalChannelParameters[] = {     /* SEQUENCE */
703         {FNAME("nonStandard") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
704          _H2250LogicalChannelParameters_nonStandard},
705         {FNAME("sessionID") INT, BYTE, 0, 0, SKIP, 0, NULL},
706         {FNAME("associatedSessionID") INT, 8, 1, 0, SKIP | OPT, 0, NULL},
707         {FNAME("mediaChannel") CHOICE, 1, 2, 2, DECODE | EXT | OPT,
708          offsetof(H2250LogicalChannelParameters, mediaChannel),
709          _H245_TransportAddress},
710         {FNAME("mediaGuaranteedDelivery") BOOL, FIXD, 0, 0, SKIP | OPT, 0,
711          NULL},
712         {FNAME("mediaControlChannel") CHOICE, 1, 2, 2, DECODE | EXT | OPT,
713          offsetof(H2250LogicalChannelParameters, mediaControlChannel),
714          _H245_TransportAddress},
715         {FNAME("mediaControlGuaranteedDelivery") BOOL, FIXD, 0, 0, STOP | OPT,
716          0, NULL},
717         {FNAME("silenceSuppression") BOOL, FIXD, 0, 0, STOP | OPT, 0, NULL},
718         {FNAME("destination") SEQ, 0, 2, 2, STOP | EXT | OPT, 0, NULL},
719         {FNAME("dynamicRTPPayloadType") INT, 5, 96, 0, STOP | OPT, 0, NULL},
720         {FNAME("mediaPacketization") CHOICE, 0, 1, 2, STOP | EXT | OPT, 0,
721          NULL},
722         {FNAME("transportCapability") SEQ, 3, 3, 3, STOP | EXT | OPT, 0,
723          NULL},
724         {FNAME("redundancyEncoding") SEQ, 1, 2, 2, STOP | EXT | OPT, 0, NULL},
725         {FNAME("source") SEQ, 0, 2, 2, SKIP | EXT | OPT, 0, NULL},
726 };
727
728 static field_t _OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters[] = {    /* CHOICE */
729         {FNAME("h222LogicalChannelParameters") SEQ, 3, 5, 5, SKIP | EXT, 0,
730          _H222LogicalChannelParameters},
731         {FNAME("h223LogicalChannelParameters") SEQ, 0, 2, 2, SKIP | EXT, 0,
732          _H223LogicalChannelParameters},
733         {FNAME("v76LogicalChannelParameters") SEQ, 0, 5, 5, SKIP | EXT, 0,
734          _V76LogicalChannelParameters},
735         {FNAME("h2250LogicalChannelParameters") SEQ, 10, 11, 14, DECODE | EXT,
736          offsetof
737          (OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters,
738           h2250LogicalChannelParameters), _H2250LogicalChannelParameters},
739         {FNAME("none") NUL, FIXD, 0, 0, SKIP, 0, NULL},
740 };
741
742 static field_t _OpenLogicalChannel_forwardLogicalChannelParameters[] = {        /* SEQUENCE */
743         {FNAME("portNumber") INT, WORD, 0, 0, SKIP | OPT, 0, NULL},
744         {FNAME("dataType") CHOICE, 3, 6, 9, DECODE | EXT,
745          offsetof(OpenLogicalChannel_forwardLogicalChannelParameters,
746                   dataType), _DataType},
747         {FNAME("multiplexParameters") CHOICE, 2, 3, 5, DECODE | EXT,
748          offsetof(OpenLogicalChannel_forwardLogicalChannelParameters,
749                   multiplexParameters),
750          _OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters},
751         {FNAME("forwardLogicalChannelDependency") INT, WORD, 1, 0, SKIP | OPT,
752          0, NULL},
753         {FNAME("replacementFor") INT, WORD, 1, 0, SKIP | OPT, 0, NULL},
754 };
755
756 static field_t _OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters[] = {    /* CHOICE */
757         {FNAME("h223LogicalChannelParameters") SEQ, 0, 2, 2, SKIP | EXT, 0,
758          _H223LogicalChannelParameters},
759         {FNAME("v76LogicalChannelParameters") SEQ, 0, 5, 5, SKIP | EXT, 0,
760          _V76LogicalChannelParameters},
761         {FNAME("h2250LogicalChannelParameters") SEQ, 10, 11, 14, DECODE | EXT,
762          offsetof
763          (OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters,
764           h2250LogicalChannelParameters), _H2250LogicalChannelParameters},
765 };
766
767 static field_t _OpenLogicalChannel_reverseLogicalChannelParameters[] = {        /* SEQUENCE */
768         {FNAME("dataType") CHOICE, 3, 6, 9, SKIP | EXT, 0, _DataType},
769         {FNAME("multiplexParameters") CHOICE, 1, 2, 3, DECODE | EXT | OPT,
770          offsetof(OpenLogicalChannel_reverseLogicalChannelParameters,
771                   multiplexParameters),
772          _OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters},
773         {FNAME("reverseLogicalChannelDependency") INT, WORD, 1, 0, SKIP | OPT,
774          0, NULL},
775         {FNAME("replacementFor") INT, WORD, 1, 0, SKIP | OPT, 0, NULL},
776 };
777
778 static field_t _NetworkAccessParameters_distribution[] = {      /* CHOICE */
779         {FNAME("unicast") NUL, FIXD, 0, 0, SKIP, 0, NULL},
780         {FNAME("multicast") NUL, FIXD, 0, 0, SKIP, 0, NULL},
781 };
782
783 static field_t _Q2931Address_address[] = {      /* CHOICE */
784         {FNAME("internationalNumber") NUMSTR, 4, 1, 0, SKIP, 0, NULL},
785         {FNAME("nsapAddress") OCTSTR, 5, 1, 0, SKIP, 0, NULL},
786 };
787
788 static field_t _Q2931Address[] = {      /* SEQUENCE */
789         {FNAME("address") CHOICE, 1, 2, 2, SKIP | EXT, 0,
790          _Q2931Address_address},
791         {FNAME("subaddress") OCTSTR, 5, 1, 0, SKIP | OPT, 0, NULL},
792 };
793
794 static field_t _NetworkAccessParameters_networkAddress[] = {    /* CHOICE */
795         {FNAME("q2931Address") SEQ, 1, 2, 2, SKIP | EXT, 0, _Q2931Address},
796         {FNAME("e164Address") NUMDGT, 7, 1, 0, SKIP, 0, NULL},
797         {FNAME("localAreaAddress") CHOICE, 1, 2, 2, DECODE | EXT,
798          offsetof(NetworkAccessParameters_networkAddress, localAreaAddress),
799          _H245_TransportAddress},
800 };
801
802 static field_t _NetworkAccessParameters[] = {   /* SEQUENCE */
803         {FNAME("distribution") CHOICE, 1, 2, 2, SKIP | EXT | OPT, 0,
804          _NetworkAccessParameters_distribution},
805         {FNAME("networkAddress") CHOICE, 2, 3, 3, DECODE | EXT,
806          offsetof(NetworkAccessParameters, networkAddress),
807          _NetworkAccessParameters_networkAddress},
808         {FNAME("associateConference") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
809         {FNAME("externalReference") OCTSTR, 8, 1, 0, SKIP | OPT, 0, NULL},
810         {FNAME("t120SetupProcedure") CHOICE, 2, 3, 3, SKIP | EXT | OPT, 0,
811          NULL},
812 };
813
814 static field_t _OpenLogicalChannel[] = {        /* SEQUENCE */
815         {FNAME("forwardLogicalChannelNumber") INT, WORD, 1, 0, SKIP, 0, NULL},
816         {FNAME("forwardLogicalChannelParameters") SEQ, 1, 3, 5, DECODE | EXT,
817          offsetof(OpenLogicalChannel, forwardLogicalChannelParameters),
818          _OpenLogicalChannel_forwardLogicalChannelParameters},
819         {FNAME("reverseLogicalChannelParameters") SEQ, 1, 2, 4,
820          DECODE | EXT | OPT, offsetof(OpenLogicalChannel,
821                                       reverseLogicalChannelParameters),
822          _OpenLogicalChannel_reverseLogicalChannelParameters},
823         {FNAME("separateStack") SEQ, 2, 4, 5, DECODE | EXT | OPT,
824          offsetof(OpenLogicalChannel, separateStack),
825          _NetworkAccessParameters},
826         {FNAME("encryptionSync") SEQ, 2, 4, 4, STOP | EXT | OPT, 0, NULL},
827 };
828
829 static field_t _Setup_UUIE_fastStart[] = {      /* SEQUENCE OF */
830         {FNAME("item") SEQ, 1, 3, 5, DECODE | OPEN | EXT,
831          sizeof(OpenLogicalChannel), _OpenLogicalChannel}
832         ,
833 };
834
835 static field_t _Setup_UUIE[] = {        /* SEQUENCE */
836         {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
837         {FNAME("h245Address") CHOICE, 3, 7, 7, DECODE | EXT | OPT,
838          offsetof(Setup_UUIE, h245Address), _TransportAddress},
839         {FNAME("sourceAddress") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
840          _Setup_UUIE_sourceAddress},
841         {FNAME("sourceInfo") SEQ, 6, 8, 10, SKIP | EXT, 0, _EndpointType},
842         {FNAME("destinationAddress") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
843          _Setup_UUIE_destinationAddress},
844         {FNAME("destCallSignalAddress") CHOICE, 3, 7, 7, DECODE | EXT | OPT,
845          offsetof(Setup_UUIE, destCallSignalAddress), _TransportAddress},
846         {FNAME("destExtraCallInfo") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
847          _Setup_UUIE_destExtraCallInfo},
848         {FNAME("destExtraCRV") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
849          _Setup_UUIE_destExtraCRV},
850         {FNAME("activeMC") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
851         {FNAME("conferenceID") OCTSTR, FIXD, 16, 0, SKIP, 0, NULL},
852         {FNAME("conferenceGoal") CHOICE, 2, 3, 5, SKIP | EXT, 0,
853          _Setup_UUIE_conferenceGoal},
854         {FNAME("callServices") SEQ, 0, 8, 8, SKIP | EXT | OPT, 0,
855          _QseriesOptions},
856         {FNAME("callType") CHOICE, 2, 4, 4, SKIP | EXT, 0, _CallType},
857         {FNAME("sourceCallSignalAddress") CHOICE, 3, 7, 7, DECODE | EXT | OPT,
858          offsetof(Setup_UUIE, sourceCallSignalAddress), _TransportAddress},
859         {FNAME("remoteExtensionAddress") CHOICE, 1, 2, 7, SKIP | EXT | OPT, 0,
860          NULL},
861         {FNAME("callIdentifier") SEQ, 0, 1, 1, SKIP | EXT, 0, NULL},
862         {FNAME("h245SecurityCapability") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
863          NULL},
864         {FNAME("tokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
865         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
866         {FNAME("fastStart") SEQOF, SEMI, 0, 30, DECODE | OPT,
867          offsetof(Setup_UUIE, fastStart), _Setup_UUIE_fastStart},
868         {FNAME("mediaWaitForConnect") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
869         {FNAME("canOverlapSend") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
870         {FNAME("endpointIdentifier") BMPSTR, 7, 1, 0, STOP | OPT, 0, NULL},
871         {FNAME("multipleCalls") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
872         {FNAME("maintainConnection") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
873         {FNAME("connectionParameters") SEQ, 0, 3, 3, SKIP | EXT | OPT, 0,
874          NULL},
875         {FNAME("language") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
876         {FNAME("presentationIndicator") CHOICE, 2, 3, 3, SKIP | EXT | OPT, 0,
877          NULL},
878         {FNAME("screeningIndicator") ENUM, 2, 0, 0, SKIP | EXT | OPT, 0,
879          NULL},
880         {FNAME("serviceControl") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
881         {FNAME("symmetricOperationRequired") NUL, FIXD, 0, 0, SKIP | OPT, 0,
882          NULL},
883         {FNAME("capacity") SEQ, 2, 2, 2, SKIP | EXT | OPT, 0, NULL},
884         {FNAME("circuitInfo") SEQ, 3, 3, 3, SKIP | EXT | OPT, 0, NULL},
885         {FNAME("desiredProtocols") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
886         {FNAME("neededFeatures") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
887         {FNAME("desiredFeatures") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
888         {FNAME("supportedFeatures") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
889         {FNAME("parallelH245Control") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
890         {FNAME("additionalSourceAddresses") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
891          NULL},
892 };
893
894 static field_t _CallProceeding_UUIE_fastStart[] = {     /* SEQUENCE OF */
895         {FNAME("item") SEQ, 1, 3, 5, DECODE | OPEN | EXT,
896          sizeof(OpenLogicalChannel), _OpenLogicalChannel}
897         ,
898 };
899
900 static field_t _CallProceeding_UUIE[] = {       /* SEQUENCE */
901         {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
902         {FNAME("destinationInfo") SEQ, 6, 8, 10, SKIP | EXT, 0,
903          _EndpointType},
904         {FNAME("h245Address") CHOICE, 3, 7, 7, DECODE | EXT | OPT,
905          offsetof(CallProceeding_UUIE, h245Address), _TransportAddress},
906         {FNAME("callIdentifier") SEQ, 0, 1, 1, SKIP | EXT, 0, NULL},
907         {FNAME("h245SecurityMode") CHOICE, 2, 4, 4, SKIP | EXT | OPT, 0,
908          NULL},
909         {FNAME("tokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
910         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
911         {FNAME("fastStart") SEQOF, SEMI, 0, 30, DECODE | OPT,
912          offsetof(CallProceeding_UUIE, fastStart),
913          _CallProceeding_UUIE_fastStart},
914         {FNAME("multipleCalls") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
915         {FNAME("maintainConnection") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
916         {FNAME("fastConnectRefused") NUL, FIXD, 0, 0, SKIP | OPT, 0, NULL},
917         {FNAME("featureSet") SEQ, 3, 4, 4, SKIP | EXT | OPT, 0, NULL},
918 };
919
920 static field_t _Connect_UUIE_fastStart[] = {    /* SEQUENCE OF */
921         {FNAME("item") SEQ, 1, 3, 5, DECODE | OPEN | EXT,
922          sizeof(OpenLogicalChannel), _OpenLogicalChannel}
923         ,
924 };
925
926 static field_t _Connect_UUIE[] = {      /* SEQUENCE */
927         {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
928         {FNAME("h245Address") CHOICE, 3, 7, 7, DECODE | EXT | OPT,
929          offsetof(Connect_UUIE, h245Address), _TransportAddress},
930         {FNAME("destinationInfo") SEQ, 6, 8, 10, SKIP | EXT, 0,
931          _EndpointType},
932         {FNAME("conferenceID") OCTSTR, FIXD, 16, 0, SKIP, 0, NULL},
933         {FNAME("callIdentifier") SEQ, 0, 1, 1, SKIP | EXT, 0, NULL},
934         {FNAME("h245SecurityMode") CHOICE, 2, 4, 4, SKIP | EXT | OPT, 0,
935          NULL},
936         {FNAME("tokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
937         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
938         {FNAME("fastStart") SEQOF, SEMI, 0, 30, DECODE | OPT,
939          offsetof(Connect_UUIE, fastStart), _Connect_UUIE_fastStart},
940         {FNAME("multipleCalls") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
941         {FNAME("maintainConnection") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
942         {FNAME("language") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
943         {FNAME("connectedAddress") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
944         {FNAME("presentationIndicator") CHOICE, 2, 3, 3, SKIP | EXT | OPT, 0,
945          NULL},
946         {FNAME("screeningIndicator") ENUM, 2, 0, 0, SKIP | EXT | OPT, 0,
947          NULL},
948         {FNAME("fastConnectRefused") NUL, FIXD, 0, 0, SKIP | OPT, 0, NULL},
949         {FNAME("serviceControl") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
950         {FNAME("capacity") SEQ, 2, 2, 2, SKIP | EXT | OPT, 0, NULL},
951         {FNAME("featureSet") SEQ, 3, 4, 4, SKIP | EXT | OPT, 0, NULL},
952 };
953
954 static field_t _Alerting_UUIE_fastStart[] = {   /* SEQUENCE OF */
955         {FNAME("item") SEQ, 1, 3, 5, DECODE | OPEN | EXT,
956          sizeof(OpenLogicalChannel), _OpenLogicalChannel}
957         ,
958 };
959
960 static field_t _Alerting_UUIE[] = {     /* SEQUENCE */
961         {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
962         {FNAME("destinationInfo") SEQ, 6, 8, 10, SKIP | EXT, 0,
963          _EndpointType},
964         {FNAME("h245Address") CHOICE, 3, 7, 7, DECODE | EXT | OPT,
965          offsetof(Alerting_UUIE, h245Address), _TransportAddress},
966         {FNAME("callIdentifier") SEQ, 0, 1, 1, SKIP | EXT, 0, NULL},
967         {FNAME("h245SecurityMode") CHOICE, 2, 4, 4, SKIP | EXT | OPT, 0,
968          NULL},
969         {FNAME("tokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
970         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
971         {FNAME("fastStart") SEQOF, SEMI, 0, 30, DECODE | OPT,
972          offsetof(Alerting_UUIE, fastStart), _Alerting_UUIE_fastStart},
973         {FNAME("multipleCalls") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
974         {FNAME("maintainConnection") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
975         {FNAME("alertingAddress") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
976         {FNAME("presentationIndicator") CHOICE, 2, 3, 3, SKIP | EXT | OPT, 0,
977          NULL},
978         {FNAME("screeningIndicator") ENUM, 2, 0, 0, SKIP | EXT | OPT, 0,
979          NULL},
980         {FNAME("fastConnectRefused") NUL, FIXD, 0, 0, SKIP | OPT, 0, NULL},
981         {FNAME("serviceControl") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
982         {FNAME("capacity") SEQ, 2, 2, 2, SKIP | EXT | OPT, 0, NULL},
983         {FNAME("featureSet") SEQ, 3, 4, 4, SKIP | EXT | OPT, 0, NULL},
984 };
985
986 static field_t _Information_UUIE_fastStart[] = {        /* SEQUENCE OF */
987         {FNAME("item") SEQ, 1, 3, 5, DECODE | OPEN | EXT,
988          sizeof(OpenLogicalChannel), _OpenLogicalChannel}
989         ,
990 };
991
992 static field_t _Information_UUIE[] = {  /* SEQUENCE */
993         {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
994         {FNAME("callIdentifier") SEQ, 0, 1, 1, SKIP | EXT, 0, NULL},
995         {FNAME("tokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
996         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
997         {FNAME("fastStart") SEQOF, SEMI, 0, 30, DECODE | OPT,
998          offsetof(Information_UUIE, fastStart), _Information_UUIE_fastStart},
999         {FNAME("fastConnectRefused") NUL, FIXD, 0, 0, SKIP | OPT, 0, NULL},
1000         {FNAME("circuitInfo") SEQ, 3, 3, 3, SKIP | EXT | OPT, 0, NULL},
1001 };
1002
1003 static field_t _ReleaseCompleteReason[] = {     /* CHOICE */
1004         {FNAME("noBandwidth") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1005         {FNAME("gatekeeperResources") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1006         {FNAME("unreachableDestination") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1007         {FNAME("destinationRejection") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1008         {FNAME("invalidRevision") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1009         {FNAME("noPermission") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1010         {FNAME("unreachableGatekeeper") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1011         {FNAME("gatewayResources") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1012         {FNAME("badFormatAddress") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1013         {FNAME("adaptiveBusy") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1014         {FNAME("inConf") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1015         {FNAME("undefinedReason") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1016         {FNAME("facilityCallDeflection") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1017         {FNAME("securityDenied") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1018         {FNAME("calledPartyNotRegistered") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1019         {FNAME("callerNotRegistered") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1020         {FNAME("newConnectionNeeded") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1021         {FNAME("nonStandardReason") SEQ, 0, 2, 2, SKIP, 0, NULL},
1022         {FNAME("replaceWithConferenceInvite") OCTSTR, FIXD, 16, 0, SKIP, 0,
1023          NULL},
1024         {FNAME("genericDataReason") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1025         {FNAME("neededFeatureNotSupported") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1026         {FNAME("tunnelledSignallingRejected") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1027 };
1028
1029 static field_t _ReleaseComplete_UUIE[] = {      /* SEQUENCE */
1030         {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1031         {FNAME("reason") CHOICE, 4, 12, 22, SKIP | EXT | OPT, 0,
1032          _ReleaseCompleteReason},
1033         {FNAME("callIdentifier") SEQ, 0, 1, 1, SKIP | EXT, 0, NULL},
1034         {FNAME("tokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
1035         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
1036         {FNAME("busyAddress") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
1037         {FNAME("presentationIndicator") CHOICE, 2, 3, 3, SKIP | EXT | OPT, 0,
1038          NULL},
1039         {FNAME("screeningIndicator") ENUM, 2, 0, 0, SKIP | EXT | OPT, 0,
1040          NULL},
1041         {FNAME("capacity") SEQ, 2, 2, 2, SKIP | EXT | OPT, 0, NULL},
1042         {FNAME("serviceControl") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
1043         {FNAME("featureSet") SEQ, 3, 4, 4, SKIP | EXT | OPT, 0, NULL},
1044 };
1045
1046 static field_t _Facility_UUIE_alternativeAliasAddress[] = {     /* SEQUENCE OF */
1047         {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress},
1048 };
1049
1050 static field_t _FacilityReason[] = {    /* CHOICE */
1051         {FNAME("routeCallToGatekeeper") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1052         {FNAME("callForwarded") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1053         {FNAME("routeCallToMC") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1054         {FNAME("undefinedReason") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1055         {FNAME("conferenceListChoice") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1056         {FNAME("startH245") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1057         {FNAME("noH245") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1058         {FNAME("newTokens") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1059         {FNAME("featureSetUpdate") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1060         {FNAME("forwardedElements") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1061         {FNAME("transportedInformation") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1062 };
1063
1064 static field_t _Facility_UUIE_fastStart[] = {   /* SEQUENCE OF */
1065         {FNAME("item") SEQ, 1, 3, 5, DECODE | OPEN | EXT,
1066          sizeof(OpenLogicalChannel), _OpenLogicalChannel}
1067         ,
1068 };
1069
1070 static field_t _Facility_UUIE[] = {     /* SEQUENCE */
1071         {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1072         {FNAME("alternativeAddress") CHOICE, 3, 7, 7, DECODE | EXT | OPT,
1073          offsetof(Facility_UUIE, alternativeAddress), _TransportAddress},
1074         {FNAME("alternativeAliasAddress") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
1075          _Facility_UUIE_alternativeAliasAddress},
1076         {FNAME("conferenceID") OCTSTR, FIXD, 16, 0, SKIP | OPT, 0, NULL},
1077         {FNAME("reason") CHOICE, 2, 4, 11, DECODE | EXT,
1078          offsetof(Facility_UUIE, reason), _FacilityReason},
1079         {FNAME("callIdentifier") SEQ, 0, 1, 1, SKIP | EXT, 0, NULL},
1080         {FNAME("destExtraCallInfo") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
1081         {FNAME("remoteExtensionAddress") CHOICE, 1, 2, 7, SKIP | EXT | OPT, 0,
1082          NULL},
1083         {FNAME("tokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
1084         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
1085         {FNAME("conferences") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
1086         {FNAME("h245Address") CHOICE, 3, 7, 7, DECODE | EXT | OPT,
1087          offsetof(Facility_UUIE, h245Address), _TransportAddress},
1088         {FNAME("fastStart") SEQOF, SEMI, 0, 30, DECODE | OPT,
1089          offsetof(Facility_UUIE, fastStart), _Facility_UUIE_fastStart},
1090         {FNAME("multipleCalls") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
1091         {FNAME("maintainConnection") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
1092         {FNAME("fastConnectRefused") NUL, FIXD, 0, 0, SKIP | OPT, 0, NULL},
1093         {FNAME("serviceControl") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
1094         {FNAME("circuitInfo") SEQ, 3, 3, 3, SKIP | EXT | OPT, 0, NULL},
1095         {FNAME("featureSet") SEQ, 3, 4, 4, SKIP | EXT | OPT, 0, NULL},
1096         {FNAME("destinationInfo") SEQ, 6, 8, 10, SKIP | EXT | OPT, 0, NULL},
1097         {FNAME("h245SecurityMode") CHOICE, 2, 4, 4, SKIP | EXT | OPT, 0,
1098          NULL},
1099 };
1100
1101 static field_t _CallIdentifier[] = {    /* SEQUENCE */
1102         {FNAME("guid") OCTSTR, FIXD, 16, 0, SKIP, 0, NULL},
1103 };
1104
1105 static field_t _SecurityServiceMode[] = {       /* CHOICE */
1106         {FNAME("nonStandard") SEQ, 0, 2, 2, SKIP, 0, _NonStandardParameter},
1107         {FNAME("none") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1108         {FNAME("default") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1109 };
1110
1111 static field_t _SecurityCapabilities[] = {      /* SEQUENCE */
1112         {FNAME("nonStandard") SEQ, 0, 2, 2, SKIP | OPT, 0,
1113          _NonStandardParameter},
1114         {FNAME("encryption") CHOICE, 2, 3, 3, SKIP | EXT, 0,
1115          _SecurityServiceMode},
1116         {FNAME("authenticaton") CHOICE, 2, 3, 3, SKIP | EXT, 0,
1117          _SecurityServiceMode},
1118         {FNAME("integrity") CHOICE, 2, 3, 3, SKIP | EXT, 0,
1119          _SecurityServiceMode},
1120 };
1121
1122 static field_t _H245Security[] = {      /* CHOICE */
1123         {FNAME("nonStandard") SEQ, 0, 2, 2, SKIP, 0, _NonStandardParameter},
1124         {FNAME("noSecurity") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1125         {FNAME("tls") SEQ, 1, 4, 4, SKIP | EXT, 0, _SecurityCapabilities},
1126         {FNAME("ipsec") SEQ, 1, 4, 4, SKIP | EXT, 0, _SecurityCapabilities},
1127 };
1128
1129 static field_t _DHset[] = {     /* SEQUENCE */
1130         {FNAME("halfkey") BITSTR, WORD, 0, 0, SKIP, 0, NULL},
1131         {FNAME("modSize") BITSTR, WORD, 0, 0, SKIP, 0, NULL},
1132         {FNAME("generator") BITSTR, WORD, 0, 0, SKIP, 0, NULL},
1133 };
1134
1135 static field_t _TypedCertificate[] = {  /* SEQUENCE */
1136         {FNAME("type") OID, BYTE, 0, 0, SKIP, 0, NULL},
1137         {FNAME("certificate") OCTSTR, SEMI, 0, 0, SKIP, 0, NULL},
1138 };
1139
1140 static field_t _H235_NonStandardParameter[] = { /* SEQUENCE */
1141         {FNAME("nonStandardIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1142         {FNAME("data") OCTSTR, SEMI, 0, 0, SKIP, 0, NULL},
1143 };
1144
1145 static field_t _ClearToken[] = {        /* SEQUENCE */
1146         {FNAME("tokenOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1147         {FNAME("timeStamp") INT, CONS, 1, 0, SKIP | OPT, 0, NULL},
1148         {FNAME("password") BMPSTR, 7, 1, 0, SKIP | OPT, 0, NULL},
1149         {FNAME("dhkey") SEQ, 0, 3, 3, SKIP | EXT | OPT, 0, _DHset},
1150         {FNAME("challenge") OCTSTR, 7, 8, 0, SKIP | OPT, 0, NULL},
1151         {FNAME("random") INT, UNCO, 0, 0, SKIP | OPT, 0, NULL},
1152         {FNAME("certificate") SEQ, 0, 2, 2, SKIP | EXT | OPT, 0,
1153          _TypedCertificate},
1154         {FNAME("generalID") BMPSTR, 7, 1, 0, SKIP | OPT, 0, NULL},
1155         {FNAME("nonStandard") SEQ, 0, 2, 2, SKIP | OPT, 0,
1156          _H235_NonStandardParameter},
1157         {FNAME("eckasdhkey") CHOICE, 1, 2, 2, SKIP | EXT | OPT, 0, NULL},
1158         {FNAME("sendersID") BMPSTR, 7, 1, 0, SKIP | OPT, 0, NULL},
1159 };
1160
1161 static field_t _Progress_UUIE_tokens[] = {      /* SEQUENCE OF */
1162         {FNAME("item") SEQ, 8, 9, 11, SKIP | EXT, 0, _ClearToken},
1163 };
1164
1165 static field_t _Params[] = {    /* SEQUENCE */
1166         {FNAME("ranInt") INT, UNCO, 0, 0, SKIP | OPT, 0, NULL},
1167         {FNAME("iv8") OCTSTR, FIXD, 8, 0, SKIP | OPT, 0, NULL},
1168         {FNAME("iv16") OCTSTR, FIXD, 16, 0, SKIP | OPT, 0, NULL},
1169 };
1170
1171 static field_t _CryptoH323Token_cryptoEPPwdHash_token[] = {     /* SEQUENCE */
1172         {FNAME("algorithmOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1173         {FNAME("paramS") SEQ, 2, 2, 3, SKIP | EXT, 0, _Params},
1174         {FNAME("hash") BITSTR, SEMI, 0, 0, SKIP, 0, NULL},
1175 };
1176
1177 static field_t _CryptoH323Token_cryptoEPPwdHash[] = {   /* SEQUENCE */
1178         {FNAME("alias") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress},
1179         {FNAME("timeStamp") INT, CONS, 1, 0, SKIP, 0, NULL},
1180         {FNAME("token") SEQ, 0, 3, 3, SKIP, 0,
1181          _CryptoH323Token_cryptoEPPwdHash_token},
1182 };
1183
1184 static field_t _CryptoH323Token_cryptoGKPwdHash_token[] = {     /* SEQUENCE */
1185         {FNAME("algorithmOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1186         {FNAME("paramS") SEQ, 2, 2, 3, SKIP | EXT, 0, _Params},
1187         {FNAME("hash") BITSTR, SEMI, 0, 0, SKIP, 0, NULL},
1188 };
1189
1190 static field_t _CryptoH323Token_cryptoGKPwdHash[] = {   /* SEQUENCE */
1191         {FNAME("gatekeeperId") BMPSTR, 7, 1, 0, SKIP, 0, NULL},
1192         {FNAME("timeStamp") INT, CONS, 1, 0, SKIP, 0, NULL},
1193         {FNAME("token") SEQ, 0, 3, 3, SKIP, 0,
1194          _CryptoH323Token_cryptoGKPwdHash_token},
1195 };
1196
1197 static field_t _CryptoH323Token_cryptoEPPwdEncr[] = {   /* SEQUENCE */
1198         {FNAME("algorithmOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1199         {FNAME("paramS") SEQ, 2, 2, 3, SKIP | EXT, 0, _Params},
1200         {FNAME("encryptedData") OCTSTR, SEMI, 0, 0, SKIP, 0, NULL},
1201 };
1202
1203 static field_t _CryptoH323Token_cryptoGKPwdEncr[] = {   /* SEQUENCE */
1204         {FNAME("algorithmOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1205         {FNAME("paramS") SEQ, 2, 2, 3, SKIP | EXT, 0, _Params},
1206         {FNAME("encryptedData") OCTSTR, SEMI, 0, 0, SKIP, 0, NULL},
1207 };
1208
1209 static field_t _CryptoH323Token_cryptoEPCert[] = {      /* SEQUENCE */
1210         {FNAME("toBeSigned") SEQ, 8, 9, 11, SKIP | OPEN | EXT, 0, NULL},
1211         {FNAME("algorithmOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1212         {FNAME("paramS") SEQ, 2, 2, 3, SKIP | EXT, 0, _Params},
1213         {FNAME("signature") BITSTR, SEMI, 0, 0, SKIP, 0, NULL},
1214 };
1215
1216 static field_t _CryptoH323Token_cryptoGKCert[] = {      /* SEQUENCE */
1217         {FNAME("toBeSigned") SEQ, 8, 9, 11, SKIP | OPEN | EXT, 0, NULL},
1218         {FNAME("algorithmOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1219         {FNAME("paramS") SEQ, 2, 2, 3, SKIP | EXT, 0, _Params},
1220         {FNAME("signature") BITSTR, SEMI, 0, 0, SKIP, 0, NULL},
1221 };
1222
1223 static field_t _CryptoH323Token_cryptoFastStart[] = {   /* SEQUENCE */
1224         {FNAME("toBeSigned") SEQ, 8, 9, 11, SKIP | OPEN | EXT, 0, NULL},
1225         {FNAME("algorithmOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1226         {FNAME("paramS") SEQ, 2, 2, 3, SKIP | EXT, 0, _Params},
1227         {FNAME("signature") BITSTR, SEMI, 0, 0, SKIP, 0, NULL},
1228 };
1229
1230 static field_t _CryptoToken_cryptoEncryptedToken_token[] = {    /* SEQUENCE */
1231         {FNAME("algorithmOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1232         {FNAME("paramS") SEQ, 2, 2, 3, SKIP | EXT, 0, _Params},
1233         {FNAME("encryptedData") OCTSTR, SEMI, 0, 0, SKIP, 0, NULL},
1234 };
1235
1236 static field_t _CryptoToken_cryptoEncryptedToken[] = {  /* SEQUENCE */
1237         {FNAME("tokenOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1238         {FNAME("token") SEQ, 0, 3, 3, SKIP, 0,
1239          _CryptoToken_cryptoEncryptedToken_token},
1240 };
1241
1242 static field_t _CryptoToken_cryptoSignedToken_token[] = {       /* SEQUENCE */
1243         {FNAME("toBeSigned") SEQ, 8, 9, 11, SKIP | OPEN | EXT, 0, NULL},
1244         {FNAME("algorithmOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1245         {FNAME("paramS") SEQ, 2, 2, 3, SKIP | EXT, 0, _Params},
1246         {FNAME("signature") BITSTR, SEMI, 0, 0, SKIP, 0, NULL},
1247 };
1248
1249 static field_t _CryptoToken_cryptoSignedToken[] = {     /* SEQUENCE */
1250         {FNAME("tokenOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1251         {FNAME("token") SEQ, 0, 4, 4, SKIP, 0,
1252          _CryptoToken_cryptoSignedToken_token},
1253 };
1254
1255 static field_t _CryptoToken_cryptoHashedToken_token[] = {       /* SEQUENCE */
1256         {FNAME("algorithmOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1257         {FNAME("paramS") SEQ, 2, 2, 3, SKIP | EXT, 0, _Params},
1258         {FNAME("hash") BITSTR, SEMI, 0, 0, SKIP, 0, NULL},
1259 };
1260
1261 static field_t _CryptoToken_cryptoHashedToken[] = {     /* SEQUENCE */
1262         {FNAME("tokenOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1263         {FNAME("hashedVals") SEQ, 8, 9, 11, SKIP | EXT, 0, _ClearToken},
1264         {FNAME("token") SEQ, 0, 3, 3, SKIP, 0,
1265          _CryptoToken_cryptoHashedToken_token},
1266 };
1267
1268 static field_t _CryptoToken_cryptoPwdEncr[] = { /* SEQUENCE */
1269         {FNAME("algorithmOID") OID, BYTE, 0, 0, SKIP, 0, NULL},
1270         {FNAME("paramS") SEQ, 2, 2, 3, SKIP | EXT, 0, _Params},
1271         {FNAME("encryptedData") OCTSTR, SEMI, 0, 0, SKIP, 0, NULL},
1272 };
1273
1274 static field_t _CryptoToken[] = {       /* CHOICE */
1275         {FNAME("cryptoEncryptedToken") SEQ, 0, 2, 2, SKIP, 0,
1276          _CryptoToken_cryptoEncryptedToken},
1277         {FNAME("cryptoSignedToken") SEQ, 0, 2, 2, SKIP, 0,
1278          _CryptoToken_cryptoSignedToken},
1279         {FNAME("cryptoHashedToken") SEQ, 0, 3, 3, SKIP, 0,
1280          _CryptoToken_cryptoHashedToken},
1281         {FNAME("cryptoPwdEncr") SEQ, 0, 3, 3, SKIP, 0,
1282          _CryptoToken_cryptoPwdEncr},
1283 };
1284
1285 static field_t _CryptoH323Token[] = {   /* CHOICE */
1286         {FNAME("cryptoEPPwdHash") SEQ, 0, 3, 3, SKIP, 0,
1287          _CryptoH323Token_cryptoEPPwdHash},
1288         {FNAME("cryptoGKPwdHash") SEQ, 0, 3, 3, SKIP, 0,
1289          _CryptoH323Token_cryptoGKPwdHash},
1290         {FNAME("cryptoEPPwdEncr") SEQ, 0, 3, 3, SKIP, 0,
1291          _CryptoH323Token_cryptoEPPwdEncr},
1292         {FNAME("cryptoGKPwdEncr") SEQ, 0, 3, 3, SKIP, 0,
1293          _CryptoH323Token_cryptoGKPwdEncr},
1294         {FNAME("cryptoEPCert") SEQ, 0, 4, 4, SKIP, 0,
1295          _CryptoH323Token_cryptoEPCert},
1296         {FNAME("cryptoGKCert") SEQ, 0, 4, 4, SKIP, 0,
1297          _CryptoH323Token_cryptoGKCert},
1298         {FNAME("cryptoFastStart") SEQ, 0, 4, 4, SKIP, 0,
1299          _CryptoH323Token_cryptoFastStart},
1300         {FNAME("nestedcryptoToken") CHOICE, 2, 4, 4, SKIP | EXT, 0,
1301          _CryptoToken},
1302 };
1303
1304 static field_t _Progress_UUIE_cryptoTokens[] = {        /* SEQUENCE OF */
1305         {FNAME("item") CHOICE, 3, 8, 8, SKIP | EXT, 0, _CryptoH323Token},
1306 };
1307
1308 static field_t _Progress_UUIE_fastStart[] = {   /* SEQUENCE OF */
1309         {FNAME("item") SEQ, 1, 3, 5, DECODE | OPEN | EXT,
1310          sizeof(OpenLogicalChannel), _OpenLogicalChannel}
1311         ,
1312 };
1313
1314 static field_t _Progress_UUIE[] = {     /* SEQUENCE */
1315         {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1316         {FNAME("destinationInfo") SEQ, 6, 8, 10, SKIP | EXT, 0,
1317          _EndpointType},
1318         {FNAME("h245Address") CHOICE, 3, 7, 7, DECODE | EXT | OPT,
1319          offsetof(Progress_UUIE, h245Address), _TransportAddress},
1320         {FNAME("callIdentifier") SEQ, 0, 1, 1, SKIP | EXT, 0,
1321          _CallIdentifier},
1322         {FNAME("h245SecurityMode") CHOICE, 2, 4, 4, SKIP | EXT | OPT, 0,
1323          _H245Security},
1324         {FNAME("tokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
1325          _Progress_UUIE_tokens},
1326         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
1327          _Progress_UUIE_cryptoTokens},
1328         {FNAME("fastStart") SEQOF, SEMI, 0, 30, DECODE | OPT,
1329          offsetof(Progress_UUIE, fastStart), _Progress_UUIE_fastStart},
1330         {FNAME("multipleCalls") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
1331         {FNAME("maintainConnection") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
1332         {FNAME("fastConnectRefused") NUL, FIXD, 0, 0, SKIP | OPT, 0, NULL},
1333 };
1334
1335 static field_t _H323_UU_PDU_h323_message_body[] = {     /* CHOICE */
1336         {FNAME("setup") SEQ, 7, 13, 39, DECODE | EXT,
1337          offsetof(H323_UU_PDU_h323_message_body, setup), _Setup_UUIE},
1338         {FNAME("callProceeding") SEQ, 1, 3, 12, DECODE | EXT,
1339          offsetof(H323_UU_PDU_h323_message_body, callProceeding),
1340          _CallProceeding_UUIE},
1341         {FNAME("connect") SEQ, 1, 4, 19, DECODE | EXT,
1342          offsetof(H323_UU_PDU_h323_message_body, connect), _Connect_UUIE},
1343         {FNAME("alerting") SEQ, 1, 3, 17, DECODE | EXT,
1344          offsetof(H323_UU_PDU_h323_message_body, alerting), _Alerting_UUIE},
1345         {FNAME("information") SEQ, 0, 1, 7, DECODE | EXT,
1346          offsetof(H323_UU_PDU_h323_message_body, information),
1347          _Information_UUIE},
1348         {FNAME("releaseComplete") SEQ, 1, 2, 11, SKIP | EXT, 0,
1349          _ReleaseComplete_UUIE},
1350         {FNAME("facility") SEQ, 3, 5, 21, DECODE | EXT,
1351          offsetof(H323_UU_PDU_h323_message_body, facility), _Facility_UUIE},
1352         {FNAME("progress") SEQ, 5, 8, 11, DECODE | EXT,
1353          offsetof(H323_UU_PDU_h323_message_body, progress), _Progress_UUIE},
1354         {FNAME("empty") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1355         {FNAME("status") SEQ, 2, 4, 4, SKIP | EXT, 0, NULL},
1356         {FNAME("statusInquiry") SEQ, 2, 4, 4, SKIP | EXT, 0, NULL},
1357         {FNAME("setupAcknowledge") SEQ, 2, 4, 4, SKIP | EXT, 0, NULL},
1358         {FNAME("notify") SEQ, 2, 4, 4, SKIP | EXT, 0, NULL},
1359 };
1360
1361 static field_t _RequestMessage[] = {    /* CHOICE */
1362         {FNAME("nonStandard") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
1363         {FNAME("masterSlaveDetermination") SEQ, 0, 2, 2, STOP | EXT, 0, NULL},
1364         {FNAME("terminalCapabilitySet") SEQ, 3, 5, 5, STOP | EXT, 0, NULL},
1365         {FNAME("openLogicalChannel") SEQ, 1, 3, 5, DECODE | EXT,
1366          offsetof(RequestMessage, openLogicalChannel), _OpenLogicalChannel},
1367         {FNAME("closeLogicalChannel") SEQ, 0, 2, 3, STOP | EXT, 0, NULL},
1368         {FNAME("requestChannelClose") SEQ, 0, 1, 3, STOP | EXT, 0, NULL},
1369         {FNAME("multiplexEntrySend") SEQ, 0, 2, 2, STOP | EXT, 0, NULL},
1370         {FNAME("requestMultiplexEntry") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
1371         {FNAME("requestMode") SEQ, 0, 2, 2, STOP | EXT, 0, NULL},
1372         {FNAME("roundTripDelayRequest") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
1373         {FNAME("maintenanceLoopRequest") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
1374         {FNAME("communicationModeRequest") SEQ, 0, 0, 0, STOP | EXT, 0, NULL},
1375         {FNAME("conferenceRequest") CHOICE, 3, 8, 16, STOP | EXT, 0, NULL},
1376         {FNAME("multilinkRequest") CHOICE, 3, 5, 5, STOP | EXT, 0, NULL},
1377         {FNAME("logicalChannelRateRequest") SEQ, 0, 3, 3, STOP | EXT, 0,
1378          NULL},
1379 };
1380
1381 static field_t _OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters[] = { /* CHOICE */
1382         {FNAME("h222LogicalChannelParameters") SEQ, 3, 5, 5, SKIP | EXT, 0,
1383          _H222LogicalChannelParameters},
1384         {FNAME("h2250LogicalChannelParameters") SEQ, 10, 11, 14, DECODE | EXT,
1385          offsetof
1386          (OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters,
1387           h2250LogicalChannelParameters), _H2250LogicalChannelParameters},
1388 };
1389
1390 static field_t _OpenLogicalChannelAck_reverseLogicalChannelParameters[] = {     /* SEQUENCE */
1391         {FNAME("reverseLogicalChannelNumber") INT, WORD, 1, 0, SKIP, 0, NULL},
1392         {FNAME("portNumber") INT, WORD, 0, 0, SKIP | OPT, 0, NULL},
1393         {FNAME("multiplexParameters") CHOICE, 0, 1, 2, DECODE | EXT | OPT,
1394          offsetof(OpenLogicalChannelAck_reverseLogicalChannelParameters,
1395                   multiplexParameters),
1396          _OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters},
1397         {FNAME("replacementFor") INT, WORD, 1, 0, SKIP | OPT, 0, NULL},
1398 };
1399
1400 static field_t _H2250LogicalChannelAckParameters_nonStandard[] = {      /* SEQUENCE OF */
1401         {FNAME("item") SEQ, 0, 2, 2, SKIP, 0, _H245_NonStandardParameter},
1402 };
1403
1404 static field_t _H2250LogicalChannelAckParameters[] = {  /* SEQUENCE */
1405         {FNAME("nonStandard") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
1406          _H2250LogicalChannelAckParameters_nonStandard},
1407         {FNAME("sessionID") INT, 8, 1, 0, SKIP | OPT, 0, NULL},
1408         {FNAME("mediaChannel") CHOICE, 1, 2, 2, DECODE | EXT | OPT,
1409          offsetof(H2250LogicalChannelAckParameters, mediaChannel),
1410          _H245_TransportAddress},
1411         {FNAME("mediaControlChannel") CHOICE, 1, 2, 2, DECODE | EXT | OPT,
1412          offsetof(H2250LogicalChannelAckParameters, mediaControlChannel),
1413          _H245_TransportAddress},
1414         {FNAME("dynamicRTPPayloadType") INT, 5, 96, 0, SKIP | OPT, 0, NULL},
1415         {FNAME("flowControlToZero") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
1416         {FNAME("portNumber") INT, WORD, 0, 0, SKIP | OPT, 0, NULL},
1417 };
1418
1419 static field_t _OpenLogicalChannelAck_forwardMultiplexAckParameters[] = {       /* CHOICE */
1420         {FNAME("h2250LogicalChannelAckParameters") SEQ, 5, 5, 7, DECODE | EXT,
1421          offsetof(OpenLogicalChannelAck_forwardMultiplexAckParameters,
1422                   h2250LogicalChannelAckParameters),
1423          _H2250LogicalChannelAckParameters},
1424 };
1425
1426 static field_t _OpenLogicalChannelAck[] = {     /* SEQUENCE */
1427         {FNAME("forwardLogicalChannelNumber") INT, WORD, 1, 0, SKIP, 0, NULL},
1428         {FNAME("reverseLogicalChannelParameters") SEQ, 2, 3, 4,
1429          DECODE | EXT | OPT, offsetof(OpenLogicalChannelAck,
1430                                       reverseLogicalChannelParameters),
1431          _OpenLogicalChannelAck_reverseLogicalChannelParameters},
1432         {FNAME("separateStack") SEQ, 2, 4, 5, SKIP | EXT | OPT, 0, NULL},
1433         {FNAME("forwardMultiplexAckParameters") CHOICE, 0, 1, 1,
1434          DECODE | EXT | OPT, offsetof(OpenLogicalChannelAck,
1435                                       forwardMultiplexAckParameters),
1436          _OpenLogicalChannelAck_forwardMultiplexAckParameters},
1437         {FNAME("encryptionSync") SEQ, 2, 4, 4, STOP | EXT | OPT, 0, NULL},
1438 };
1439
1440 static field_t _ResponseMessage[] = {   /* CHOICE */
1441         {FNAME("nonStandard") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
1442         {FNAME("masterSlaveDeterminationAck") SEQ, 0, 1, 1, STOP | EXT, 0,
1443          NULL},
1444         {FNAME("masterSlaveDeterminationReject") SEQ, 0, 1, 1, STOP | EXT, 0,
1445          NULL},
1446         {FNAME("terminalCapabilitySetAck") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
1447         {FNAME("terminalCapabilitySetReject") SEQ, 0, 2, 2, STOP | EXT, 0,
1448          NULL},
1449         {FNAME("openLogicalChannelAck") SEQ, 1, 2, 5, DECODE | EXT,
1450          offsetof(ResponseMessage, openLogicalChannelAck),
1451          _OpenLogicalChannelAck},
1452         {FNAME("openLogicalChannelReject") SEQ, 0, 2, 2, STOP | EXT, 0, NULL},
1453         {FNAME("closeLogicalChannelAck") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
1454         {FNAME("requestChannelCloseAck") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
1455         {FNAME("requestChannelCloseReject") SEQ, 0, 2, 2, STOP | EXT, 0,
1456          NULL},
1457         {FNAME("multiplexEntrySendAck") SEQ, 0, 2, 2, STOP | EXT, 0, NULL},
1458         {FNAME("multiplexEntrySendReject") SEQ, 0, 2, 2, STOP | EXT, 0, NULL},
1459         {FNAME("requestMultiplexEntryAck") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
1460         {FNAME("requestMultiplexEntryReject") SEQ, 0, 2, 2, STOP | EXT, 0,
1461          NULL},
1462         {FNAME("requestModeAck") SEQ, 0, 2, 2, STOP | EXT, 0, NULL},
1463         {FNAME("requestModeReject") SEQ, 0, 2, 2, STOP | EXT, 0, NULL},
1464         {FNAME("roundTripDelayResponse") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
1465         {FNAME("maintenanceLoopAck") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
1466         {FNAME("maintenanceLoopReject") SEQ, 0, 2, 2, STOP | EXT, 0, NULL},
1467         {FNAME("communicationModeResponse") CHOICE, 0, 1, 1, STOP | EXT, 0,
1468          NULL},
1469         {FNAME("conferenceResponse") CHOICE, 3, 8, 16, STOP | EXT, 0, NULL},
1470         {FNAME("multilinkResponse") CHOICE, 3, 5, 5, STOP | EXT, 0, NULL},
1471         {FNAME("logicalChannelRateAcknowledge") SEQ, 0, 3, 3, STOP | EXT, 0,
1472          NULL},
1473         {FNAME("logicalChannelRateReject") SEQ, 1, 4, 4, STOP | EXT, 0, NULL},
1474 };
1475
1476 static field_t _MultimediaSystemControlMessage[] = {    /* CHOICE */
1477         {FNAME("request") CHOICE, 4, 11, 15, DECODE | EXT,
1478          offsetof(MultimediaSystemControlMessage, request), _RequestMessage},
1479         {FNAME("response") CHOICE, 5, 19, 24, DECODE | EXT,
1480          offsetof(MultimediaSystemControlMessage, response),
1481          _ResponseMessage},
1482         {FNAME("command") CHOICE, 3, 7, 12, STOP | EXT, 0, NULL},
1483         {FNAME("indication") CHOICE, 4, 14, 23, STOP | EXT, 0, NULL},
1484 };
1485
1486 static field_t _H323_UU_PDU_h245Control[] = {   /* SEQUENCE OF */
1487         {FNAME("item") CHOICE, 2, 4, 4, DECODE | OPEN | EXT,
1488          sizeof(MultimediaSystemControlMessage),
1489          _MultimediaSystemControlMessage}
1490         ,
1491 };
1492
1493 static field_t _H323_UU_PDU[] = {       /* SEQUENCE */
1494         {FNAME("h323-message-body") CHOICE, 3, 7, 13, DECODE | EXT,
1495          offsetof(H323_UU_PDU, h323_message_body),
1496          _H323_UU_PDU_h323_message_body},
1497         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
1498          _NonStandardParameter},
1499         {FNAME("h4501SupplementaryService") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
1500          NULL},
1501         {FNAME("h245Tunneling") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
1502         {FNAME("h245Control") SEQOF, SEMI, 0, 4, DECODE | OPT,
1503          offsetof(H323_UU_PDU, h245Control), _H323_UU_PDU_h245Control},
1504         {FNAME("nonStandardControl") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1505         {FNAME("callLinkage") SEQ, 2, 2, 2, STOP | EXT | OPT, 0, NULL},
1506         {FNAME("tunnelledSignallingMessage") SEQ, 2, 4, 4, STOP | EXT | OPT,
1507          0, NULL},
1508         {FNAME("provisionalRespToH245Tunneling") NUL, FIXD, 0, 0, STOP | OPT,
1509          0, NULL},
1510         {FNAME("stimulusControl") SEQ, 3, 3, 3, STOP | EXT | OPT, 0, NULL},
1511         {FNAME("genericData") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1512 };
1513
1514 static field_t _H323_UserInformation[] = {      /* SEQUENCE */
1515         {FNAME("h323-uu-pdu") SEQ, 1, 2, 11, DECODE | EXT,
1516          offsetof(H323_UserInformation, h323_uu_pdu), _H323_UU_PDU},
1517         {FNAME("user-data") SEQ, 0, 2, 2, STOP | EXT | OPT, 0, NULL},
1518 };
1519
1520 static field_t _GatekeeperRequest[] = { /* SEQUENCE */
1521         {FNAME("requestSeqNum") INT, WORD, 1, 0, SKIP, 0, NULL},
1522         {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1523         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
1524          _NonStandardParameter},
1525         {FNAME("rasAddress") CHOICE, 3, 7, 7, DECODE | EXT,
1526          offsetof(GatekeeperRequest, rasAddress), _TransportAddress},
1527         {FNAME("endpointType") SEQ, 6, 8, 10, STOP | EXT, 0, NULL},
1528         {FNAME("gatekeeperIdentifier") BMPSTR, 7, 1, 0, STOP | OPT, 0, NULL},
1529         {FNAME("callServices") SEQ, 0, 8, 8, STOP | EXT | OPT, 0, NULL},
1530         {FNAME("endpointAlias") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1531         {FNAME("alternateEndpoints") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1532         {FNAME("tokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1533         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1534         {FNAME("authenticationCapability") SEQOF, SEMI, 0, 0, STOP | OPT, 0,
1535          NULL},
1536         {FNAME("algorithmOIDs") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1537         {FNAME("integrity") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1538         {FNAME("integrityCheckValue") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1539         {FNAME("supportsAltGK") NUL, FIXD, 0, 0, STOP | OPT, 0, NULL},
1540         {FNAME("featureSet") SEQ, 3, 4, 4, STOP | EXT | OPT, 0, NULL},
1541         {FNAME("genericData") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1542 };
1543
1544 static field_t _GatekeeperConfirm[] = { /* SEQUENCE */
1545         {FNAME("requestSeqNum") INT, WORD, 1, 0, SKIP, 0, NULL},
1546         {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1547         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
1548          _NonStandardParameter},
1549         {FNAME("gatekeeperIdentifier") BMPSTR, 7, 1, 0, SKIP | OPT, 0, NULL},
1550         {FNAME("rasAddress") CHOICE, 3, 7, 7, DECODE | EXT,
1551          offsetof(GatekeeperConfirm, rasAddress), _TransportAddress},
1552         {FNAME("alternateGatekeeper") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1553         {FNAME("authenticationMode") CHOICE, 3, 7, 8, STOP | EXT | OPT, 0,
1554          NULL},
1555         {FNAME("tokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1556         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1557         {FNAME("algorithmOID") OID, BYTE, 0, 0, STOP | OPT, 0, NULL},
1558         {FNAME("integrity") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1559         {FNAME("integrityCheckValue") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1560         {FNAME("featureSet") SEQ, 3, 4, 4, STOP | EXT | OPT, 0, NULL},
1561         {FNAME("genericData") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1562 };
1563
1564 static field_t _RegistrationRequest_callSignalAddress[] = {     /* SEQUENCE OF */
1565         {FNAME("item") CHOICE, 3, 7, 7, DECODE | EXT,
1566          sizeof(TransportAddress), _TransportAddress}
1567         ,
1568 };
1569
1570 static field_t _RegistrationRequest_rasAddress[] = {    /* SEQUENCE OF */
1571         {FNAME("item") CHOICE, 3, 7, 7, DECODE | EXT,
1572          sizeof(TransportAddress), _TransportAddress}
1573         ,
1574 };
1575
1576 static field_t _RegistrationRequest_terminalAlias[] = { /* SEQUENCE OF */
1577         {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress},
1578 };
1579
1580 static field_t _RegistrationRequest[] = {       /* SEQUENCE */
1581         {FNAME("requestSeqNum") INT, WORD, 1, 0, SKIP, 0, NULL},
1582         {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1583         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
1584          _NonStandardParameter},
1585         {FNAME("discoveryComplete") BOOL, FIXD, 0, 0, SKIP, 0, NULL},
1586         {FNAME("callSignalAddress") SEQOF, SEMI, 0, 10, DECODE,
1587          offsetof(RegistrationRequest, callSignalAddress),
1588          _RegistrationRequest_callSignalAddress},
1589         {FNAME("rasAddress") SEQOF, SEMI, 0, 10, DECODE,
1590          offsetof(RegistrationRequest, rasAddress),
1591          _RegistrationRequest_rasAddress},
1592         {FNAME("terminalType") SEQ, 6, 8, 10, SKIP | EXT, 0, _EndpointType},
1593         {FNAME("terminalAlias") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
1594          _RegistrationRequest_terminalAlias},
1595         {FNAME("gatekeeperIdentifier") BMPSTR, 7, 1, 0, SKIP | OPT, 0, NULL},
1596         {FNAME("endpointVendor") SEQ, 2, 3, 3, SKIP | EXT, 0,
1597          _VendorIdentifier},
1598         {FNAME("alternateEndpoints") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
1599         {FNAME("timeToLive") INT, CONS, 1, 0, DECODE | OPT,
1600          offsetof(RegistrationRequest, timeToLive), NULL},
1601         {FNAME("tokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1602         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1603         {FNAME("integrityCheckValue") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1604         {FNAME("keepAlive") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1605         {FNAME("endpointIdentifier") BMPSTR, 7, 1, 0, STOP | OPT, 0, NULL},
1606         {FNAME("willSupplyUUIEs") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1607         {FNAME("maintainConnection") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1608         {FNAME("alternateTransportAddresses") SEQ, 1, 1, 1, STOP | EXT | OPT,
1609          0, NULL},
1610         {FNAME("additiveRegistration") NUL, FIXD, 0, 0, STOP | OPT, 0, NULL},
1611         {FNAME("terminalAliasPattern") SEQOF, SEMI, 0, 0, STOP | OPT, 0,
1612          NULL},
1613         {FNAME("supportsAltGK") NUL, FIXD, 0, 0, STOP | OPT, 0, NULL},
1614         {FNAME("usageReportingCapability") SEQ, 3, 4, 4, STOP | EXT | OPT, 0,
1615          NULL},
1616         {FNAME("multipleCalls") BOOL, FIXD, 0, 0, STOP | OPT, 0, NULL},
1617         {FNAME("supportedH248Packages") SEQOF, SEMI, 0, 0, STOP | OPT, 0,
1618          NULL},
1619         {FNAME("callCreditCapability") SEQ, 2, 2, 2, STOP | EXT | OPT, 0,
1620          NULL},
1621         {FNAME("capacityReportingCapability") SEQ, 0, 1, 1, STOP | EXT | OPT,
1622          0, NULL},
1623         {FNAME("capacity") SEQ, 2, 2, 2, STOP | EXT | OPT, 0, NULL},
1624         {FNAME("featureSet") SEQ, 3, 4, 4, STOP | EXT | OPT, 0, NULL},
1625         {FNAME("genericData") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1626 };
1627
1628 static field_t _RegistrationConfirm_callSignalAddress[] = {     /* SEQUENCE OF */
1629         {FNAME("item") CHOICE, 3, 7, 7, DECODE | EXT,
1630          sizeof(TransportAddress), _TransportAddress}
1631         ,
1632 };
1633
1634 static field_t _RegistrationConfirm_terminalAlias[] = { /* SEQUENCE OF */
1635         {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress},
1636 };
1637
1638 static field_t _RegistrationConfirm[] = {       /* SEQUENCE */
1639         {FNAME("requestSeqNum") INT, WORD, 1, 0, SKIP, 0, NULL},
1640         {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1641         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
1642          _NonStandardParameter},
1643         {FNAME("callSignalAddress") SEQOF, SEMI, 0, 10, DECODE,
1644          offsetof(RegistrationConfirm, callSignalAddress),
1645          _RegistrationConfirm_callSignalAddress},
1646         {FNAME("terminalAlias") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
1647          _RegistrationConfirm_terminalAlias},
1648         {FNAME("gatekeeperIdentifier") BMPSTR, 7, 1, 0, SKIP | OPT, 0, NULL},
1649         {FNAME("endpointIdentifier") BMPSTR, 7, 1, 0, SKIP, 0, NULL},
1650         {FNAME("alternateGatekeeper") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
1651         {FNAME("timeToLive") INT, CONS, 1, 0, DECODE | OPT,
1652          offsetof(RegistrationConfirm, timeToLive), NULL},
1653         {FNAME("tokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1654         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1655         {FNAME("integrityCheckValue") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1656         {FNAME("willRespondToIRR") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1657         {FNAME("preGrantedARQ") SEQ, 0, 4, 8, STOP | EXT | OPT, 0, NULL},
1658         {FNAME("maintainConnection") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1659         {FNAME("serviceControl") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1660         {FNAME("supportsAdditiveRegistration") NUL, FIXD, 0, 0, STOP | OPT, 0,
1661          NULL},
1662         {FNAME("terminalAliasPattern") SEQOF, SEMI, 0, 0, STOP | OPT, 0,
1663          NULL},
1664         {FNAME("supportedPrefixes") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1665         {FNAME("usageSpec") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1666         {FNAME("featureServerAlias") CHOICE, 1, 2, 7, STOP | EXT | OPT, 0,
1667          NULL},
1668         {FNAME("capacityReportingSpec") SEQ, 0, 1, 1, STOP | EXT | OPT, 0,
1669          NULL},
1670         {FNAME("featureSet") SEQ, 3, 4, 4, STOP | EXT | OPT, 0, NULL},
1671         {FNAME("genericData") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1672 };
1673
1674 static field_t _UnregistrationRequest_callSignalAddress[] = {   /* SEQUENCE OF */
1675         {FNAME("item") CHOICE, 3, 7, 7, DECODE | EXT,
1676          sizeof(TransportAddress), _TransportAddress}
1677         ,
1678 };
1679
1680 static field_t _UnregistrationRequest[] = {     /* SEQUENCE */
1681         {FNAME("requestSeqNum") INT, WORD, 1, 0, SKIP, 0, NULL},
1682         {FNAME("callSignalAddress") SEQOF, SEMI, 0, 10, DECODE,
1683          offsetof(UnregistrationRequest, callSignalAddress),
1684          _UnregistrationRequest_callSignalAddress},
1685         {FNAME("endpointAlias") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1686         {FNAME("nonStandardData") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1687         {FNAME("endpointIdentifier") BMPSTR, 7, 1, 0, STOP | OPT, 0, NULL},
1688         {FNAME("alternateEndpoints") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1689         {FNAME("gatekeeperIdentifier") BMPSTR, 7, 1, 0, STOP | OPT, 0, NULL},
1690         {FNAME("tokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1691         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1692         {FNAME("integrityCheckValue") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1693         {FNAME("reason") CHOICE, 2, 4, 5, STOP | EXT | OPT, 0, NULL},
1694         {FNAME("endpointAliasPattern") SEQOF, SEMI, 0, 0, STOP | OPT, 0,
1695          NULL},
1696         {FNAME("supportedPrefixes") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1697         {FNAME("alternateGatekeeper") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1698         {FNAME("genericData") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1699 };
1700
1701 static field_t _CallModel[] = { /* CHOICE */
1702         {FNAME("direct") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1703         {FNAME("gatekeeperRouted") NUL, FIXD, 0, 0, SKIP, 0, NULL},
1704 };
1705
1706 static field_t _AdmissionRequest_destinationInfo[] = {  /* SEQUENCE OF */
1707         {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress},
1708 };
1709
1710 static field_t _AdmissionRequest_destExtraCallInfo[] = {        /* SEQUENCE OF */
1711         {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress},
1712 };
1713
1714 static field_t _AdmissionRequest_srcInfo[] = {  /* SEQUENCE OF */
1715         {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress},
1716 };
1717
1718 static field_t _AdmissionRequest[] = {  /* SEQUENCE */
1719         {FNAME("requestSeqNum") INT, WORD, 1, 0, SKIP, 0, NULL},
1720         {FNAME("callType") CHOICE, 2, 4, 4, SKIP | EXT, 0, _CallType},
1721         {FNAME("callModel") CHOICE, 1, 2, 2, SKIP | EXT | OPT, 0, _CallModel},
1722         {FNAME("endpointIdentifier") BMPSTR, 7, 1, 0, SKIP, 0, NULL},
1723         {FNAME("destinationInfo") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
1724          _AdmissionRequest_destinationInfo},
1725         {FNAME("destCallSignalAddress") CHOICE, 3, 7, 7, DECODE | EXT | OPT,
1726          offsetof(AdmissionRequest, destCallSignalAddress),
1727          _TransportAddress},
1728         {FNAME("destExtraCallInfo") SEQOF, SEMI, 0, 0, SKIP | OPT, 0,
1729          _AdmissionRequest_destExtraCallInfo},
1730         {FNAME("srcInfo") SEQOF, SEMI, 0, 0, SKIP, 0,
1731          _AdmissionRequest_srcInfo},
1732         {FNAME("srcCallSignalAddress") CHOICE, 3, 7, 7, DECODE | EXT | OPT,
1733          offsetof(AdmissionRequest, srcCallSignalAddress), _TransportAddress},
1734         {FNAME("bandWidth") INT, CONS, 0, 0, STOP, 0, NULL},
1735         {FNAME("callReferenceValue") INT, WORD, 0, 0, STOP, 0, NULL},
1736         {FNAME("nonStandardData") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1737         {FNAME("callServices") SEQ, 0, 8, 8, STOP | EXT | OPT, 0, NULL},
1738         {FNAME("conferenceID") OCTSTR, FIXD, 16, 0, STOP, 0, NULL},
1739         {FNAME("activeMC") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1740         {FNAME("answerCall") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1741         {FNAME("canMapAlias") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1742         {FNAME("callIdentifier") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
1743         {FNAME("srcAlternatives") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1744         {FNAME("destAlternatives") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1745         {FNAME("gatekeeperIdentifier") BMPSTR, 7, 1, 0, STOP | OPT, 0, NULL},
1746         {FNAME("tokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1747         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1748         {FNAME("integrityCheckValue") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1749         {FNAME("transportQOS") CHOICE, 2, 3, 3, STOP | EXT | OPT, 0, NULL},
1750         {FNAME("willSupplyUUIEs") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1751         {FNAME("callLinkage") SEQ, 2, 2, 2, STOP | EXT | OPT, 0, NULL},
1752         {FNAME("gatewayDataRate") SEQ, 2, 3, 3, STOP | EXT | OPT, 0, NULL},
1753         {FNAME("capacity") SEQ, 2, 2, 2, STOP | EXT | OPT, 0, NULL},
1754         {FNAME("circuitInfo") SEQ, 3, 3, 3, STOP | EXT | OPT, 0, NULL},
1755         {FNAME("desiredProtocols") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1756         {FNAME("desiredTunnelledProtocol") SEQ, 1, 2, 2, STOP | EXT | OPT, 0,
1757          NULL},
1758         {FNAME("featureSet") SEQ, 3, 4, 4, STOP | EXT | OPT, 0, NULL},
1759         {FNAME("genericData") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1760 };
1761
1762 static field_t _AdmissionConfirm[] = {  /* SEQUENCE */
1763         {FNAME("requestSeqNum") INT, WORD, 1, 0, SKIP, 0, NULL},
1764         {FNAME("bandWidth") INT, CONS, 0, 0, SKIP, 0, NULL},
1765         {FNAME("callModel") CHOICE, 1, 2, 2, SKIP | EXT, 0, _CallModel},
1766         {FNAME("destCallSignalAddress") CHOICE, 3, 7, 7, DECODE | EXT,
1767          offsetof(AdmissionConfirm, destCallSignalAddress),
1768          _TransportAddress},
1769         {FNAME("irrFrequency") INT, WORD, 1, 0, STOP | OPT, 0, NULL},
1770         {FNAME("nonStandardData") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1771         {FNAME("destinationInfo") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1772         {FNAME("destExtraCallInfo") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1773         {FNAME("destinationType") SEQ, 6, 8, 10, STOP | EXT | OPT, 0, NULL},
1774         {FNAME("remoteExtensionAddress") SEQOF, SEMI, 0, 0, STOP | OPT, 0,
1775          NULL},
1776         {FNAME("alternateEndpoints") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1777         {FNAME("tokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1778         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1779         {FNAME("integrityCheckValue") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1780         {FNAME("transportQOS") CHOICE, 2, 3, 3, STOP | EXT | OPT, 0, NULL},
1781         {FNAME("willRespondToIRR") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1782         {FNAME("uuiesRequested") SEQ, 0, 9, 13, STOP | EXT, 0, NULL},
1783         {FNAME("language") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1784         {FNAME("alternateTransportAddresses") SEQ, 1, 1, 1, STOP | EXT | OPT,
1785          0, NULL},
1786         {FNAME("useSpecifiedTransport") CHOICE, 1, 2, 2, STOP | EXT | OPT, 0,
1787          NULL},
1788         {FNAME("circuitInfo") SEQ, 3, 3, 3, STOP | EXT | OPT, 0, NULL},
1789         {FNAME("usageSpec") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1790         {FNAME("supportedProtocols") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1791         {FNAME("serviceControl") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1792         {FNAME("multipleCalls") BOOL, FIXD, 0, 0, STOP | OPT, 0, NULL},
1793         {FNAME("featureSet") SEQ, 3, 4, 4, STOP | EXT | OPT, 0, NULL},
1794         {FNAME("genericData") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1795 };
1796
1797 static field_t _LocationRequest_destinationInfo[] = {   /* SEQUENCE OF */
1798         {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress},
1799 };
1800
1801 static field_t _LocationRequest[] = {   /* SEQUENCE */
1802         {FNAME("requestSeqNum") INT, WORD, 1, 0, SKIP, 0, NULL},
1803         {FNAME("endpointIdentifier") BMPSTR, 7, 1, 0, SKIP | OPT, 0, NULL},
1804         {FNAME("destinationInfo") SEQOF, SEMI, 0, 0, SKIP, 0,
1805          _LocationRequest_destinationInfo},
1806         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
1807          _NonStandardParameter},
1808         {FNAME("replyAddress") CHOICE, 3, 7, 7, DECODE | EXT,
1809          offsetof(LocationRequest, replyAddress), _TransportAddress},
1810         {FNAME("sourceInfo") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1811         {FNAME("canMapAlias") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1812         {FNAME("gatekeeperIdentifier") BMPSTR, 7, 1, 0, STOP | OPT, 0, NULL},
1813         {FNAME("tokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1814         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1815         {FNAME("integrityCheckValue") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1816         {FNAME("desiredProtocols") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1817         {FNAME("desiredTunnelledProtocol") SEQ, 1, 2, 2, STOP | EXT | OPT, 0,
1818          NULL},
1819         {FNAME("featureSet") SEQ, 3, 4, 4, STOP | EXT | OPT, 0, NULL},
1820         {FNAME("genericData") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1821         {FNAME("hopCount") INT, 8, 1, 0, STOP | OPT, 0, NULL},
1822         {FNAME("circuitInfo") SEQ, 3, 3, 3, STOP | EXT | OPT, 0, NULL},
1823 };
1824
1825 static field_t _LocationConfirm[] = {   /* SEQUENCE */
1826         {FNAME("requestSeqNum") INT, WORD, 1, 0, SKIP, 0, NULL},
1827         {FNAME("callSignalAddress") CHOICE, 3, 7, 7, DECODE | EXT,
1828          offsetof(LocationConfirm, callSignalAddress), _TransportAddress},
1829         {FNAME("rasAddress") CHOICE, 3, 7, 7, DECODE | EXT,
1830          offsetof(LocationConfirm, rasAddress), _TransportAddress},
1831         {FNAME("nonStandardData") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1832         {FNAME("destinationInfo") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1833         {FNAME("destExtraCallInfo") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1834         {FNAME("destinationType") SEQ, 6, 8, 10, STOP | EXT | OPT, 0, NULL},
1835         {FNAME("remoteExtensionAddress") SEQOF, SEMI, 0, 0, STOP | OPT, 0,
1836          NULL},
1837         {FNAME("alternateEndpoints") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1838         {FNAME("tokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1839         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1840         {FNAME("integrityCheckValue") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1841         {FNAME("alternateTransportAddresses") SEQ, 1, 1, 1, STOP | EXT | OPT,
1842          0, NULL},
1843         {FNAME("supportedProtocols") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1844         {FNAME("multipleCalls") BOOL, FIXD, 0, 0, STOP | OPT, 0, NULL},
1845         {FNAME("featureSet") SEQ, 3, 4, 4, STOP | EXT | OPT, 0, NULL},
1846         {FNAME("genericData") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1847         {FNAME("circuitInfo") SEQ, 3, 3, 3, STOP | EXT | OPT, 0, NULL},
1848         {FNAME("serviceControl") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1849 };
1850
1851 static field_t _InfoRequestResponse_callSignalAddress[] = {     /* SEQUENCE OF */
1852         {FNAME("item") CHOICE, 3, 7, 7, DECODE | EXT,
1853          sizeof(TransportAddress), _TransportAddress}
1854         ,
1855 };
1856
1857 static field_t _InfoRequestResponse[] = {       /* SEQUENCE */
1858         {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
1859          _NonStandardParameter},
1860         {FNAME("requestSeqNum") INT, WORD, 1, 0, SKIP, 0, NULL},
1861         {FNAME("endpointType") SEQ, 6, 8, 10, SKIP | EXT, 0, _EndpointType},
1862         {FNAME("endpointIdentifier") BMPSTR, 7, 1, 0, SKIP, 0, NULL},
1863         {FNAME("rasAddress") CHOICE, 3, 7, 7, DECODE | EXT,
1864          offsetof(InfoRequestResponse, rasAddress), _TransportAddress},
1865         {FNAME("callSignalAddress") SEQOF, SEMI, 0, 10, DECODE,
1866          offsetof(InfoRequestResponse, callSignalAddress),
1867          _InfoRequestResponse_callSignalAddress},
1868         {FNAME("endpointAlias") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1869         {FNAME("perCallInfo") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1870         {FNAME("tokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1871         {FNAME("cryptoTokens") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1872         {FNAME("integrityCheckValue") SEQ, 0, 2, 2, STOP | OPT, 0, NULL},
1873         {FNAME("needResponse") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1874         {FNAME("capacity") SEQ, 2, 2, 2, STOP | EXT | OPT, 0, NULL},
1875         {FNAME("irrStatus") CHOICE, 2, 4, 4, STOP | EXT | OPT, 0, NULL},
1876         {FNAME("unsolicited") BOOL, FIXD, 0, 0, STOP, 0, NULL},
1877         {FNAME("genericData") SEQOF, SEMI, 0, 0, STOP | OPT, 0, NULL},
1878 };
1879
1880 static field_t _RasMessage[] = {        /* CHOICE */
1881         {FNAME("gatekeeperRequest") SEQ, 4, 8, 18, DECODE | EXT,
1882          offsetof(RasMessage, gatekeeperRequest), _GatekeeperRequest},
1883         {FNAME("gatekeeperConfirm") SEQ, 2, 5, 14, DECODE | EXT,
1884          offsetof(RasMessage, gatekeeperConfirm), _GatekeeperConfirm},
1885         {FNAME("gatekeeperReject") SEQ, 2, 5, 11, STOP | EXT, 0, NULL},
1886         {FNAME("registrationRequest") SEQ, 3, 10, 31, DECODE | EXT,
1887          offsetof(RasMessage, registrationRequest), _RegistrationRequest},
1888         {FNAME("registrationConfirm") SEQ, 3, 7, 24, DECODE | EXT,
1889          offsetof(RasMessage, registrationConfirm), _RegistrationConfirm},
1890         {FNAME("registrationReject") SEQ, 2, 5, 11, STOP | EXT, 0, NULL},
1891         {FNAME("unregistrationRequest") SEQ, 3, 5, 15, DECODE | EXT,
1892          offsetof(RasMessage, unregistrationRequest), _UnregistrationRequest},
1893         {FNAME("unregistrationConfirm") SEQ, 1, 2, 6, STOP | EXT, 0, NULL},
1894         {FNAME("unregistrationReject") SEQ, 1, 3, 8, STOP | EXT, 0, NULL},
1895         {FNAME("admissionRequest") SEQ, 7, 16, 34, DECODE | EXT,
1896          offsetof(RasMessage, admissionRequest), _AdmissionRequest},
1897         {FNAME("admissionConfirm") SEQ, 2, 6, 27, DECODE | EXT,
1898          offsetof(RasMessage, admissionConfirm), _AdmissionConfirm},
1899         {FNAME("admissionReject") SEQ, 1, 3, 11, STOP | EXT, 0, NULL},
1900         {FNAME("bandwidthRequest") SEQ, 2, 7, 18, STOP | EXT, 0, NULL},
1901         {FNAME("bandwidthConfirm") SEQ, 1, 3, 8, STOP | EXT, 0, NULL},
1902         {FNAME("bandwidthReject") SEQ, 1, 4, 9, STOP | EXT, 0, NULL},
1903         {FNAME("disengageRequest") SEQ, 1, 6, 19, STOP | EXT, 0, NULL},
1904         {FNAME("disengageConfirm") SEQ, 1, 2, 9, STOP | EXT, 0, NULL},
1905         {FNAME("disengageReject") SEQ, 1, 3, 8, STOP | EXT, 0, NULL},
1906         {FNAME("locationRequest") SEQ, 2, 5, 17, DECODE | EXT,
1907          offsetof(RasMessage, locationRequest), _LocationRequest},
1908         {FNAME("locationConfirm") SEQ, 1, 4, 19, DECODE | EXT,
1909          offsetof(RasMessage, locationConfirm), _LocationConfirm},
1910         {FNAME("locationReject") SEQ, 1, 3, 10, STOP | EXT, 0, NULL},
1911         {FNAME("infoRequest") SEQ, 2, 4, 15, STOP | EXT, 0, NULL},
1912         {FNAME("infoRequestResponse") SEQ, 3, 8, 16, DECODE | EXT,
1913          offsetof(RasMessage, infoRequestResponse), _InfoRequestResponse},
1914         {FNAME("nonStandardMessage") SEQ, 0, 2, 7, STOP | EXT, 0, NULL},
1915         {FNAME("unknownMessageResponse") SEQ, 0, 1, 5, STOP | EXT, 0, NULL},
1916         {FNAME("requestInProgress") SEQ, 4, 6, 6, STOP | EXT, 0, NULL},
1917         {FNAME("resourcesAvailableIndicate") SEQ, 4, 9, 11, STOP | EXT, 0,
1918          NULL},
1919         {FNAME("resourcesAvailableConfirm") SEQ, 4, 6, 7, STOP | EXT, 0,
1920          NULL},
1921         {FNAME("infoRequestAck") SEQ, 4, 5, 5, STOP | EXT, 0, NULL},
1922         {FNAME("infoRequestNak") SEQ, 5, 7, 7, STOP | EXT, 0, NULL},
1923         {FNAME("serviceControlIndication") SEQ, 8, 10, 10, STOP | EXT, 0,
1924          NULL},
1925         {FNAME("serviceControlResponse") SEQ, 7, 8, 8, STOP | EXT, 0, NULL},
1926 };