blob: 5e3a3a83750077c48bfdf8f08d453ed936c810da [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 Walkin67a30122017-08-10 05:48:54 -070051 .type_selector = 0,
Lev Walkinba58e1b2005-01-17 12:20:19 +000052 .memb_constraints = 0, /* Defer constraints checking to the member type */
Lev Walkinb33425f2017-07-14 14:59:52 +040053 .oer_constraints = 0, /* OER is not compiled, use -gen-OER */
Lev Walkin59b176e2005-11-26 11:25:14 +000054 .per_constraints = 0, /* PER is not compiled, use -gen-PER */
55 .default_value = 0,
Lev Walkin2a8672e2004-10-03 09:14:49 +000056 .name = "i"
57 },
58 { ATF_NOFLAGS, 0, offsetof(struct T, s),
59 .tag = (ASN_TAG_CLASS_UNIVERSAL | (22 << 2)),
60 .tag_mode = 0,
Lev Walkinae7bf3f2005-08-29 10:31:14 +000061 .type = &asn_DEF_IA5String,
Lev Walkin67a30122017-08-10 05:48:54 -070062 .type_selector = 0,
Lev Walkinba58e1b2005-01-17 12:20:19 +000063 .memb_constraints = 0, /* Defer constraints checking to the member type */
Lev Walkinb33425f2017-07-14 14:59:52 +040064 .oer_constraints = 0, /* OER is not compiled, use -gen-OER */
Lev Walkin59b176e2005-11-26 11:25:14 +000065 .per_constraints = 0, /* PER is not compiled, use -gen-PER */
66 .default_value = 0,
Lev Walkin2a8672e2004-10-03 09:14:49 +000067 .name = "s"
68 },
Lev Walkinb85a8132005-08-18 13:38:19 +000069 { ATF_POINTER, 1, offsetof(struct T, b),
Lev Walkin2a8672e2004-10-03 09:14:49 +000070 .tag = (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
71 .tag_mode = -1, /* IMPLICIT tag at current level */
Lev Walkinae7bf3f2005-08-29 10:31:14 +000072 .type = &asn_DEF_BOOLEAN,
Lev Walkin67a30122017-08-10 05:48:54 -070073 .type_selector = 0,
Lev Walkinba58e1b2005-01-17 12:20:19 +000074 .memb_constraints = 0, /* Defer constraints checking to the member type */
Lev Walkinb33425f2017-07-14 14:59:52 +040075 .oer_constraints = 0, /* OER is not compiled, use -gen-OER */
Lev Walkin59b176e2005-11-26 11:25:14 +000076 .per_constraints = 0, /* PER is not compiled, use -gen-PER */
77 .default_value = 0,
Lev Walkin2a8672e2004-10-03 09:14:49 +000078 .name = "b"
79 },
80};
Lev Walkina7591b52014-10-12 18:37:35 -070081static const ber_tlv_tag_t asn_DEF_T_tags_1[] = {
Lev Walkin2a8672e2004-10-03 09:14:49 +000082 (ASN_TAG_CLASS_UNIVERSAL | (17 << 2))
83};
Lev Walkina7591b52014-10-12 18:37:35 -070084static const asn_TYPE_tag2member_t asn_MAP_T_tag2el_1[] = {
Lev Walkin4062b012013-10-11 14:29:38 -070085 { (ASN_TAG_CLASS_UNIVERSAL | (22 << 2)), 1, 0, 0 }, /* s */
86 { (ASN_TAG_CLASS_APPLICATION | (3 << 2)), 0, 0, 0 }, /* i */
87 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* b */
Lev Walkin2a8672e2004-10-03 09:14:49 +000088};
Lev Walkina7591b52014-10-12 18:37:35 -070089static const uint8_t asn_MAP_T_mmap_1[(3 + (8 * sizeof(unsigned int)) - 1) / 8] = {
Lev Walkin2a8672e2004-10-03 09:14:49 +000090 (1 << 7) | (1 << 6) | (0 << 5)
91};
Bi-Ruei, Chiu1fa31c92016-05-16 13:50:09 +080092static
93asn_SET_specifics_t asn_SPC_T_specs_1 = {
Lev Walkin2a8672e2004-10-03 09:14:49 +000094 sizeof(struct T),
95 offsetof(struct T, _asn_ctx),
96 offsetof(struct T, _presence_map),
Lev Walkine3917082017-08-23 10:29:38 -070097 .tag2el = asn_MAP_T_tag2el_1,
98 .tag2el_count = 3, /* Count of tags in the map */
Lev Walkin59b176e2005-11-26 11:25:14 +000099 asn_MAP_T_tag2el_1, /* Same as above */
Lev Walkinf82138b2005-02-25 08:20:32 +0000100 3, /* Count of tags in the CXER map */
Lev Walkin2a8672e2004-10-03 09:14:49 +0000101 1, /* Whether extensible */
Lev Walkin46ef3f32017-07-06 08:47:53 -0700102 (const unsigned int *)asn_MAP_T_mmap_1 /* Mandatory elements map */
Lev Walkin2a8672e2004-10-03 09:14:49 +0000103};
104asn_TYPE_descriptor_t asn_DEF_T = {
105 "T",
Lev Walkindc06f6b2004-10-20 15:50:55 +0000106 "T",
Lev Walkin2a8672e2004-10-03 09:14:49 +0000107 SET_free,
108 SET_print,
Lev Walkincd2f48e2017-08-10 02:14:59 -0700109 SET_compare,
Lev Walkin2a8672e2004-10-03 09:14:49 +0000110 SET_constraint,
111 SET_decode_ber,
112 SET_encode_der,
Lev Walkinb2230802005-02-14 20:31:31 +0000113 SET_decode_xer,
Lev Walkin2a8672e2004-10-03 09:14:49 +0000114 SET_encode_xer,
Lev Walkinba68c912017-07-06 07:52:39 -0700115 0, 0, /* No OER support, use "-gen-OER" to enable */
Lev Walkinb33425f2017-07-14 14:59:52 +0400116 0, 0, /* No PER support, use "-gen-PER" to enable */
Lev Walkin2a8672e2004-10-03 09:14:49 +0000117 0, /* Use generic outmost tag fetcher */
Lev Walkin59b176e2005-11-26 11:25:14 +0000118 asn_DEF_T_tags_1,
119 sizeof(asn_DEF_T_tags_1)
120 /sizeof(asn_DEF_T_tags_1[0]), /* 1 */
121 asn_DEF_T_tags_1, /* Same as above */
122 sizeof(asn_DEF_T_tags_1)
123 /sizeof(asn_DEF_T_tags_1[0]), /* 1 */
Lev Walkinb33425f2017-07-14 14:59:52 +0400124 0, /* No OER visible constraints */
Lev Walkin59b176e2005-11-26 11:25:14 +0000125 0, /* No PER visible constraints */
Lev Walkine0272aa2005-03-04 11:26:08 +0000126 asn_MBR_T_1,
Lev Walkin2a8672e2004-10-03 09:14:49 +0000127 3, /* Elements count */
Lev Walkin59b176e2005-11-26 11:25:14 +0000128 &asn_SPC_T_specs_1 /* Additional specs */
Lev Walkin2a8672e2004-10-03 09:14:49 +0000129};
130