blob: 501db25bd8def846faa950cf83106cbb2a21ffb8 [file] [log] [blame]
rajalakshmisv21b61dd2021-12-07 04:53:03 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-KPM-RC"
4 * found in "e2sm-kpm-rc.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
6 */
7
8#include "RANParameter-LIST.h"
9
10#include "RANParameter-STRUCTURE.h"
11static int
12memb_list_of_ranParameter_Structures_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
13 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
14 size_t size;
15
16 if(!sptr) {
17 ASN__CTFAIL(app_key, td, sptr,
18 "%s: value not given (%s:%d)",
19 td->name, __FILE__, __LINE__);
20 return -1;
21 }
22
23 /* Determine the number of elements */
24 size = _A_CSEQUENCE_FROM_VOID(sptr)->count;
25
26 if((size >= 1 && size <= 4294967295)) {
27 /* Perform validation of the inner elements */
28 return td->encoding_constraints.general_constraints(td, sptr, ctfailcb, app_key);
29 } else {
30 ASN__CTFAIL(app_key, td, sptr,
31 "%s: constraint failed (%s:%d)",
32 td->name, __FILE__, __LINE__);
33 return -1;
34 }
35}
36
37static asn_oer_constraints_t asn_OER_type_list_of_ranParameter_Structures_constr_2 CC_NOTUSED = {
38 { 0, 0 },
39 -1 /* (SIZE(1..4294967295)) */};
40static asn_per_constraints_t asn_PER_type_list_of_ranParameter_Structures_constr_2 CC_NOTUSED = {
41 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
42 { APC_CONSTRAINED, 32, -1, 1, 4294967295 } /* (SIZE(1..4294967295)) */,
43 0, 0 /* No PER value map */
44};
45static asn_oer_constraints_t asn_OER_memb_list_of_ranParameter_Structures_constr_2 CC_NOTUSED = {
46 { 0, 0 },
47 -1 /* (SIZE(1..4294967295)) */};
48static asn_per_constraints_t asn_PER_memb_list_of_ranParameter_Structures_constr_2 CC_NOTUSED = {
49 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
50 { APC_CONSTRAINED, 32, -1, 1, 4294967295 } /* (SIZE(1..4294967295)) */,
51 0, 0 /* No PER value map */
52};
53static asn_TYPE_member_t asn_MBR_list_of_ranParameter_Structures_2[] = {
54 { ATF_POINTER, 0, 0,
55 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
56 0,
57 &asn_DEF_RANParameter_STRUCTURE,
58 0,
59 { 0, 0, 0 },
60 0, 0, /* No default value */
61 ""
62 },
63};
64static const ber_tlv_tag_t asn_DEF_list_of_ranParameter_Structures_tags_2[] = {
65 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
66 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
67};
68static asn_SET_OF_specifics_t asn_SPC_list_of_ranParameter_Structures_specs_2 = {
69 sizeof(struct RANParameter_LIST__list_of_ranParameter_Structures),
70 offsetof(struct RANParameter_LIST__list_of_ranParameter_Structures, _asn_ctx),
71 0, /* XER encoding is XMLDelimitedItemList */
72};
73static /* Use -fall-defs-global to expose */
74asn_TYPE_descriptor_t asn_DEF_list_of_ranParameter_Structures_2 = {
75 "list-of-ranParameter-Structures",
76 "list-of-ranParameter-Structures",
77 &asn_OP_SEQUENCE_OF,
78 asn_DEF_list_of_ranParameter_Structures_tags_2,
79 sizeof(asn_DEF_list_of_ranParameter_Structures_tags_2)
80 /sizeof(asn_DEF_list_of_ranParameter_Structures_tags_2[0]) - 1, /* 1 */
81 asn_DEF_list_of_ranParameter_Structures_tags_2, /* Same as above */
82 sizeof(asn_DEF_list_of_ranParameter_Structures_tags_2)
83 /sizeof(asn_DEF_list_of_ranParameter_Structures_tags_2[0]), /* 2 */
84 { &asn_OER_type_list_of_ranParameter_Structures_constr_2, &asn_PER_type_list_of_ranParameter_Structures_constr_2, SEQUENCE_OF_constraint },
85 asn_MBR_list_of_ranParameter_Structures_2,
86 1, /* Single element */
87 &asn_SPC_list_of_ranParameter_Structures_specs_2 /* Additional specs */
88};
89
90asn_TYPE_member_t asn_MBR_RANParameter_LIST_1[] = {
91 { ATF_NOFLAGS, 0, offsetof(struct RANParameter_LIST, list_of_ranParameter_Structures),
92 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
93 0,
94 &asn_DEF_list_of_ranParameter_Structures_2,
95 0,
96 { &asn_OER_memb_list_of_ranParameter_Structures_constr_2, &asn_PER_memb_list_of_ranParameter_Structures_constr_2, memb_list_of_ranParameter_Structures_constraint_1 },
97 0, 0, /* No default value */
98 "list-of-ranParameter-Structures"
99 },
100};
101static const ber_tlv_tag_t asn_DEF_RANParameter_LIST_tags_1[] = {
102 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
103};
104static const asn_TYPE_tag2member_t asn_MAP_RANParameter_LIST_tag2el_1[] = {
105 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* list-of-ranParameter-Structures */
106};
107asn_SEQUENCE_specifics_t asn_SPC_RANParameter_LIST_specs_1 = {
108 sizeof(struct RANParameter_LIST),
109 offsetof(struct RANParameter_LIST, _asn_ctx),
110 asn_MAP_RANParameter_LIST_tag2el_1,
111 1, /* Count of tags in the map */
112 0, 0, 0, /* Optional elements (not needed) */
113 1, /* First extension addition */
114};
115asn_TYPE_descriptor_t asn_DEF_RANParameter_LIST = {
116 "RANParameter-LIST",
117 "RANParameter-LIST",
118 &asn_OP_SEQUENCE,
119 asn_DEF_RANParameter_LIST_tags_1,
120 sizeof(asn_DEF_RANParameter_LIST_tags_1)
121 /sizeof(asn_DEF_RANParameter_LIST_tags_1[0]), /* 1 */
122 asn_DEF_RANParameter_LIST_tags_1, /* Same as above */
123 sizeof(asn_DEF_RANParameter_LIST_tags_1)
124 /sizeof(asn_DEF_RANParameter_LIST_tags_1[0]), /* 1 */
125 { 0, 0, SEQUENCE_constraint },
126 asn_MBR_RANParameter_LIST_1,
127 1, /* Elements count */
128 &asn_SPC_RANParameter_LIST_specs_1 /* Additional specs */
129};
130