7cc28fc7197d6d37529015f56a859812cd923585
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / Neighbour-Information.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 "Neighbour-Information.h"
32
33 #include "ProtocolExtensionContainer.h"
34 asn_per_constraints_t asn_PER_type_Neighbour_Information_constr_1 CC_NOTUSED = {
35         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
36         { APC_CONSTRAINED,       10,  10,  0,  512 }    /* (SIZE(0..512)) */,
37         0, 0    /* No PER value map */
38 };
39 static asn_TYPE_member_t asn_MBR_Member_2[] = {
40         { ATF_NOFLAGS, 0, offsetof(struct Neighbour_Information__Member, eCGI),
41                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
42                 -1,     /* IMPLICIT tag at current level */
43                 &asn_DEF_ECGI,
44                 0,
45                 { 0, 0, 0 },
46                 0, 0, /* No default value */
47                 "eCGI"
48                 },
49         { ATF_NOFLAGS, 0, offsetof(struct Neighbour_Information__Member, pCI),
50                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
51                 -1,     /* IMPLICIT tag at current level */
52                 &asn_DEF_PCI,
53                 0,
54                 { 0, 0, 0 },
55                 0, 0, /* No default value */
56                 "pCI"
57                 },
58         { ATF_NOFLAGS, 0, offsetof(struct Neighbour_Information__Member, eARFCN),
59                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
60                 -1,     /* IMPLICIT tag at current level */
61                 &asn_DEF_EARFCN,
62                 0,
63                 { 0, 0, 0 },
64                 0, 0, /* No default value */
65                 "eARFCN"
66                 },
67         { ATF_POINTER, 1, offsetof(struct Neighbour_Information__Member, iE_Extensions),
68                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
69                 -1,     /* IMPLICIT tag at current level */
70                 &asn_DEF_ProtocolExtensionContainer_170P172,
71                 0,
72                 { 0, 0, 0 },
73                 0, 0, /* No default value */
74                 "iE-Extensions"
75                 },
76 };
77 static const int asn_MAP_Member_oms_2[] = { 3 };
78 static const ber_tlv_tag_t asn_DEF_Member_tags_2[] = {
79         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
80 };
81 static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = {
82     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* eCGI */
83     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* pCI */
84     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* eARFCN */
85     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* iE-Extensions */
86 };
87 static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_2 = {
88         sizeof(struct Neighbour_Information__Member),
89         offsetof(struct Neighbour_Information__Member, _asn_ctx),
90         asn_MAP_Member_tag2el_2,
91         4,      /* Count of tags in the map */
92         asn_MAP_Member_oms_2,   /* Optional members */
93         1, 0,   /* Root/Additions */
94         4,      /* First extension addition */
95 };
96 static /* Use -fall-defs-global to expose */
97 asn_TYPE_descriptor_t asn_DEF_Member_2 = {
98         "SEQUENCE",
99         "SEQUENCE",
100         &asn_OP_SEQUENCE,
101         asn_DEF_Member_tags_2,
102         sizeof(asn_DEF_Member_tags_2)
103                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
104         asn_DEF_Member_tags_2,  /* Same as above */
105         sizeof(asn_DEF_Member_tags_2)
106                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
107         { 0, 0, SEQUENCE_constraint },
108         asn_MBR_Member_2,
109         4,      /* Elements count */
110         &asn_SPC_Member_specs_2 /* Additional specs */
111 };
112
113 asn_TYPE_member_t asn_MBR_Neighbour_Information_1[] = {
114         { ATF_POINTER, 0, 0,
115                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
116                 0,
117                 &asn_DEF_Member_2,
118                 0,
119                 { 0, 0, 0 },
120                 0, 0, /* No default value */
121                 ""
122                 },
123 };
124 static const ber_tlv_tag_t asn_DEF_Neighbour_Information_tags_1[] = {
125         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
126 };
127 asn_SET_OF_specifics_t asn_SPC_Neighbour_Information_specs_1 = {
128         sizeof(struct Neighbour_Information),
129         offsetof(struct Neighbour_Information, _asn_ctx),
130         0,      /* XER encoding is XMLDelimitedItemList */
131 };
132 asn_TYPE_descriptor_t asn_DEF_Neighbour_Information = {
133         "Neighbour-Information",
134         "Neighbour-Information",
135         &asn_OP_SEQUENCE_OF,
136         asn_DEF_Neighbour_Information_tags_1,
137         sizeof(asn_DEF_Neighbour_Information_tags_1)
138                 /sizeof(asn_DEF_Neighbour_Information_tags_1[0]), /* 1 */
139         asn_DEF_Neighbour_Information_tags_1,   /* Same as above */
140         sizeof(asn_DEF_Neighbour_Information_tags_1)
141                 /sizeof(asn_DEF_Neighbour_Information_tags_1[0]), /* 1 */
142         { 0, &asn_PER_type_Neighbour_Information_constr_1, SEQUENCE_OF_constraint },
143         asn_MBR_Neighbour_Information_1,
144         1,      /* Single element */
145         &asn_SPC_Neighbour_Information_specs_1  /* Additional specs */
146 };
147