blob: 1145f1532ed416445271b4dfb3d27278bb0cbbf0 [file] [log] [blame]
Lev Walkina00d6b32006-03-21 03:40:38 +00001
2/*** <<< INCLUDES [SIGNED] >>> ***/
3
4#include <REAL.h>
5#include <constr_SEQUENCE.h>
6#include <INTEGER.h>
7#include <constr_SET.h>
8
9/*** <<< DEPS [SIGNED] >>> ***/
10
11
12/*
13 * Method of determining the components presence
14 */
15typedef enum signed_PR {
16 signed_PR_a, /* Member a is present */
17} signed_PR;
18
19/*** <<< TYPE-DECLS [SIGNED] >>> ***/
20
21typedef struct SIGNED_16P0 {
22 REAL_t Signed;
23
24 /* Context for parsing across buffer boundaries */
25 asn_struct_ctx_t _asn_ctx;
26} SIGNED_16P0_t;
27typedef struct SIGNED_16P1 {
28 struct Signed {
29 INTEGER_t a;
30
31 /* Presence bitmask: ASN_SET_ISPRESENT(psigned, signed_PR_x) */
32 unsigned int _presence_map
33 [((1+(8*sizeof(unsigned int))-1)/(8*sizeof(unsigned int)))];
34
35 /* Context for parsing across buffer boundaries */
36 asn_struct_ctx_t _asn_ctx;
37 } Signed;
38
39 /* Context for parsing across buffer boundaries */
40 asn_struct_ctx_t _asn_ctx;
41} SIGNED_16P1_t;
42
43/*** <<< FUNC-DECLS [SIGNED] >>> ***/
44
45extern asn_TYPE_descriptor_t asn_DEF_SIGNED_16P0;
46extern asn_TYPE_descriptor_t asn_DEF_SIGNED_16P1;
47
48/*** <<< STAT-DEFS [SIGNED] >>> ***/
49
50static asn_TYPE_member_t asn_MBR_SIGNED_16P0_1[] = {
51 { ATF_NOFLAGS, 0, offsetof(struct SIGNED_16P0, Signed),
52 .tag = (ASN_TAG_CLASS_UNIVERSAL | (9 << 2)),
53 .tag_mode = 0,
54 .type = &asn_DEF_REAL,
55 .memb_constraints = 0, /* Defer constraints checking to the member type */
56 .per_constraints = 0, /* PER is not compiled, use -gen-PER */
57 .default_value = 0,
58 .name = "signed"
59 },
60};
Lev Walkina7591b52014-10-12 18:37:35 -070061static const ber_tlv_tag_t asn_DEF_SIGNED_16P0_tags_1[] = {
Lev Walkina00d6b32006-03-21 03:40:38 +000062 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
63};
Lev Walkina7591b52014-10-12 18:37:35 -070064static const asn_TYPE_tag2member_t asn_MAP_SIGNED_16P0_tag2el_1[] = {
Lev Walkin4062b012013-10-11 14:29:38 -070065 { (ASN_TAG_CLASS_UNIVERSAL | (9 << 2)), 0, 0, 0 } /* signed */
Lev Walkina00d6b32006-03-21 03:40:38 +000066};
67static asn_SEQUENCE_specifics_t asn_SPC_SIGNED_16P0_specs_1 = {
68 sizeof(struct SIGNED_16P0),
69 offsetof(struct SIGNED_16P0, _asn_ctx),
70 asn_MAP_SIGNED_16P0_tag2el_1,
71 1, /* Count of tags in the map */
72 0, 0, 0, /* Optional elements (not needed) */
73 -1, /* Start extensions */
74 -1 /* Stop extensions */
75};
76asn_TYPE_descriptor_t asn_DEF_SIGNED_16P0 = {
77 "SIGNED",
78 "SIGNED",
79 SEQUENCE_free,
80 SEQUENCE_print,
81 SEQUENCE_constraint,
82 SEQUENCE_decode_ber,
83 SEQUENCE_encode_der,
84 SEQUENCE_decode_xer,
85 SEQUENCE_encode_xer,
Lev Walkin9f5bb3a2006-08-18 01:46:46 +000086 0, 0, /* No PER support, use "-gen-PER" to enable */
Lev Walkina00d6b32006-03-21 03:40:38 +000087 0, /* Use generic outmost tag fetcher */
88 asn_DEF_SIGNED_16P0_tags_1,
89 sizeof(asn_DEF_SIGNED_16P0_tags_1)
90 /sizeof(asn_DEF_SIGNED_16P0_tags_1[0]), /* 1 */
91 asn_DEF_SIGNED_16P0_tags_1, /* Same as above */
92 sizeof(asn_DEF_SIGNED_16P0_tags_1)
93 /sizeof(asn_DEF_SIGNED_16P0_tags_1[0]), /* 1 */
94 0, /* No PER visible constraints */
95 asn_MBR_SIGNED_16P0_1,
96 1, /* Elements count */
97 &asn_SPC_SIGNED_16P0_specs_1 /* Additional specs */
98};
99
100static asn_TYPE_member_t asn_MBR_signed_4[] = {
101 { ATF_NOFLAGS, 0, offsetof(struct Signed, a),
102 .tag = (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
103 .tag_mode = 0,
104 .type = &asn_DEF_INTEGER,
105 .memb_constraints = 0, /* Defer constraints checking to the member type */
106 .per_constraints = 0, /* PER is not compiled, use -gen-PER */
107 .default_value = 0,
108 .name = "a"
109 },
110};
Lev Walkina7591b52014-10-12 18:37:35 -0700111static const ber_tlv_tag_t asn_DEF_signed_tags_4[] = {
Lev Walkina00d6b32006-03-21 03:40:38 +0000112 (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
113};
Lev Walkina7591b52014-10-12 18:37:35 -0700114static const asn_TYPE_tag2member_t asn_MAP_signed_tag2el_4[] = {
Lev Walkin4062b012013-10-11 14:29:38 -0700115 { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 } /* a */
Lev Walkina00d6b32006-03-21 03:40:38 +0000116};
Lev Walkina7591b52014-10-12 18:37:35 -0700117static const uint8_t asn_MAP_signed_mmap_4[(1 + (8 * sizeof(unsigned int)) - 1) / 8] = {
Lev Walkina00d6b32006-03-21 03:40:38 +0000118 (1 << 7)
119};
120static asn_SET_specifics_t asn_SPC_signed_specs_4 = {
121 sizeof(struct Signed),
122 offsetof(struct Signed, _asn_ctx),
123 offsetof(struct Signed, _presence_map),
124 asn_MAP_signed_tag2el_4,
125 1, /* Count of tags in the map */
126 asn_MAP_signed_tag2el_4, /* Same as above */
127 1, /* Count of tags in the CXER map */
128 0, /* Whether extensible */
129 (unsigned int *)asn_MAP_signed_mmap_4 /* Mandatory elements map */
130};
131static /* Use -fall-defs-global to expose */
132asn_TYPE_descriptor_t asn_DEF_signed_4 = {
133 "signed",
134 "signed",
135 SET_free,
136 SET_print,
137 SET_constraint,
138 SET_decode_ber,
139 SET_encode_der,
140 SET_decode_xer,
141 SET_encode_xer,
Lev Walkin9f5bb3a2006-08-18 01:46:46 +0000142 0, 0, /* No PER support, use "-gen-PER" to enable */
Lev Walkina00d6b32006-03-21 03:40:38 +0000143 0, /* Use generic outmost tag fetcher */
144 asn_DEF_signed_tags_4,
145 sizeof(asn_DEF_signed_tags_4)
146 /sizeof(asn_DEF_signed_tags_4[0]), /* 1 */
147 asn_DEF_signed_tags_4, /* Same as above */
148 sizeof(asn_DEF_signed_tags_4)
149 /sizeof(asn_DEF_signed_tags_4[0]), /* 1 */
150 0, /* No PER visible constraints */
151 asn_MBR_signed_4,
152 1, /* Elements count */
153 &asn_SPC_signed_specs_4 /* Additional specs */
154};
155
156static asn_TYPE_member_t asn_MBR_SIGNED_16P1_3[] = {
157 { ATF_NOFLAGS, 0, offsetof(struct SIGNED_16P1, Signed),
158 .tag = (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)),
159 .tag_mode = 0,
160 .type = &asn_DEF_signed_4,
161 .memb_constraints = 0, /* Defer constraints checking to the member type */
162 .per_constraints = 0, /* PER is not compiled, use -gen-PER */
163 .default_value = 0,
164 .name = "signed"
165 },
166};
Lev Walkina7591b52014-10-12 18:37:35 -0700167static const ber_tlv_tag_t asn_DEF_SIGNED_16P1_tags_3[] = {
Lev Walkina00d6b32006-03-21 03:40:38 +0000168 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
169};
Lev Walkina7591b52014-10-12 18:37:35 -0700170static const asn_TYPE_tag2member_t asn_MAP_SIGNED_16P1_tag2el_3[] = {
Lev Walkin4062b012013-10-11 14:29:38 -0700171 { (ASN_TAG_CLASS_UNIVERSAL | (17 << 2)), 0, 0, 0 } /* signed */
Lev Walkina00d6b32006-03-21 03:40:38 +0000172};
173static asn_SEQUENCE_specifics_t asn_SPC_SIGNED_16P1_specs_3 = {
174 sizeof(struct SIGNED_16P1),
175 offsetof(struct SIGNED_16P1, _asn_ctx),
176 asn_MAP_SIGNED_16P1_tag2el_3,
177 1, /* Count of tags in the map */
178 0, 0, 0, /* Optional elements (not needed) */
179 -1, /* Start extensions */
180 -1 /* Stop extensions */
181};
182asn_TYPE_descriptor_t asn_DEF_SIGNED_16P1 = {
183 "SIGNED",
184 "SIGNED",
185 SEQUENCE_free,
186 SEQUENCE_print,
187 SEQUENCE_constraint,
188 SEQUENCE_decode_ber,
189 SEQUENCE_encode_der,
190 SEQUENCE_decode_xer,
191 SEQUENCE_encode_xer,
Lev Walkin9f5bb3a2006-08-18 01:46:46 +0000192 0, 0, /* No PER support, use "-gen-PER" to enable */
Lev Walkina00d6b32006-03-21 03:40:38 +0000193 0, /* Use generic outmost tag fetcher */
194 asn_DEF_SIGNED_16P1_tags_3,
195 sizeof(asn_DEF_SIGNED_16P1_tags_3)
196 /sizeof(asn_DEF_SIGNED_16P1_tags_3[0]), /* 1 */
197 asn_DEF_SIGNED_16P1_tags_3, /* Same as above */
198 sizeof(asn_DEF_SIGNED_16P1_tags_3)
199 /sizeof(asn_DEF_SIGNED_16P1_tags_3[0]), /* 1 */
200 0, /* No PER visible constraints */
201 asn_MBR_SIGNED_16P1_3,
202 1, /* Elements count */
203 &asn_SPC_SIGNED_16P1_specs_3 /* Additional specs */
204};
205
206
207/*** <<< INCLUDES [SignedREAL] >>> ***/
208
Lev Walkin22b5ed42006-09-13 02:51:20 +0000209#include "SIGNED.h"
Lev Walkina00d6b32006-03-21 03:40:38 +0000210
211/*** <<< TYPE-DECLS [SignedREAL] >>> ***/
212
213typedef SIGNED_16P0_t SignedREAL_t;
214
215/*** <<< FUNC-DECLS [SignedREAL] >>> ***/
216
217extern asn_TYPE_descriptor_t asn_DEF_SignedREAL;
218asn_struct_free_f SignedREAL_free;
219asn_struct_print_f SignedREAL_print;
220asn_constr_check_f SignedREAL_constraint;
221ber_type_decoder_f SignedREAL_decode_ber;
222der_type_encoder_f SignedREAL_encode_der;
223xer_type_decoder_f SignedREAL_decode_xer;
224xer_type_encoder_f SignedREAL_encode_xer;
225
226/*** <<< CODE [SignedREAL] >>> ***/
227
228int
229SignedREAL_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
Lev Walkin1eded352006-07-13 11:19:01 +0000230 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
Lev Walkina00d6b32006-03-21 03:40:38 +0000231 /* Replace with underlying type checker */
232 td->check_constraints = asn_DEF_SIGNED_16P0.check_constraints;
Lev Walkin1eded352006-07-13 11:19:01 +0000233 return td->check_constraints(td, sptr, ctfailcb, app_key);
Lev Walkina00d6b32006-03-21 03:40:38 +0000234}
235
236/*
237 * This type is implemented using SIGNED_16P0,
238 * so here we adjust the DEF accordingly.
239 */
240static void
241SignedREAL_1_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
242 td->free_struct = asn_DEF_SIGNED_16P0.free_struct;
243 td->print_struct = asn_DEF_SIGNED_16P0.print_struct;
Lev Walkin6169b8d2013-12-07 11:02:44 -0800244 td->check_constraints = asn_DEF_SIGNED_16P0.check_constraints;
Lev Walkina00d6b32006-03-21 03:40:38 +0000245 td->ber_decoder = asn_DEF_SIGNED_16P0.ber_decoder;
246 td->der_encoder = asn_DEF_SIGNED_16P0.der_encoder;
247 td->xer_decoder = asn_DEF_SIGNED_16P0.xer_decoder;
248 td->xer_encoder = asn_DEF_SIGNED_16P0.xer_encoder;
249 td->uper_decoder = asn_DEF_SIGNED_16P0.uper_decoder;
Lev Walkin9f5bb3a2006-08-18 01:46:46 +0000250 td->uper_encoder = asn_DEF_SIGNED_16P0.uper_encoder;
Lev Walkina00d6b32006-03-21 03:40:38 +0000251 if(!td->per_constraints)
252 td->per_constraints = asn_DEF_SIGNED_16P0.per_constraints;
253 td->elements = asn_DEF_SIGNED_16P0.elements;
254 td->elements_count = asn_DEF_SIGNED_16P0.elements_count;
255 td->specifics = asn_DEF_SIGNED_16P0.specifics;
256}
257
258void
259SignedREAL_free(asn_TYPE_descriptor_t *td,
260 void *struct_ptr, int contents_only) {
261 SignedREAL_1_inherit_TYPE_descriptor(td);
262 td->free_struct(td, struct_ptr, contents_only);
263}
264
265int
266SignedREAL_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
267 int ilevel, asn_app_consume_bytes_f *cb, void *app_key) {
268 SignedREAL_1_inherit_TYPE_descriptor(td);
269 return td->print_struct(td, struct_ptr, ilevel, cb, app_key);
270}
271
272asn_dec_rval_t
273SignedREAL_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
274 void **structure, const void *bufptr, size_t size, int tag_mode) {
275 SignedREAL_1_inherit_TYPE_descriptor(td);
276 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
277}
278
279asn_enc_rval_t
280SignedREAL_encode_der(asn_TYPE_descriptor_t *td,
281 void *structure, int tag_mode, ber_tlv_tag_t tag,
282 asn_app_consume_bytes_f *cb, void *app_key) {
283 SignedREAL_1_inherit_TYPE_descriptor(td);
284 return td->der_encoder(td, structure, tag_mode, tag, cb, app_key);
285}
286
287asn_dec_rval_t
288SignedREAL_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
289 void **structure, const char *opt_mname, const void *bufptr, size_t size) {
290 SignedREAL_1_inherit_TYPE_descriptor(td);
291 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
292}
293
294asn_enc_rval_t
295SignedREAL_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
296 int ilevel, enum xer_encoder_flags_e flags,
297 asn_app_consume_bytes_f *cb, void *app_key) {
298 SignedREAL_1_inherit_TYPE_descriptor(td);
299 return td->xer_encoder(td, structure, ilevel, flags, cb, app_key);
300}
301
302
303/*** <<< STAT-DEFS [SignedREAL] >>> ***/
304
Lev Walkina7591b52014-10-12 18:37:35 -0700305static const ber_tlv_tag_t asn_DEF_SignedREAL_tags_1[] = {
Lev Walkina00d6b32006-03-21 03:40:38 +0000306 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
307};
308asn_TYPE_descriptor_t asn_DEF_SignedREAL = {
309 "SignedREAL",
310 "SignedREAL",
311 SignedREAL_free,
312 SignedREAL_print,
313 SignedREAL_constraint,
314 SignedREAL_decode_ber,
315 SignedREAL_encode_der,
316 SignedREAL_decode_xer,
317 SignedREAL_encode_xer,
Lev Walkin9f5bb3a2006-08-18 01:46:46 +0000318 0, 0, /* No PER support, use "-gen-PER" to enable */
Lev Walkina00d6b32006-03-21 03:40:38 +0000319 0, /* Use generic outmost tag fetcher */
320 asn_DEF_SignedREAL_tags_1,
321 sizeof(asn_DEF_SignedREAL_tags_1)
322 /sizeof(asn_DEF_SignedREAL_tags_1[0]), /* 1 */
323 asn_DEF_SignedREAL_tags_1, /* Same as above */
324 sizeof(asn_DEF_SignedREAL_tags_1)
325 /sizeof(asn_DEF_SignedREAL_tags_1[0]), /* 1 */
326 0, /* No PER visible constraints */
327 0, 0, /* Defined elsewhere */
328 0 /* No specifics */
329};
330
331
332/*** <<< INCLUDES [SignedSET] >>> ***/
333
Lev Walkin22b5ed42006-09-13 02:51:20 +0000334#include "SIGNED.h"
Lev Walkina00d6b32006-03-21 03:40:38 +0000335
336/*** <<< TYPE-DECLS [SignedSET] >>> ***/
337
338typedef SIGNED_16P1_t SignedSET_t;
339
340/*** <<< FUNC-DECLS [SignedSET] >>> ***/
341
342extern asn_TYPE_descriptor_t asn_DEF_SignedSET;
343asn_struct_free_f SignedSET_free;
344asn_struct_print_f SignedSET_print;
345asn_constr_check_f SignedSET_constraint;
346ber_type_decoder_f SignedSET_decode_ber;
347der_type_encoder_f SignedSET_encode_der;
348xer_type_decoder_f SignedSET_decode_xer;
349xer_type_encoder_f SignedSET_encode_xer;
350
351/*** <<< CODE [SignedSET] >>> ***/
352
353int
354SignedSET_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
Lev Walkin1eded352006-07-13 11:19:01 +0000355 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
Lev Walkina00d6b32006-03-21 03:40:38 +0000356 /* Replace with underlying type checker */
357 td->check_constraints = asn_DEF_SIGNED_16P1.check_constraints;
Lev Walkin1eded352006-07-13 11:19:01 +0000358 return td->check_constraints(td, sptr, ctfailcb, app_key);
Lev Walkina00d6b32006-03-21 03:40:38 +0000359}
360
361/*
362 * This type is implemented using SIGNED_16P1,
363 * so here we adjust the DEF accordingly.
364 */
365static void
366SignedSET_1_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
367 td->free_struct = asn_DEF_SIGNED_16P1.free_struct;
368 td->print_struct = asn_DEF_SIGNED_16P1.print_struct;
Lev Walkin6169b8d2013-12-07 11:02:44 -0800369 td->check_constraints = asn_DEF_SIGNED_16P1.check_constraints;
Lev Walkina00d6b32006-03-21 03:40:38 +0000370 td->ber_decoder = asn_DEF_SIGNED_16P1.ber_decoder;
371 td->der_encoder = asn_DEF_SIGNED_16P1.der_encoder;
372 td->xer_decoder = asn_DEF_SIGNED_16P1.xer_decoder;
373 td->xer_encoder = asn_DEF_SIGNED_16P1.xer_encoder;
374 td->uper_decoder = asn_DEF_SIGNED_16P1.uper_decoder;
Lev Walkin9f5bb3a2006-08-18 01:46:46 +0000375 td->uper_encoder = asn_DEF_SIGNED_16P1.uper_encoder;
Lev Walkina00d6b32006-03-21 03:40:38 +0000376 if(!td->per_constraints)
377 td->per_constraints = asn_DEF_SIGNED_16P1.per_constraints;
378 td->elements = asn_DEF_SIGNED_16P1.elements;
379 td->elements_count = asn_DEF_SIGNED_16P1.elements_count;
380 td->specifics = asn_DEF_SIGNED_16P1.specifics;
381}
382
383void
384SignedSET_free(asn_TYPE_descriptor_t *td,
385 void *struct_ptr, int contents_only) {
386 SignedSET_1_inherit_TYPE_descriptor(td);
387 td->free_struct(td, struct_ptr, contents_only);
388}
389
390int
391SignedSET_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
392 int ilevel, asn_app_consume_bytes_f *cb, void *app_key) {
393 SignedSET_1_inherit_TYPE_descriptor(td);
394 return td->print_struct(td, struct_ptr, ilevel, cb, app_key);
395}
396
397asn_dec_rval_t
398SignedSET_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
399 void **structure, const void *bufptr, size_t size, int tag_mode) {
400 SignedSET_1_inherit_TYPE_descriptor(td);
401 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
402}
403
404asn_enc_rval_t
405SignedSET_encode_der(asn_TYPE_descriptor_t *td,
406 void *structure, int tag_mode, ber_tlv_tag_t tag,
407 asn_app_consume_bytes_f *cb, void *app_key) {
408 SignedSET_1_inherit_TYPE_descriptor(td);
409 return td->der_encoder(td, structure, tag_mode, tag, cb, app_key);
410}
411
412asn_dec_rval_t
413SignedSET_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
414 void **structure, const char *opt_mname, const void *bufptr, size_t size) {
415 SignedSET_1_inherit_TYPE_descriptor(td);
416 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
417}
418
419asn_enc_rval_t
420SignedSET_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
421 int ilevel, enum xer_encoder_flags_e flags,
422 asn_app_consume_bytes_f *cb, void *app_key) {
423 SignedSET_1_inherit_TYPE_descriptor(td);
424 return td->xer_encoder(td, structure, ilevel, flags, cb, app_key);
425}
426
427
428/*** <<< STAT-DEFS [SignedSET] >>> ***/
429
Lev Walkina7591b52014-10-12 18:37:35 -0700430static const ber_tlv_tag_t asn_DEF_SignedSET_tags_1[] = {
Lev Walkina00d6b32006-03-21 03:40:38 +0000431 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
432};
433asn_TYPE_descriptor_t asn_DEF_SignedSET = {
434 "SignedSET",
435 "SignedSET",
436 SignedSET_free,
437 SignedSET_print,
438 SignedSET_constraint,
439 SignedSET_decode_ber,
440 SignedSET_encode_der,
441 SignedSET_decode_xer,
442 SignedSET_encode_xer,
Lev Walkin9f5bb3a2006-08-18 01:46:46 +0000443 0, 0, /* No PER support, use "-gen-PER" to enable */
Lev Walkina00d6b32006-03-21 03:40:38 +0000444 0, /* Use generic outmost tag fetcher */
445 asn_DEF_SignedSET_tags_1,
446 sizeof(asn_DEF_SignedSET_tags_1)
447 /sizeof(asn_DEF_SignedSET_tags_1[0]), /* 1 */
448 asn_DEF_SignedSET_tags_1, /* Same as above */
449 sizeof(asn_DEF_SignedSET_tags_1)
450 /sizeof(asn_DEF_SignedSET_tags_1[0]), /* 1 */
451 0, /* No PER visible constraints */
452 0, 0, /* Defined elsewhere */
453 0 /* No specifics */
454};
455