blob: d467e01da0f607e3c72beedf5fdac77b5db3d51c [file] [log] [blame]
rajalakshmisv21b61dd2021-12-07 04:53:03 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
rajalakshmisv960885a2022-05-31 14:59:10 +00003 * From ASN.1 module "E2SM-RC-IEs"
4 * found in "e2sm-rc-nov2021.asn"
rajalakshmisv21b61dd2021-12-07 04:53:03 +00005 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
6 */
7
8#include "RANfunction-Name.h"
9
10static const int permitted_alphabet_table_2[256] = {
11 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
12 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
13 1, 0, 0, 0, 0, 0, 0, 2, 3, 4, 0, 5, 6, 7, 8, 9, /* . '() +,-./ */
1410,11,12,13,14,15,16,17,18,19,20, 0, 0,21, 0,22, /* 0123456789: = ? */
15 0,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37, /* ABCDEFGHIJKLMNO */
1638,39,40,41,42,43,44,45,46,47,48, 0, 0, 0, 0, 0, /* PQRSTUVWXYZ */
17 0,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63, /* abcdefghijklmno */
1864,65,66,67,68,69,70,71,72,73,74, 0, 0, 0, 0, 0, /* pqrstuvwxyz */
19};
20static const int permitted_alphabet_code2value_2[74] = {
2132,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,
2255,56,57,58,61,63,65,66,67,68,69,70,71,72,73,74,
2375,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,
2497,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,
25113,114,115,116,117,118,119,120,121,122,};
26
27
28static int check_permitted_alphabet_2(const void *sptr) {
29 const int *table = permitted_alphabet_table_2;
30 /* The underlying type is PrintableString */
31 const PrintableString_t *st = (const PrintableString_t *)sptr;
32 const uint8_t *ch = st->buf;
33 const uint8_t *end = ch + st->size;
34
35 for(; ch < end; ch++) {
36 uint8_t cv = *ch;
37 if(!table[cv]) return -1;
38 }
39 return 0;
40}
41
42static const int permitted_alphabet_table_3[256] = {
43 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
44 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
45 1, 0, 0, 0, 0, 0, 0, 2, 3, 4, 0, 5, 6, 7, 8, 9, /* . '() +,-./ */
4610,11,12,13,14,15,16,17,18,19,20, 0, 0,21, 0,22, /* 0123456789: = ? */
47 0,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37, /* ABCDEFGHIJKLMNO */
4838,39,40,41,42,43,44,45,46,47,48, 0, 0, 0, 0, 0, /* PQRSTUVWXYZ */
49 0,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63, /* abcdefghijklmno */
5064,65,66,67,68,69,70,71,72,73,74, 0, 0, 0, 0, 0, /* pqrstuvwxyz */
51};
52static const int permitted_alphabet_code2value_3[74] = {
5332,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,
5455,56,57,58,61,63,65,66,67,68,69,70,71,72,73,74,
5575,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,
5697,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,
57113,114,115,116,117,118,119,120,121,122,};
58
59
60static int check_permitted_alphabet_3(const void *sptr) {
61 const int *table = permitted_alphabet_table_3;
62 /* The underlying type is PrintableString */
63 const PrintableString_t *st = (const PrintableString_t *)sptr;
64 const uint8_t *ch = st->buf;
65 const uint8_t *end = ch + st->size;
66
67 for(; ch < end; ch++) {
68 uint8_t cv = *ch;
69 if(!table[cv]) return -1;
70 }
71 return 0;
72}
73
74static const int permitted_alphabet_table_4[256] = {
75 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
76 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
77 1, 0, 0, 0, 0, 0, 0, 2, 3, 4, 0, 5, 6, 7, 8, 9, /* . '() +,-./ */
7810,11,12,13,14,15,16,17,18,19,20, 0, 0,21, 0,22, /* 0123456789: = ? */
79 0,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37, /* ABCDEFGHIJKLMNO */
8038,39,40,41,42,43,44,45,46,47,48, 0, 0, 0, 0, 0, /* PQRSTUVWXYZ */
81 0,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63, /* abcdefghijklmno */
8264,65,66,67,68,69,70,71,72,73,74, 0, 0, 0, 0, 0, /* pqrstuvwxyz */
83};
84static const int permitted_alphabet_code2value_4[74] = {
8532,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,
8655,56,57,58,61,63,65,66,67,68,69,70,71,72,73,74,
8775,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,
8897,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,
89113,114,115,116,117,118,119,120,121,122,};
90
91
92static int check_permitted_alphabet_4(const void *sptr) {
93 const int *table = permitted_alphabet_table_4;
94 /* The underlying type is PrintableString */
95 const PrintableString_t *st = (const PrintableString_t *)sptr;
96 const uint8_t *ch = st->buf;
97 const uint8_t *end = ch + st->size;
98
99 for(; ch < end; ch++) {
100 uint8_t cv = *ch;
101 if(!table[cv]) return -1;
102 }
103 return 0;
104}
105
106static int
107memb_ranFunction_ShortName_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
108 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
109 const PrintableString_t *st = (const PrintableString_t *)sptr;
110 size_t size;
111
112 if(!sptr) {
113 ASN__CTFAIL(app_key, td, sptr,
114 "%s: value not given (%s:%d)",
115 td->name, __FILE__, __LINE__);
116 return -1;
117 }
118
119 size = st->size;
120
121 if((size >= 1 && size <= 150)
122 && !check_permitted_alphabet_2(st)) {
123 /* Constraint check succeeded */
124 return 0;
125 } else {
126 ASN__CTFAIL(app_key, td, sptr,
127 "%s: constraint failed (%s:%d)",
128 td->name, __FILE__, __LINE__);
129 return -1;
130 }
131}
132
133static int asn_PER_MAP_ranFunction_ShortName_2_v2c(unsigned int value) {
134 if(value >= sizeof(permitted_alphabet_table_2)/sizeof(permitted_alphabet_table_2[0]))
135 return -1;
136 return permitted_alphabet_table_2[value] - 1;
137}
138static int asn_PER_MAP_ranFunction_ShortName_2_c2v(unsigned int code) {
139 if(code >= sizeof(permitted_alphabet_code2value_2)/sizeof(permitted_alphabet_code2value_2[0]))
140 return -1;
141 return permitted_alphabet_code2value_2[code];
142}
143static int
144memb_ranFunction_E2SM_OID_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
145 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
146 const PrintableString_t *st = (const PrintableString_t *)sptr;
147 size_t size;
148
149 if(!sptr) {
150 ASN__CTFAIL(app_key, td, sptr,
151 "%s: value not given (%s:%d)",
152 td->name, __FILE__, __LINE__);
153 return -1;
154 }
155
156 size = st->size;
157
rajalakshmisv960885a2022-05-31 14:59:10 +0000158 if((size >= 1 && size <= 1000)
rajalakshmisv21b61dd2021-12-07 04:53:03 +0000159 && !check_permitted_alphabet_3(st)) {
160 /* Constraint check succeeded */
161 return 0;
162 } else {
163 ASN__CTFAIL(app_key, td, sptr,
164 "%s: constraint failed (%s:%d)",
165 td->name, __FILE__, __LINE__);
166 return -1;
167 }
168}
169
170static int asn_PER_MAP_ranFunction_E2SM_OID_3_v2c(unsigned int value) {
171 if(value >= sizeof(permitted_alphabet_table_3)/sizeof(permitted_alphabet_table_3[0]))
172 return -1;
173 return permitted_alphabet_table_3[value] - 1;
174}
175static int asn_PER_MAP_ranFunction_E2SM_OID_3_c2v(unsigned int code) {
176 if(code >= sizeof(permitted_alphabet_code2value_3)/sizeof(permitted_alphabet_code2value_3[0]))
177 return -1;
178 return permitted_alphabet_code2value_3[code];
179}
180static int
181memb_ranFunction_Description_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
182 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
183 const PrintableString_t *st = (const PrintableString_t *)sptr;
184 size_t size;
185
186 if(!sptr) {
187 ASN__CTFAIL(app_key, td, sptr,
188 "%s: value not given (%s:%d)",
189 td->name, __FILE__, __LINE__);
190 return -1;
191 }
192
193 size = st->size;
194
195 if((size >= 1 && size <= 150)
196 && !check_permitted_alphabet_4(st)) {
197 /* Constraint check succeeded */
198 return 0;
199 } else {
200 ASN__CTFAIL(app_key, td, sptr,
201 "%s: constraint failed (%s:%d)",
202 td->name, __FILE__, __LINE__);
203 return -1;
204 }
205}
206
207static int asn_PER_MAP_ranFunction_Description_4_v2c(unsigned int value) {
208 if(value >= sizeof(permitted_alphabet_table_4)/sizeof(permitted_alphabet_table_4[0]))
209 return -1;
210 return permitted_alphabet_table_4[value] - 1;
211}
212static int asn_PER_MAP_ranFunction_Description_4_c2v(unsigned int code) {
213 if(code >= sizeof(permitted_alphabet_code2value_4)/sizeof(permitted_alphabet_code2value_4[0]))
214 return -1;
215 return permitted_alphabet_code2value_4[code];
216}
217static asn_oer_constraints_t asn_OER_memb_ranFunction_ShortName_constr_2 CC_NOTUSED = {
218 { 0, 0 },
219 -1 /* (SIZE(0..MAX)) */};
220static asn_per_constraints_t asn_PER_memb_ranFunction_ShortName_constr_2 CC_NOTUSED = {
221 { APC_CONSTRAINED, 7, 7, 32, 122 } /* (32..122) */,
222 { APC_CONSTRAINED | APC_EXTENSIBLE, 8, 8, 1, 150 } /* (SIZE(1..150,...)) */,
223 asn_PER_MAP_ranFunction_ShortName_2_v2c, /* Value to PER code map */
224 asn_PER_MAP_ranFunction_ShortName_2_c2v /* PER code to value map */
225};
226static asn_oer_constraints_t asn_OER_memb_ranFunction_E2SM_OID_constr_3 CC_NOTUSED = {
227 { 0, 0 },
228 -1 /* (SIZE(0..MAX)) */};
229static asn_per_constraints_t asn_PER_memb_ranFunction_E2SM_OID_constr_3 CC_NOTUSED = {
230 { APC_CONSTRAINED, 7, 7, 32, 122 } /* (32..122) */,
rajalakshmisv960885a2022-05-31 14:59:10 +0000231 { APC_CONSTRAINED | APC_EXTENSIBLE, 10, 10, 1, 1000 } /* (SIZE(1..1000,...)) */,
rajalakshmisv21b61dd2021-12-07 04:53:03 +0000232 asn_PER_MAP_ranFunction_E2SM_OID_3_v2c, /* Value to PER code map */
233 asn_PER_MAP_ranFunction_E2SM_OID_3_c2v /* PER code to value map */
234};
235static asn_oer_constraints_t asn_OER_memb_ranFunction_Description_constr_4 CC_NOTUSED = {
236 { 0, 0 },
237 -1 /* (SIZE(0..MAX)) */};
238static asn_per_constraints_t asn_PER_memb_ranFunction_Description_constr_4 CC_NOTUSED = {
239 { APC_CONSTRAINED, 7, 7, 32, 122 } /* (32..122) */,
240 { APC_CONSTRAINED | APC_EXTENSIBLE, 8, 8, 1, 150 } /* (SIZE(1..150,...)) */,
241 asn_PER_MAP_ranFunction_Description_4_v2c, /* Value to PER code map */
242 asn_PER_MAP_ranFunction_Description_4_c2v /* PER code to value map */
243};
244asn_TYPE_member_t asn_MBR_RANfunction_Name_1[] = {
245 { ATF_NOFLAGS, 0, offsetof(struct RANfunction_Name, ranFunction_ShortName),
246 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
247 -1, /* IMPLICIT tag at current level */
248 &asn_DEF_PrintableString,
249 0,
250 { &asn_OER_memb_ranFunction_ShortName_constr_2, &asn_PER_memb_ranFunction_ShortName_constr_2, memb_ranFunction_ShortName_constraint_1 },
251 0, 0, /* No default value */
252 "ranFunction-ShortName"
253 },
254 { ATF_NOFLAGS, 0, offsetof(struct RANfunction_Name, ranFunction_E2SM_OID),
255 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
256 -1, /* IMPLICIT tag at current level */
257 &asn_DEF_PrintableString,
258 0,
259 { &asn_OER_memb_ranFunction_E2SM_OID_constr_3, &asn_PER_memb_ranFunction_E2SM_OID_constr_3, memb_ranFunction_E2SM_OID_constraint_1 },
260 0, 0, /* No default value */
261 "ranFunction-E2SM-OID"
262 },
263 { ATF_NOFLAGS, 0, offsetof(struct RANfunction_Name, ranFunction_Description),
264 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
265 -1, /* IMPLICIT tag at current level */
266 &asn_DEF_PrintableString,
267 0,
268 { &asn_OER_memb_ranFunction_Description_constr_4, &asn_PER_memb_ranFunction_Description_constr_4, memb_ranFunction_Description_constraint_1 },
269 0, 0, /* No default value */
270 "ranFunction-Description"
271 },
272 { ATF_POINTER, 1, offsetof(struct RANfunction_Name, ranFunction_Instance),
273 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
274 -1, /* IMPLICIT tag at current level */
275 &asn_DEF_NativeInteger,
276 0,
277 { 0, 0, 0 },
278 0, 0, /* No default value */
279 "ranFunction-Instance"
280 },
281};
282static const int asn_MAP_RANfunction_Name_oms_1[] = { 3 };
283static const ber_tlv_tag_t asn_DEF_RANfunction_Name_tags_1[] = {
284 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
285};
286static const asn_TYPE_tag2member_t asn_MAP_RANfunction_Name_tag2el_1[] = {
287 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ranFunction-ShortName */
288 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ranFunction-E2SM-OID */
289 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ranFunction-Description */
290 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* ranFunction-Instance */
291};
292asn_SEQUENCE_specifics_t asn_SPC_RANfunction_Name_specs_1 = {
293 sizeof(struct RANfunction_Name),
294 offsetof(struct RANfunction_Name, _asn_ctx),
295 asn_MAP_RANfunction_Name_tag2el_1,
296 4, /* Count of tags in the map */
297 asn_MAP_RANfunction_Name_oms_1, /* Optional members */
298 1, 0, /* Root/Additions */
299 4, /* First extension addition */
300};
301asn_TYPE_descriptor_t asn_DEF_RANfunction_Name = {
302 "RANfunction-Name",
303 "RANfunction-Name",
304 &asn_OP_SEQUENCE,
305 asn_DEF_RANfunction_Name_tags_1,
306 sizeof(asn_DEF_RANfunction_Name_tags_1)
307 /sizeof(asn_DEF_RANfunction_Name_tags_1[0]), /* 1 */
308 asn_DEF_RANfunction_Name_tags_1, /* Same as above */
309 sizeof(asn_DEF_RANfunction_Name_tags_1)
310 /sizeof(asn_DEF_RANfunction_Name_tags_1[0]), /* 1 */
311 { 0, 0, SEQUENCE_constraint },
312 asn_MBR_RANfunction_Name_1,
313 4, /* Elements count */
314 &asn_SPC_RANfunction_Name_specs_1 /* Additional specs */
315};
316