fe41bed69b0e1da0ccd2d65cb6c6de1cdfb267f1
[com/asn1c.git] / tests / tests-asn1c-compiler / 106-param-constr-OK.asn1.-P
1
2 /*** <<< INCLUDES [Narrow] >>> ***/
3
4 #include <NativeInteger.h>
5 #include <constr_SEQUENCE.h>
6
7 /*** <<< TYPE-DECLS [Narrow] >>> ***/
8
9 typedef struct Narrow_15P0 {
10         long    *narrow1;       /* DEFAULT 3 */
11         long     narrow2;
12         long    *narrow3;       /* OPTIONAL */
13         
14         /* Context for parsing across buffer boundaries */
15         asn_struct_ctx_t _asn_ctx;
16 } Narrow_15P0_t;
17
18 /*** <<< FUNC-DECLS [Narrow] >>> ***/
19
20 extern asn_TYPE_descriptor_t asn_DEF_Narrow_15P0;
21 extern asn_SEQUENCE_specifics_t asn_SPC_Narrow_15P0_specs_1;
22 extern asn_TYPE_member_t asn_MBR_Narrow_15P0_1[3];
23
24 /*** <<< CODE [Narrow] >>> ***/
25
26 static int
27 memb_narrow1_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
28                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
29         long value;
30         
31         if(!sptr) {
32                 ASN__CTFAIL(app_key, td, sptr,
33                         "%s: value not given (%s:%d)",
34                         td->name, __FILE__, __LINE__);
35                 return -1;
36         }
37         
38         value = *(const long *)sptr;
39         
40         if((value >= 1 && value <= 5)) {
41                 /* Constraint check succeeded */
42                 return 0;
43         } else {
44                 ASN__CTFAIL(app_key, td, sptr,
45                         "%s: constraint failed (%s:%d)",
46                         td->name, __FILE__, __LINE__);
47                 return -1;
48         }
49 }
50
51 static int
52 memb_narrow2_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
53                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
54         long value;
55         
56         if(!sptr) {
57                 ASN__CTFAIL(app_key, td, sptr,
58                         "%s: value not given (%s:%d)",
59                         td->name, __FILE__, __LINE__);
60                 return -1;
61         }
62         
63         value = *(const long *)sptr;
64         
65         if((value >= 2 && value <= 5)) {
66                 /* Constraint check succeeded */
67                 return 0;
68         } else {
69                 ASN__CTFAIL(app_key, td, sptr,
70                         "%s: constraint failed (%s:%d)",
71                         td->name, __FILE__, __LINE__);
72                 return -1;
73         }
74 }
75
76 static int
77 memb_narrow3_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
78                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
79         long value;
80         
81         if(!sptr) {
82                 ASN__CTFAIL(app_key, td, sptr,
83                         "%s: value not given (%s:%d)",
84                         td->name, __FILE__, __LINE__);
85                 return -1;
86         }
87         
88         value = *(const long *)sptr;
89         
90         if((value >= 3 && value <= 5)) {
91                 /* Constraint check succeeded */
92                 return 0;
93         } else {
94                 ASN__CTFAIL(app_key, td, sptr,
95                         "%s: constraint failed (%s:%d)",
96                         td->name, __FILE__, __LINE__);
97                 return -1;
98         }
99 }
100
101
102 /*** <<< STAT-DEFS [Narrow] >>> ***/
103
104 static int asn_DFL_2_cmp_3(const void *sptr) {
105         const long *st = sptr;
106         
107         if(!st) {
108                 return -1; /* No value is not a default value */
109         }
110         
111         /* Test default value 3 */
112         return (*st != 3);
113 }
114 static int asn_DFL_2_set_3(void **sptr) {
115         long *st = *sptr;
116         
117         if(!st) {
118                 st = (*sptr = CALLOC(1, sizeof(*st)));
119                 if(!st) return -1;
120         }
121         
122         /* Install default value 3 */
123         *st = 3;
124         return 0;
125 }
126 asn_TYPE_member_t asn_MBR_Narrow_15P0_1[] = {
127         { ATF_POINTER, 1, offsetof(struct Narrow_15P0, narrow1),
128                 .tag = (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
129                 .tag_mode = 0,
130                 .type = &asn_DEF_NativeInteger,
131                 .type_selector = 0,
132                 { .oer_constraints = 0, .per_constraints = 0, .general_constraints =  memb_narrow1_constraint_1 },
133                 .default_value_cmp = &asn_DFL_2_cmp_3,  /* Compare DEFAULT 3 */
134                 .default_value_set = &asn_DFL_2_set_3,  /* Set DEFAULT 3 */
135                 .name = "narrow1"
136                 },
137         { ATF_NOFLAGS, 0, offsetof(struct Narrow_15P0, narrow2),
138                 .tag = (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
139                 .tag_mode = +1, /* EXPLICIT tag at current level */
140                 .type = &asn_DEF_NativeInteger,
141                 .type_selector = 0,
142                 { .oer_constraints = 0, .per_constraints = 0, .general_constraints =  memb_narrow2_constraint_1 },
143                 0, 0, /* No default value */
144                 .name = "narrow2"
145                 },
146         { ATF_POINTER, 1, offsetof(struct Narrow_15P0, narrow3),
147                 .tag = (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
148                 .tag_mode = +1, /* EXPLICIT tag at current level */
149                 .type = &asn_DEF_NativeInteger,
150                 .type_selector = 0,
151                 { .oer_constraints = 0, .per_constraints = 0, .general_constraints =  memb_narrow3_constraint_1 },
152                 0, 0, /* No default value */
153                 .name = "narrow3"
154                 },
155 };
156 static const ber_tlv_tag_t asn_DEF_Narrow_15P0_tags_1[] = {
157         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
158 };
159 static const asn_TYPE_tag2member_t asn_MAP_Narrow_15P0_tag2el_1[] = {
160     { (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)), 0, 0, 0 }, /* narrow1 */
161     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* narrow2 */
162     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 2, 0, 0 } /* narrow3 */
163 };
164 asn_SEQUENCE_specifics_t asn_SPC_Narrow_15P0_specs_1 = {
165         sizeof(struct Narrow_15P0),
166         offsetof(struct Narrow_15P0, _asn_ctx),
167         .tag2el = asn_MAP_Narrow_15P0_tag2el_1,
168         .tag2el_count = 3,      /* Count of tags in the map */
169         0, 0, 0,        /* Optional elements (not needed) */
170         -1,     /* First extension addition */
171 };
172 asn_TYPE_descriptor_t asn_DEF_Narrow_15P0 = {
173         "Narrow",
174         "Narrow",
175         &asn_OP_SEQUENCE,
176         asn_DEF_Narrow_15P0_tags_1,
177         sizeof(asn_DEF_Narrow_15P0_tags_1)
178                 /sizeof(asn_DEF_Narrow_15P0_tags_1[0]), /* 1 */
179         asn_DEF_Narrow_15P0_tags_1,     /* Same as above */
180         sizeof(asn_DEF_Narrow_15P0_tags_1)
181                 /sizeof(asn_DEF_Narrow_15P0_tags_1[0]), /* 1 */
182         { 0, 0, SEQUENCE_constraint },
183         asn_MBR_Narrow_15P0_1,
184         3,      /* Elements count */
185         &asn_SPC_Narrow_15P0_specs_1    /* Additional specs */
186 };
187
188
189 /*** <<< INCLUDES [NarrowInteger] >>> ***/
190
191 #include "Narrow.h"
192
193 /*** <<< TYPE-DECLS [NarrowInteger] >>> ***/
194
195 typedef Narrow_15P0_t    NarrowInteger_t;
196
197 /*** <<< FUNC-DECLS [NarrowInteger] >>> ***/
198
199 extern asn_TYPE_descriptor_t asn_DEF_NarrowInteger;
200 asn_struct_free_f NarrowInteger_free;
201 asn_struct_print_f NarrowInteger_print;
202 asn_constr_check_f NarrowInteger_constraint;
203 ber_type_decoder_f NarrowInteger_decode_ber;
204 der_type_encoder_f NarrowInteger_encode_der;
205 xer_type_decoder_f NarrowInteger_decode_xer;
206 xer_type_encoder_f NarrowInteger_encode_xer;
207
208 /*** <<< CODE [NarrowInteger] >>> ***/
209
210 /*
211  * This type is implemented using Narrow_15P0,
212  * so here we adjust the DEF accordingly.
213  */
214
215 /*** <<< STAT-DEFS [NarrowInteger] >>> ***/
216
217 static const ber_tlv_tag_t asn_DEF_NarrowInteger_tags_1[] = {
218         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
219 };
220 asn_TYPE_descriptor_t asn_DEF_NarrowInteger = {
221         "NarrowInteger",
222         "NarrowInteger",
223         &asn_OP_SEQUENCE,
224         asn_DEF_NarrowInteger_tags_1,
225         sizeof(asn_DEF_NarrowInteger_tags_1)
226                 /sizeof(asn_DEF_NarrowInteger_tags_1[0]), /* 1 */
227         asn_DEF_NarrowInteger_tags_1,   /* Same as above */
228         sizeof(asn_DEF_NarrowInteger_tags_1)
229                 /sizeof(asn_DEF_NarrowInteger_tags_1[0]), /* 1 */
230         { 0, 0, SEQUENCE_constraint },
231         asn_MBR_Narrow_15P0_1,
232         3,      /* Elements count */
233         &asn_SPC_Narrow_15P0_specs_1    /* Additional specs */
234 };
235