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