27bb2c8ec2a5eed5a9ecc44485e6638ef36babfd
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / CoMPInformationStartTime.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 "CoMPInformationStartTime.h"
28
29 #include "ProtocolExtensionContainer.h"
30 static int
31 memb_startSFN_constraint_2(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_startSubframeNumber_constraint_2(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 <= 9)) {
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 asn_per_constraints_t asn_PER_memb_startSFN_constr_3 CC_NOTUSED = {
81         { APC_CONSTRAINED | APC_EXTENSIBLE,  10,  10,  0,  1023 }       /* (0..1023,...) */,
82         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
83         0, 0    /* No PER value map */
84 };
85 static asn_per_constraints_t asn_PER_memb_startSubframeNumber_constr_4 CC_NOTUSED = {
86         { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  9 }    /* (0..9,...) */,
87         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
88         0, 0    /* No PER value map */
89 };
90 asn_per_constraints_t asn_PER_type_CoMPInformationStartTime_constr_1 CC_NOTUSED = {
91         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
92         { APC_CONSTRAINED,       1,  1,  0,  1 }        /* (SIZE(0..1)) */,
93         0, 0    /* No PER value map */
94 };
95 static asn_TYPE_member_t asn_MBR_Member_2[] = {
96         { ATF_NOFLAGS, 0, offsetof(struct CoMPInformationStartTime__Member, startSFN),
97                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
98                 -1,     /* IMPLICIT tag at current level */
99                 &asn_DEF_NativeInteger,
100                 0,
101                 { 0, &asn_PER_memb_startSFN_constr_3,  memb_startSFN_constraint_2 },
102                 0, 0, /* No default value */
103                 "startSFN"
104                 },
105         { ATF_NOFLAGS, 0, offsetof(struct CoMPInformationStartTime__Member, startSubframeNumber),
106                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
107                 -1,     /* IMPLICIT tag at current level */
108                 &asn_DEF_NativeInteger,
109                 0,
110                 { 0, &asn_PER_memb_startSubframeNumber_constr_4,  memb_startSubframeNumber_constraint_2 },
111                 0, 0, /* No default value */
112                 "startSubframeNumber"
113                 },
114         { ATF_POINTER, 1, offsetof(struct CoMPInformationStartTime__Member, iE_Extensions),
115                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
116                 -1,     /* IMPLICIT tag at current level */
117                 &asn_DEF_ProtocolExtensionContainer_170P120,
118                 0,
119                 { 0, 0, 0 },
120                 0, 0, /* No default value */
121                 "iE-Extensions"
122                 },
123 };
124 static const int asn_MAP_Member_oms_2[] = { 2 };
125 static const ber_tlv_tag_t asn_DEF_Member_tags_2[] = {
126         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
127 };
128 static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = {
129     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* startSFN */
130     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* startSubframeNumber */
131     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* iE-Extensions */
132 };
133 static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_2 = {
134         sizeof(struct CoMPInformationStartTime__Member),
135         offsetof(struct CoMPInformationStartTime__Member, _asn_ctx),
136         asn_MAP_Member_tag2el_2,
137         3,      /* Count of tags in the map */
138         asn_MAP_Member_oms_2,   /* Optional members */
139         1, 0,   /* Root/Additions */
140         3,      /* First extension addition */
141 };
142 static /* Use -fall-defs-global to expose */
143 asn_TYPE_descriptor_t asn_DEF_Member_2 = {
144         "SEQUENCE",
145         "SEQUENCE",
146         &asn_OP_SEQUENCE,
147         asn_DEF_Member_tags_2,
148         sizeof(asn_DEF_Member_tags_2)
149                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
150         asn_DEF_Member_tags_2,  /* Same as above */
151         sizeof(asn_DEF_Member_tags_2)
152                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
153         { 0, 0, SEQUENCE_constraint },
154         asn_MBR_Member_2,
155         3,      /* Elements count */
156         &asn_SPC_Member_specs_2 /* Additional specs */
157 };
158
159 asn_TYPE_member_t asn_MBR_CoMPInformationStartTime_1[] = {
160         { ATF_POINTER, 0, 0,
161                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
162                 0,
163                 &asn_DEF_Member_2,
164                 0,
165                 { 0, 0, 0 },
166                 0, 0, /* No default value */
167                 ""
168                 },
169 };
170 static const ber_tlv_tag_t asn_DEF_CoMPInformationStartTime_tags_1[] = {
171         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
172 };
173 asn_SET_OF_specifics_t asn_SPC_CoMPInformationStartTime_specs_1 = {
174         sizeof(struct CoMPInformationStartTime),
175         offsetof(struct CoMPInformationStartTime, _asn_ctx),
176         0,      /* XER encoding is XMLDelimitedItemList */
177 };
178 asn_TYPE_descriptor_t asn_DEF_CoMPInformationStartTime = {
179         "CoMPInformationStartTime",
180         "CoMPInformationStartTime",
181         &asn_OP_SEQUENCE_OF,
182         asn_DEF_CoMPInformationStartTime_tags_1,
183         sizeof(asn_DEF_CoMPInformationStartTime_tags_1)
184                 /sizeof(asn_DEF_CoMPInformationStartTime_tags_1[0]), /* 1 */
185         asn_DEF_CoMPInformationStartTime_tags_1,        /* Same as above */
186         sizeof(asn_DEF_CoMPInformationStartTime_tags_1)
187                 /sizeof(asn_DEF_CoMPInformationStartTime_tags_1[0]), /* 1 */
188         { 0, &asn_PER_type_CoMPInformationStartTime_constr_1, SEQUENCE_OF_constraint },
189         asn_MBR_CoMPInformationStartTime_1,
190         1,      /* Single element */
191         &asn_SPC_CoMPInformationStartTime_specs_1       /* Additional specs */
192 };
193