Adding new comments for Oran in all files with licenses
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / CellInformation-Item.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-PDU-Contents"
27  *      found in "../../asnFiles/X2AP-PDU-Contents.asn"
28  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
29  */
30
31 #include "CellInformation-Item.h"
32
33 #include "UL-InterferenceOverloadIndication.h"
34 #include "UL-HighInterferenceIndicationInfo.h"
35 #include "RelativeNarrowbandTxPower.h"
36 #include "ProtocolExtensionContainer.h"
37 static asn_TYPE_member_t asn_MBR_CellInformation_Item_1[] = {
38         { ATF_NOFLAGS, 0, offsetof(struct CellInformation_Item, cell_ID),
39                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
40                 -1,     /* IMPLICIT tag at current level */
41                 &asn_DEF_ECGI,
42                 0,
43                 { 0, 0, 0 },
44                 0, 0, /* No default value */
45                 "cell-ID"
46                 },
47         { ATF_POINTER, 4, offsetof(struct CellInformation_Item, ul_InterferenceOverloadIndication),
48                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
49                 -1,     /* IMPLICIT tag at current level */
50                 &asn_DEF_UL_InterferenceOverloadIndication,
51                 0,
52                 { 0, 0, 0 },
53                 0, 0, /* No default value */
54                 "ul-InterferenceOverloadIndication"
55                 },
56         { ATF_POINTER, 3, offsetof(struct CellInformation_Item, ul_HighInterferenceIndicationInfo),
57                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
58                 -1,     /* IMPLICIT tag at current level */
59                 &asn_DEF_UL_HighInterferenceIndicationInfo,
60                 0,
61                 { 0, 0, 0 },
62                 0, 0, /* No default value */
63                 "ul-HighInterferenceIndicationInfo"
64                 },
65         { ATF_POINTER, 2, offsetof(struct CellInformation_Item, relativeNarrowbandTxPower),
66                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
67                 -1,     /* IMPLICIT tag at current level */
68                 &asn_DEF_RelativeNarrowbandTxPower,
69                 0,
70                 { 0, 0, 0 },
71                 0, 0, /* No default value */
72                 "relativeNarrowbandTxPower"
73                 },
74         { ATF_POINTER, 1, offsetof(struct CellInformation_Item, iE_Extensions),
75                 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
76                 -1,     /* IMPLICIT tag at current level */
77                 &asn_DEF_ProtocolExtensionContainer_170P7,
78                 0,
79                 { 0, 0, 0 },
80                 0, 0, /* No default value */
81                 "iE-Extensions"
82                 },
83 };
84 static const int asn_MAP_CellInformation_Item_oms_1[] = { 1, 2, 3, 4 };
85 static const ber_tlv_tag_t asn_DEF_CellInformation_Item_tags_1[] = {
86         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
87 };
88 static const asn_TYPE_tag2member_t asn_MAP_CellInformation_Item_tag2el_1[] = {
89     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* cell-ID */
90     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* ul-InterferenceOverloadIndication */
91     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ul-HighInterferenceIndicationInfo */
92     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* relativeNarrowbandTxPower */
93     { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* iE-Extensions */
94 };
95 static asn_SEQUENCE_specifics_t asn_SPC_CellInformation_Item_specs_1 = {
96         sizeof(struct CellInformation_Item),
97         offsetof(struct CellInformation_Item, _asn_ctx),
98         asn_MAP_CellInformation_Item_tag2el_1,
99         5,      /* Count of tags in the map */
100         asn_MAP_CellInformation_Item_oms_1,     /* Optional members */
101         4, 0,   /* Root/Additions */
102         5,      /* First extension addition */
103 };
104 asn_TYPE_descriptor_t asn_DEF_CellInformation_Item = {
105         "CellInformation-Item",
106         "CellInformation-Item",
107         &asn_OP_SEQUENCE,
108         asn_DEF_CellInformation_Item_tags_1,
109         sizeof(asn_DEF_CellInformation_Item_tags_1)
110                 /sizeof(asn_DEF_CellInformation_Item_tags_1[0]), /* 1 */
111         asn_DEF_CellInformation_Item_tags_1,    /* Same as above */
112         sizeof(asn_DEF_CellInformation_Item_tags_1)
113                 /sizeof(asn_DEF_CellInformation_Item_tags_1[0]), /* 1 */
114         { 0, 0, SEQUENCE_constraint },
115         asn_MBR_CellInformation_Item_1,
116         5,      /* Elements count */
117         &asn_SPC_CellInformation_Item_specs_1   /* Additional specs */
118 };
119