blob: e3de21dda09dbcdd183f92e27549db70b3aff8b7 [file] [log] [blame]
Lev Walkin2a8672e2004-10-03 09:14:49 +00001
2/*** <<< INCLUDES [T] >>> ***/
3
4#include <INTEGER.h>
5#include <IA5String.h>
6#include <BOOLEAN.h>
7#include <constr_SET.h>
8
9/*** <<< DEPS [T] >>> ***/
10
11
12/*
13 * Method of determining the components presence
14 */
15typedef enum T_PR {
16 T_PR_i, /* Member i is present */
17 T_PR_s, /* Member s is present */
18 T_PR_b, /* Member b is present */
19} T_PR;
Lev Walkin2a8672e2004-10-03 09:14:49 +000020
21/*** <<< TYPE-DECLS [T] >>> ***/
22
Lev Walkin2a8672e2004-10-03 09:14:49 +000023typedef struct T {
24 INTEGER_t i;
25 IA5String_t s;
26 /*
27 * This type is extensible,
28 * possible extensions are below.
29 */
30 BOOLEAN_t *b;
31
32 /* Presence bitmask: ASN_SET_ISPRESENT(pT, T_PR_x) */
33 unsigned int _presence_map
34 [((3+(8*sizeof(unsigned int))-1)/(8*sizeof(unsigned int)))];
35
36 /* Context for parsing across buffer boundaries */
37 asn_struct_ctx_t _asn_ctx;
38} T_t;
39
Lev Walkinc8285712005-03-04 22:18:20 +000040/*** <<< FUNC-DECLS [T] >>> ***/
41
42extern asn_TYPE_descriptor_t asn_DEF_T;
43
Lev Walkin2a8672e2004-10-03 09:14:49 +000044/*** <<< STAT-DEFS [T] >>> ***/
45
Lev Walkine0272aa2005-03-04 11:26:08 +000046static asn_TYPE_member_t asn_MBR_T_1[] = {
Lev Walkin2a8672e2004-10-03 09:14:49 +000047 { ATF_NOFLAGS, 0, offsetof(struct T, i),
48 .tag = (ASN_TAG_CLASS_APPLICATION | (3 << 2)),
49 .tag_mode = -1, /* IMPLICIT tag at current level */
Lev Walkinae7bf3f2005-08-29 10:31:14 +000050 .type = &asn_DEF_INTEGER,
Lev Walkinba58e1b2005-01-17 12:20:19 +000051 .memb_constraints = 0, /* Defer constraints checking to the member type */
Lev Walkin59b176e2005-11-26 11:25:14 +000052 .per_constraints = 0, /* PER is not compiled, use -gen-PER */
53 .default_value = 0,
Lev Walkin2a8672e2004-10-03 09:14:49 +000054 .name = "i"
55 },
56 { ATF_NOFLAGS, 0, offsetof(struct T, s),
57 .tag = (ASN_TAG_CLASS_UNIVERSAL | (22 << 2)),
58 .tag_mode = 0,
Lev Walkinae7bf3f2005-08-29 10:31:14 +000059 .type = &asn_DEF_IA5String,
Lev Walkinba58e1b2005-01-17 12:20:19 +000060 .memb_constraints = 0, /* Defer constraints checking to the member type */
Lev Walkin59b176e2005-11-26 11:25:14 +000061 .per_constraints = 0, /* PER is not compiled, use -gen-PER */
62 .default_value = 0,
Lev Walkin2a8672e2004-10-03 09:14:49 +000063 .name = "s"
64 },
Lev Walkinb85a8132005-08-18 13:38:19 +000065 { ATF_POINTER, 1, offsetof(struct T, b),
Lev Walkin2a8672e2004-10-03 09:14:49 +000066 .tag = (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
67 .tag_mode = -1, /* IMPLICIT tag at current level */
Lev Walkinae7bf3f2005-08-29 10:31:14 +000068 .type = &asn_DEF_BOOLEAN,
Lev Walkinba58e1b2005-01-17 12:20:19 +000069 .memb_constraints = 0, /* Defer constraints checking to the member type */
Lev Walkin59b176e2005-11-26 11:25:14 +000070 .per_constraints = 0, /* PER is not compiled, use -gen-PER */
71 .default_value = 0,
Lev Walkin2a8672e2004-10-03 09:14:49 +000072 .name = "b"
73 },
74};
Lev Walkina7591b52014-10-12 18:37:35 -070075static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
Lev Walkin2a8672e2004-10-03 09:14:49 +000076 (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
77};
Lev Walkina7591b52014-10-12 18:37:35 -070078static const asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = {
Lev Walkin4062b012013-10-11 14:29:38 -070079 { (ASN_TAG_CLASS_UNIVERSAL | (22 << 2)), 1, 0, 0 }, /* s */
80 { (ASN_TAG_CLASS_APPLICATION | (3 << 2)), 0, 0, 0 }, /* i */
81 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* b */
Lev Walkin2a8672e2004-10-03 09:14:49 +000082};
Lev Walkina7591b52014-10-12 18:37:35 -070083static const uint8_t asn_MAP_T_mmap_1[(3 + (8 * sizeof(unsigned int)) - 1) / 8] = {
Lev Walkin2a8672e2004-10-03 09:14:49 +000084 (1 << 7) | (1 << 6) | (0 << 5)
85};
Lev Walkin59b176e2005-11-26 11:25:14 +000086static asn_SET_specifics_t asn_SPC_T_specs_1 = {
Lev Walkin2a8672e2004-10-03 09:14:49 +000087 sizeof(struct T),
88 offsetof(struct T, _asn_ctx),
89 offsetof(struct T, _presence_map),
Lev Walkin59b176e2005-11-26 11:25:14 +000090 asn_MAP_T_tag2el_1,
Lev Walkin2a8672e2004-10-03 09:14:49 +000091 3, /* Count of tags in the map */
Lev Walkin59b176e2005-11-26 11:25:14 +000092 asn_MAP_T_tag2el_1, /* Same as above */
Lev Walkinf82138b2005-02-25 08:20:32 +000093 3, /* Count of tags in the CXER map */
Lev Walkin2a8672e2004-10-03 09:14:49 +000094 1, /* Whether extensible */
Lev Walkin59b176e2005-11-26 11:25:14 +000095 (unsigned int *)asn_MAP_T_mmap_1 /* Mandatory elements map */
Lev Walkin2a8672e2004-10-03 09:14:49 +000096};
97asn_TYPE_descriptor_t asn_DEF_T = {
98 "T",
Lev Walkindc06f6b2004-10-20 15:50:55 +000099 "T",
Lev Walkin2a8672e2004-10-03 09:14:49 +0000100 SET_free,
101 SET_print,
102 SET_constraint,
103 SET_decode_ber,
104 SET_encode_der,
Lev Walkinb2230802005-02-14 20:31:31 +0000105 SET_decode_xer,
Lev Walkin2a8672e2004-10-03 09:14:49 +0000106 SET_encode_xer,
Lev Walkin9f5bb3a2006-08-18 01:46:46 +0000107 0, 0, /* No PER support, use "-gen-PER" to enable */
Lev Walkin2a8672e2004-10-03 09:14:49 +0000108 0, /* Use generic outmost tag fetcher */
Lev Walkin59b176e2005-11-26 11:25:14 +0000109 asn_DEF_T_tags_1,
110 sizeof(asn_DEF_T_tags_1)
111 /sizeof(asn_DEF_T_tags_1[0]), /* 1 */
112 asn_DEF_T_tags_1, /* Same as above */
113 sizeof(asn_DEF_T_tags_1)
114 /sizeof(asn_DEF_T_tags_1[0]), /* 1 */
115 0, /* No PER visible constraints */
Lev Walkine0272aa2005-03-04 11:26:08 +0000116 asn_MBR_T_1,
Lev Walkin2a8672e2004-10-03 09:14:49 +0000117 3, /* Elements count */
Lev Walkin59b176e2005-11-26 11:25:14 +0000118 &asn_SPC_T_specs_1 /* Additional specs */
Lev Walkin2a8672e2004-10-03 09:14:49 +0000119};
120