ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_rc / lib / RANFunctionDefinition-Report-Item.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-RC-IEs"
4  *      found in "e2sm_rc.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #include "RANFunctionDefinition-Report-Item.h"
9
10 #include "Report-RANParameter-Item.h"
11 static int
12 memb_ran_ReportParameters_List_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 <= 65535)) {
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
37 static asn_oer_constraints_t asn_OER_type_ran_ReportParameters_List_constr_8 CC_NOTUSED = {
38         { 0, 0 },
39         -1      /* (SIZE(1..65535)) */};
40 static asn_per_constraints_t asn_PER_type_ran_ReportParameters_List_constr_8 CC_NOTUSED = {
41         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
42         { APC_CONSTRAINED,       16,  16,  1,  65535 }  /* (SIZE(1..65535)) */,
43         0, 0    /* No PER value map */
44 };
45 static asn_oer_constraints_t asn_OER_memb_ran_ReportParameters_List_constr_8 CC_NOTUSED = {
46         { 0, 0 },
47         -1      /* (SIZE(1..65535)) */};
48 static asn_per_constraints_t asn_PER_memb_ran_ReportParameters_List_constr_8 CC_NOTUSED = {
49         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
50         { APC_CONSTRAINED,       16,  16,  1,  65535 }  /* (SIZE(1..65535)) */,
51         0, 0    /* No PER value map */
52 };
53 static asn_TYPE_member_t asn_MBR_ran_ReportParameters_List_8[] = {
54         { ATF_POINTER, 0, 0,
55                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
56                 0,
57                 &asn_DEF_Report_RANParameter_Item,
58                 0,
59                 { 0, 0, 0 },
60                 0, 0, /* No default value */
61                 ""
62                 },
63 };
64 static const ber_tlv_tag_t asn_DEF_ran_ReportParameters_List_tags_8[] = {
65         (ASN_TAG_CLASS_CONTEXT | (6 << 2)),
66         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
67 };
68 static asn_SET_OF_specifics_t asn_SPC_ran_ReportParameters_List_specs_8 = {
69         sizeof(struct RANFunctionDefinition_Report_Item__ran_ReportParameters_List),
70         offsetof(struct RANFunctionDefinition_Report_Item__ran_ReportParameters_List, _asn_ctx),
71         0,      /* XER encoding is XMLDelimitedItemList */
72 };
73 static /* Use -fall-defs-global to expose */
74 asn_TYPE_descriptor_t asn_DEF_ran_ReportParameters_List_8 = {
75         "ran-ReportParameters-List",
76         "ran-ReportParameters-List",
77         &asn_OP_SEQUENCE_OF,
78         asn_DEF_ran_ReportParameters_List_tags_8,
79         sizeof(asn_DEF_ran_ReportParameters_List_tags_8)
80                 /sizeof(asn_DEF_ran_ReportParameters_List_tags_8[0]) - 1, /* 1 */
81         asn_DEF_ran_ReportParameters_List_tags_8,       /* Same as above */
82         sizeof(asn_DEF_ran_ReportParameters_List_tags_8)
83                 /sizeof(asn_DEF_ran_ReportParameters_List_tags_8[0]), /* 2 */
84         { &asn_OER_type_ran_ReportParameters_List_constr_8, &asn_PER_type_ran_ReportParameters_List_constr_8, SEQUENCE_OF_constraint },
85         asn_MBR_ran_ReportParameters_List_8,
86         1,      /* Single element */
87         &asn_SPC_ran_ReportParameters_List_specs_8      /* Additional specs */
88 };
89
90 asn_TYPE_member_t asn_MBR_RANFunctionDefinition_Report_Item_1[] = {
91         { ATF_NOFLAGS, 0, offsetof(struct RANFunctionDefinition_Report_Item, ric_ReportStyle_Type),
92                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
93                 -1,     /* IMPLICIT tag at current level */
94                 &asn_DEF_RIC_Style_Type,
95                 0,
96                 { 0, 0, 0 },
97                 0, 0, /* No default value */
98                 "ric-ReportStyle-Type"
99                 },
100         { ATF_NOFLAGS, 0, offsetof(struct RANFunctionDefinition_Report_Item, ric_ReportStyle_Name),
101                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
102                 -1,     /* IMPLICIT tag at current level */
103                 &asn_DEF_RIC_Style_Name,
104                 0,
105                 { 0, 0, 0 },
106                 0, 0, /* No default value */
107                 "ric-ReportStyle-Name"
108                 },
109         { ATF_NOFLAGS, 0, offsetof(struct RANFunctionDefinition_Report_Item, ric_SupportedEventTriggerStyle_Type),
110                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
111                 -1,     /* IMPLICIT tag at current level */
112                 &asn_DEF_RIC_Style_Type,
113                 0,
114                 { 0, 0, 0 },
115                 0, 0, /* No default value */
116                 "ric-SupportedEventTriggerStyle-Type"
117                 },
118         { ATF_NOFLAGS, 0, offsetof(struct RANFunctionDefinition_Report_Item, ric_ReportActionFormat_Type),
119                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
120                 -1,     /* IMPLICIT tag at current level */
121                 &asn_DEF_RIC_Format_Type,
122                 0,
123                 { 0, 0, 0 },
124                 0, 0, /* No default value */
125                 "ric-ReportActionFormat-Type"
126                 },
127         { ATF_NOFLAGS, 0, offsetof(struct RANFunctionDefinition_Report_Item, ric_IndicationHeaderFormat_Type),
128                 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
129                 -1,     /* IMPLICIT tag at current level */
130                 &asn_DEF_RIC_Format_Type,
131                 0,
132                 { 0, 0, 0 },
133                 0, 0, /* No default value */
134                 "ric-IndicationHeaderFormat-Type"
135                 },
136         { ATF_NOFLAGS, 0, offsetof(struct RANFunctionDefinition_Report_Item, ric_IndicationMessageFormat_Type),
137                 (ASN_TAG_CLASS_CONTEXT | (5 << 2)),
138                 -1,     /* IMPLICIT tag at current level */
139                 &asn_DEF_RIC_Format_Type,
140                 0,
141                 { 0, 0, 0 },
142                 0, 0, /* No default value */
143                 "ric-IndicationMessageFormat-Type"
144                 },
145         { ATF_POINTER, 1, offsetof(struct RANFunctionDefinition_Report_Item, ran_ReportParameters_List),
146                 (ASN_TAG_CLASS_CONTEXT | (6 << 2)),
147                 0,
148                 &asn_DEF_ran_ReportParameters_List_8,
149                 0,
150                 { &asn_OER_memb_ran_ReportParameters_List_constr_8, &asn_PER_memb_ran_ReportParameters_List_constr_8,  memb_ran_ReportParameters_List_constraint_1 },
151                 0, 0, /* No default value */
152                 "ran-ReportParameters-List"
153                 },
154 };
155 static const int asn_MAP_RANFunctionDefinition_Report_Item_oms_1[] = { 6 };
156 static const ber_tlv_tag_t asn_DEF_RANFunctionDefinition_Report_Item_tags_1[] = {
157         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
158 };
159 static const asn_TYPE_tag2member_t asn_MAP_RANFunctionDefinition_Report_Item_tag2el_1[] = {
160     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ric-ReportStyle-Type */
161     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ric-ReportStyle-Name */
162     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ric-SupportedEventTriggerStyle-Type */
163     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* ric-ReportActionFormat-Type */
164     { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 }, /* ric-IndicationHeaderFormat-Type */
165     { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 5, 0, 0 }, /* ric-IndicationMessageFormat-Type */
166     { (ASN_TAG_CLASS_CONTEXT | (6 << 2)), 6, 0, 0 } /* ran-ReportParameters-List */
167 };
168 asn_SEQUENCE_specifics_t asn_SPC_RANFunctionDefinition_Report_Item_specs_1 = {
169         sizeof(struct RANFunctionDefinition_Report_Item),
170         offsetof(struct RANFunctionDefinition_Report_Item, _asn_ctx),
171         asn_MAP_RANFunctionDefinition_Report_Item_tag2el_1,
172         7,      /* Count of tags in the map */
173         asn_MAP_RANFunctionDefinition_Report_Item_oms_1,        /* Optional members */
174         1, 0,   /* Root/Additions */
175         7,      /* First extension addition */
176 };
177 asn_TYPE_descriptor_t asn_DEF_RANFunctionDefinition_Report_Item = {
178         "RANFunctionDefinition-Report-Item",
179         "RANFunctionDefinition-Report-Item",
180         &asn_OP_SEQUENCE,
181         asn_DEF_RANFunctionDefinition_Report_Item_tags_1,
182         sizeof(asn_DEF_RANFunctionDefinition_Report_Item_tags_1)
183                 /sizeof(asn_DEF_RANFunctionDefinition_Report_Item_tags_1[0]), /* 1 */
184         asn_DEF_RANFunctionDefinition_Report_Item_tags_1,       /* Same as above */
185         sizeof(asn_DEF_RANFunctionDefinition_Report_Item_tags_1)
186                 /sizeof(asn_DEF_RANFunctionDefinition_Report_Item_tags_1[0]), /* 1 */
187         { 0, 0, SEQUENCE_constraint },
188         asn_MBR_RANFunctionDefinition_Report_Item_1,
189         7,      /* Elements count */
190         &asn_SPC_RANFunctionDefinition_Report_Item_specs_1      /* Additional specs */
191 };
192