b16e9bc8ac92aae7c81957ae8f69e01ae811dbfe
[ric-plt/resource-status-manager.git] / RSM / asn1codec / e2ap_engine / ProtectedEUTRAResourceIndication.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 "ProtectedEUTRAResourceIndication.h"
28
29 #include "ProtocolExtensionContainer.h"
30 static int
31 memb_activationSFN_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
32                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
33         long value;
34         
35         if(!sptr) {
36                 ASN__CTFAIL(app_key, td, sptr,
37                         "%s: value not given (%s:%d)",
38                         td->name, __FILE__, __LINE__);
39                 return -1;
40         }
41         
42         value = *(const long *)sptr;
43         
44         if((value >= 0 && value <= 1023)) {
45                 /* Constraint check succeeded */
46                 return 0;
47         } else {
48                 ASN__CTFAIL(app_key, td, sptr,
49                         "%s: constraint failed (%s:%d)",
50                         td->name, __FILE__, __LINE__);
51                 return -1;
52         }
53 }
54
55 static int
56 memb_mBSFNControlRegionLength_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
57                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
58         long value;
59         
60         if(!sptr) {
61                 ASN__CTFAIL(app_key, td, sptr,
62                         "%s: value not given (%s:%d)",
63                         td->name, __FILE__, __LINE__);
64                 return -1;
65         }
66         
67         value = *(const long *)sptr;
68         
69         if((value >= 0 && value <= 3)) {
70                 /* Constraint check succeeded */
71                 return 0;
72         } else {
73                 ASN__CTFAIL(app_key, td, sptr,
74                         "%s: constraint failed (%s:%d)",
75                         td->name, __FILE__, __LINE__);
76                 return -1;
77         }
78 }
79
80 static int
81 memb_pDCCHRegionLength_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
82                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
83         long value;
84         
85         if(!sptr) {
86                 ASN__CTFAIL(app_key, td, sptr,
87                         "%s: value not given (%s:%d)",
88                         td->name, __FILE__, __LINE__);
89                 return -1;
90         }
91         
92         value = *(const long *)sptr;
93         
94         if((value >= 1 && value <= 3)) {
95                 /* Constraint check succeeded */
96                 return 0;
97         } else {
98                 ASN__CTFAIL(app_key, td, sptr,
99                         "%s: constraint failed (%s:%d)",
100                         td->name, __FILE__, __LINE__);
101                 return -1;
102         }
103 }
104
105 static asn_per_constraints_t asn_PER_memb_activationSFN_constr_2 CC_NOTUSED = {
106         { APC_CONSTRAINED,       10,  10,  0,  1023 }   /* (0..1023) */,
107         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
108         0, 0    /* No PER value map */
109 };
110 static asn_per_constraints_t asn_PER_memb_mBSFNControlRegionLength_constr_4 CC_NOTUSED = {
111         { APC_CONSTRAINED,       2,  2,  0,  3 }        /* (0..3) */,
112         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
113         0, 0    /* No PER value map */
114 };
115 static asn_per_constraints_t asn_PER_memb_pDCCHRegionLength_constr_5 CC_NOTUSED = {
116         { APC_CONSTRAINED,       2,  2,  1,  3 }        /* (1..3) */,
117         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
118         0, 0    /* No PER value map */
119 };
120 asn_TYPE_member_t asn_MBR_ProtectedEUTRAResourceIndication_1[] = {
121         { ATF_NOFLAGS, 0, offsetof(struct ProtectedEUTRAResourceIndication, activationSFN),
122                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
123                 -1,     /* IMPLICIT tag at current level */
124                 &asn_DEF_NativeInteger,
125                 0,
126                 { 0, &asn_PER_memb_activationSFN_constr_2,  memb_activationSFN_constraint_1 },
127                 0, 0, /* No default value */
128                 "activationSFN"
129                 },
130         { ATF_NOFLAGS, 0, offsetof(struct ProtectedEUTRAResourceIndication, protectedResourceList),
131                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
132                 -1,     /* IMPLICIT tag at current level */
133                 &asn_DEF_ProtectedResourceList,
134                 0,
135                 { 0, 0, 0 },
136                 0, 0, /* No default value */
137                 "protectedResourceList"
138                 },
139         { ATF_POINTER, 3, offsetof(struct ProtectedEUTRAResourceIndication, mBSFNControlRegionLength),
140                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
141                 -1,     /* IMPLICIT tag at current level */
142                 &asn_DEF_NativeInteger,
143                 0,
144                 { 0, &asn_PER_memb_mBSFNControlRegionLength_constr_4,  memb_mBSFNControlRegionLength_constraint_1 },
145                 0, 0, /* No default value */
146                 "mBSFNControlRegionLength"
147                 },
148         { ATF_POINTER, 2, offsetof(struct ProtectedEUTRAResourceIndication, pDCCHRegionLength),
149                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
150                 -1,     /* IMPLICIT tag at current level */
151                 &asn_DEF_NativeInteger,
152                 0,
153                 { 0, &asn_PER_memb_pDCCHRegionLength_constr_5,  memb_pDCCHRegionLength_constraint_1 },
154                 0, 0, /* No default value */
155                 "pDCCHRegionLength"
156                 },
157         { ATF_POINTER, 1, offsetof(struct ProtectedEUTRAResourceIndication, iE_Extensions),
158                 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
159                 -1,     /* IMPLICIT tag at current level */
160                 &asn_DEF_ProtocolExtensionContainer_170P180,
161                 0,
162                 { 0, 0, 0 },
163                 0, 0, /* No default value */
164                 "iE-Extensions"
165                 },
166 };
167 static const int asn_MAP_ProtectedEUTRAResourceIndication_oms_1[] = { 2, 3, 4 };
168 static const ber_tlv_tag_t asn_DEF_ProtectedEUTRAResourceIndication_tags_1[] = {
169         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
170 };
171 static const asn_TYPE_tag2member_t asn_MAP_ProtectedEUTRAResourceIndication_tag2el_1[] = {
172     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* activationSFN */
173     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* protectedResourceList */
174     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* mBSFNControlRegionLength */
175     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* pDCCHRegionLength */
176     { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* iE-Extensions */
177 };
178 asn_SEQUENCE_specifics_t asn_SPC_ProtectedEUTRAResourceIndication_specs_1 = {
179         sizeof(struct ProtectedEUTRAResourceIndication),
180         offsetof(struct ProtectedEUTRAResourceIndication, _asn_ctx),
181         asn_MAP_ProtectedEUTRAResourceIndication_tag2el_1,
182         5,      /* Count of tags in the map */
183         asn_MAP_ProtectedEUTRAResourceIndication_oms_1, /* Optional members */
184         3, 0,   /* Root/Additions */
185         5,      /* First extension addition */
186 };
187 asn_TYPE_descriptor_t asn_DEF_ProtectedEUTRAResourceIndication = {
188         "ProtectedEUTRAResourceIndication",
189         "ProtectedEUTRAResourceIndication",
190         &asn_OP_SEQUENCE,
191         asn_DEF_ProtectedEUTRAResourceIndication_tags_1,
192         sizeof(asn_DEF_ProtectedEUTRAResourceIndication_tags_1)
193                 /sizeof(asn_DEF_ProtectedEUTRAResourceIndication_tags_1[0]), /* 1 */
194         asn_DEF_ProtectedEUTRAResourceIndication_tags_1,        /* Same as above */
195         sizeof(asn_DEF_ProtectedEUTRAResourceIndication_tags_1)
196                 /sizeof(asn_DEF_ProtectedEUTRAResourceIndication_tags_1[0]), /* 1 */
197         { 0, 0, SEQUENCE_constraint },
198         asn_MBR_ProtectedEUTRAResourceIndication_1,
199         5,      /* Elements count */
200         &asn_SPC_ProtectedEUTRAResourceIndication_specs_1       /* Additional specs */
201 };
202