Adding new comments for Oran in all files with licenses
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / CSIReportList.c
1 /*
2  * Copyright 2019 AT&T Intellectual Property
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 /*
18  * This source code is part of the near-RT RIC (RAN Intelligent Controller)
19  * platform project (RICP).
20  */
21
22
23
24 /*
25  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
26  * From ASN.1 module "X2AP-IEs"
27  *      found in "../../asnFiles/X2AP-IEs.asn"
28  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
29  */
30
31 #include "CSIReportList.h"
32
33 #include "ProtocolExtensionContainer.h"
34 asn_per_constraints_t asn_PER_type_CSIReportList_constr_1 CC_NOTUSED = {
35         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
36         { APC_CONSTRAINED,       7,  7,  1,  128 }      /* (SIZE(1..128)) */,
37         0, 0    /* No PER value map */
38 };
39 static asn_TYPE_member_t asn_MBR_Member_2[] = {
40         { ATF_NOFLAGS, 0, offsetof(struct CSIReportList__Member, uEID),
41                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
42                 -1,     /* IMPLICIT tag at current level */
43                 &asn_DEF_UEID,
44                 0,
45                 { 0, 0, 0 },
46                 0, 0, /* No default value */
47                 "uEID"
48                 },
49         { ATF_NOFLAGS, 0, offsetof(struct CSIReportList__Member, cSIReportPerCSIProcess),
50                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
51                 -1,     /* IMPLICIT tag at current level */
52                 &asn_DEF_CSIReportPerCSIProcess,
53                 0,
54                 { 0, 0, 0 },
55                 0, 0, /* No default value */
56                 "cSIReportPerCSIProcess"
57                 },
58         { ATF_POINTER, 1, offsetof(struct CSIReportList__Member, iE_Extensions),
59                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
60                 -1,     /* IMPLICIT tag at current level */
61                 &asn_DEF_ProtocolExtensionContainer_170P128,
62                 0,
63                 { 0, 0, 0 },
64                 0, 0, /* No default value */
65                 "iE-Extensions"
66                 },
67 };
68 static const int asn_MAP_Member_oms_2[] = { 2 };
69 static const ber_tlv_tag_t asn_DEF_Member_tags_2[] = {
70         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
71 };
72 static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = {
73     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* uEID */
74     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* cSIReportPerCSIProcess */
75     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* iE-Extensions */
76 };
77 static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_2 = {
78         sizeof(struct CSIReportList__Member),
79         offsetof(struct CSIReportList__Member, _asn_ctx),
80         asn_MAP_Member_tag2el_2,
81         3,      /* Count of tags in the map */
82         asn_MAP_Member_oms_2,   /* Optional members */
83         1, 0,   /* Root/Additions */
84         3,      /* First extension addition */
85 };
86 static /* Use -fall-defs-global to expose */
87 asn_TYPE_descriptor_t asn_DEF_Member_2 = {
88         "SEQUENCE",
89         "SEQUENCE",
90         &asn_OP_SEQUENCE,
91         asn_DEF_Member_tags_2,
92         sizeof(asn_DEF_Member_tags_2)
93                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
94         asn_DEF_Member_tags_2,  /* Same as above */
95         sizeof(asn_DEF_Member_tags_2)
96                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
97         { 0, 0, SEQUENCE_constraint },
98         asn_MBR_Member_2,
99         3,      /* Elements count */
100         &asn_SPC_Member_specs_2 /* Additional specs */
101 };
102
103 asn_TYPE_member_t asn_MBR_CSIReportList_1[] = {
104         { ATF_POINTER, 0, 0,
105                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
106                 0,
107                 &asn_DEF_Member_2,
108                 0,
109                 { 0, 0, 0 },
110                 0, 0, /* No default value */
111                 ""
112                 },
113 };
114 static const ber_tlv_tag_t asn_DEF_CSIReportList_tags_1[] = {
115         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
116 };
117 asn_SET_OF_specifics_t asn_SPC_CSIReportList_specs_1 = {
118         sizeof(struct CSIReportList),
119         offsetof(struct CSIReportList, _asn_ctx),
120         0,      /* XER encoding is XMLDelimitedItemList */
121 };
122 asn_TYPE_descriptor_t asn_DEF_CSIReportList = {
123         "CSIReportList",
124         "CSIReportList",
125         &asn_OP_SEQUENCE_OF,
126         asn_DEF_CSIReportList_tags_1,
127         sizeof(asn_DEF_CSIReportList_tags_1)
128                 /sizeof(asn_DEF_CSIReportList_tags_1[0]), /* 1 */
129         asn_DEF_CSIReportList_tags_1,   /* Same as above */
130         sizeof(asn_DEF_CSIReportList_tags_1)
131                 /sizeof(asn_DEF_CSIReportList_tags_1[0]), /* 1 */
132         { 0, &asn_PER_type_CSIReportList_constr_1, SEQUENCE_OF_constraint },
133         asn_MBR_CSIReportList_1,
134         1,      /* Single element */
135         &asn_SPC_CSIReportList_specs_1  /* Additional specs */
136 };
137