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