89dca6ad3232f954a213131cfa161afe94f47608
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / MeNBResourceCoordinationInformation.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 "MeNBResourceCoordinationInformation.h"
32
33 #include "ProtocolExtensionContainer.h"
34 static int
35 memb_uLCoordinationInformation_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
36                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
37         const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
38         size_t size;
39         
40         if(!sptr) {
41                 ASN__CTFAIL(app_key, td, sptr,
42                         "%s: value not given (%s:%d)",
43                         td->name, __FILE__, __LINE__);
44                 return -1;
45         }
46         
47         if(st->size > 0) {
48                 /* Size in bits */
49                 size = 8 * st->size - (st->bits_unused & 0x07);
50         } else {
51                 size = 0;
52         }
53         
54         if((size >= 6 && size <= 4400)) {
55                 /* Constraint check succeeded */
56                 return 0;
57         } else {
58                 ASN__CTFAIL(app_key, td, sptr,
59                         "%s: constraint failed (%s:%d)",
60                         td->name, __FILE__, __LINE__);
61                 return -1;
62         }
63 }
64
65 static int
66 memb_dLCoordinationInformation_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
67                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
68         const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
69         size_t size;
70         
71         if(!sptr) {
72                 ASN__CTFAIL(app_key, td, sptr,
73                         "%s: value not given (%s:%d)",
74                         td->name, __FILE__, __LINE__);
75                 return -1;
76         }
77         
78         if(st->size > 0) {
79                 /* Size in bits */
80                 size = 8 * st->size - (st->bits_unused & 0x07);
81         } else {
82                 size = 0;
83         }
84         
85         if((size >= 6 && size <= 4400)) {
86                 /* Constraint check succeeded */
87                 return 0;
88         } else {
89                 ASN__CTFAIL(app_key, td, sptr,
90                         "%s: constraint failed (%s:%d)",
91                         td->name, __FILE__, __LINE__);
92                 return -1;
93         }
94 }
95
96 static asn_per_constraints_t asn_PER_memb_uLCoordinationInformation_constr_3 CC_NOTUSED = {
97         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
98         { APC_CONSTRAINED | APC_EXTENSIBLE,  13,  13,  6,  4400 }       /* (SIZE(6..4400,...)) */,
99         0, 0    /* No PER value map */
100 };
101 static asn_per_constraints_t asn_PER_memb_dLCoordinationInformation_constr_4 CC_NOTUSED = {
102         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
103         { APC_CONSTRAINED | APC_EXTENSIBLE,  13,  13,  6,  4400 }       /* (SIZE(6..4400,...)) */,
104         0, 0    /* No PER value map */
105 };
106 asn_TYPE_member_t asn_MBR_MeNBResourceCoordinationInformation_1[] = {
107         { ATF_NOFLAGS, 0, offsetof(struct MeNBResourceCoordinationInformation, eUTRA_Cell_ID),
108                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
109                 -1,     /* IMPLICIT tag at current level */
110                 &asn_DEF_ECGI,
111                 0,
112                 { 0, 0, 0 },
113                 0, 0, /* No default value */
114                 "eUTRA-Cell-ID"
115                 },
116         { ATF_NOFLAGS, 0, offsetof(struct MeNBResourceCoordinationInformation, uLCoordinationInformation),
117                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
118                 -1,     /* IMPLICIT tag at current level */
119                 &asn_DEF_BIT_STRING,
120                 0,
121                 { 0, &asn_PER_memb_uLCoordinationInformation_constr_3,  memb_uLCoordinationInformation_constraint_1 },
122                 0, 0, /* No default value */
123                 "uLCoordinationInformation"
124                 },
125         { ATF_POINTER, 2, offsetof(struct MeNBResourceCoordinationInformation, dLCoordinationInformation),
126                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
127                 -1,     /* IMPLICIT tag at current level */
128                 &asn_DEF_BIT_STRING,
129                 0,
130                 { 0, &asn_PER_memb_dLCoordinationInformation_constr_4,  memb_dLCoordinationInformation_constraint_1 },
131                 0, 0, /* No default value */
132                 "dLCoordinationInformation"
133                 },
134         { ATF_POINTER, 1, offsetof(struct MeNBResourceCoordinationInformation, iE_Extensions),
135                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
136                 -1,     /* IMPLICIT tag at current level */
137                 &asn_DEF_ProtocolExtensionContainer_170P167,
138                 0,
139                 { 0, 0, 0 },
140                 0, 0, /* No default value */
141                 "iE-Extensions"
142                 },
143 };
144 static const int asn_MAP_MeNBResourceCoordinationInformation_oms_1[] = { 2, 3 };
145 static const ber_tlv_tag_t asn_DEF_MeNBResourceCoordinationInformation_tags_1[] = {
146         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
147 };
148 static const asn_TYPE_tag2member_t asn_MAP_MeNBResourceCoordinationInformation_tag2el_1[] = {
149     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* eUTRA-Cell-ID */
150     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* uLCoordinationInformation */
151     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* dLCoordinationInformation */
152     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* iE-Extensions */
153 };
154 asn_SEQUENCE_specifics_t asn_SPC_MeNBResourceCoordinationInformation_specs_1 = {
155         sizeof(struct MeNBResourceCoordinationInformation),
156         offsetof(struct MeNBResourceCoordinationInformation, _asn_ctx),
157         asn_MAP_MeNBResourceCoordinationInformation_tag2el_1,
158         4,      /* Count of tags in the map */
159         asn_MAP_MeNBResourceCoordinationInformation_oms_1,      /* Optional members */
160         2, 0,   /* Root/Additions */
161         4,      /* First extension addition */
162 };
163 asn_TYPE_descriptor_t asn_DEF_MeNBResourceCoordinationInformation = {
164         "MeNBResourceCoordinationInformation",
165         "MeNBResourceCoordinationInformation",
166         &asn_OP_SEQUENCE,
167         asn_DEF_MeNBResourceCoordinationInformation_tags_1,
168         sizeof(asn_DEF_MeNBResourceCoordinationInformation_tags_1)
169                 /sizeof(asn_DEF_MeNBResourceCoordinationInformation_tags_1[0]), /* 1 */
170         asn_DEF_MeNBResourceCoordinationInformation_tags_1,     /* Same as above */
171         sizeof(asn_DEF_MeNBResourceCoordinationInformation_tags_1)
172                 /sizeof(asn_DEF_MeNBResourceCoordinationInformation_tags_1[0]), /* 1 */
173         { 0, 0, SEQUENCE_constraint },
174         asn_MBR_MeNBResourceCoordinationInformation_1,
175         4,      /* Elements count */
176         &asn_SPC_MeNBResourceCoordinationInformation_specs_1    /* Additional specs */
177 };
178