Sync from Azure to LF
[ric-plt/resource-status-manager.git] / RSM / asn1codec / e2ap_engine / ScheduledCommunicationTime.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 "ScheduledCommunicationTime.h"
28
29 #include "ProtocolExtensionContainer.h"
30 static int
31 memb_dayofWeek_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 == 7)) {
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_timeofDayStart_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 <= 86399)) {
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 int
87 memb_timeofDayEnd_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
88                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
89         long value;
90         
91         if(!sptr) {
92                 ASN__CTFAIL(app_key, td, sptr,
93                         "%s: value not given (%s:%d)",
94                         td->name, __FILE__, __LINE__);
95                 return -1;
96         }
97         
98         value = *(const long *)sptr;
99         
100         if((value >= 0 && value <= 86399)) {
101                 /* Constraint check succeeded */
102                 return 0;
103         } else {
104                 ASN__CTFAIL(app_key, td, sptr,
105                         "%s: constraint failed (%s:%d)",
106                         td->name, __FILE__, __LINE__);
107                 return -1;
108         }
109 }
110
111 static asn_per_constraints_t asn_PER_memb_dayofWeek_constr_2 CC_NOTUSED = {
112         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
113         { APC_CONSTRAINED,       0,  0,  7,  7 }        /* (SIZE(7..7)) */,
114         0, 0    /* No PER value map */
115 };
116 static asn_per_constraints_t asn_PER_memb_timeofDayStart_constr_3 CC_NOTUSED = {
117         { APC_CONSTRAINED | APC_EXTENSIBLE,  17, -1,  0,  86399 }       /* (0..86399,...) */,
118         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
119         0, 0    /* No PER value map */
120 };
121 static asn_per_constraints_t asn_PER_memb_timeofDayEnd_constr_4 CC_NOTUSED = {
122         { APC_CONSTRAINED | APC_EXTENSIBLE,  17, -1,  0,  86399 }       /* (0..86399,...) */,
123         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
124         0, 0    /* No PER value map */
125 };
126 asn_TYPE_member_t asn_MBR_ScheduledCommunicationTime_1[] = {
127         { ATF_POINTER, 4, offsetof(struct ScheduledCommunicationTime, dayofWeek),
128                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
129                 -1,     /* IMPLICIT tag at current level */
130                 &asn_DEF_BIT_STRING,
131                 0,
132                 { 0, &asn_PER_memb_dayofWeek_constr_2,  memb_dayofWeek_constraint_1 },
133                 0, 0, /* No default value */
134                 "dayofWeek"
135                 },
136         { ATF_POINTER, 3, offsetof(struct ScheduledCommunicationTime, timeofDayStart),
137                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
138                 -1,     /* IMPLICIT tag at current level */
139                 &asn_DEF_NativeInteger,
140                 0,
141                 { 0, &asn_PER_memb_timeofDayStart_constr_3,  memb_timeofDayStart_constraint_1 },
142                 0, 0, /* No default value */
143                 "timeofDayStart"
144                 },
145         { ATF_POINTER, 2, offsetof(struct ScheduledCommunicationTime, timeofDayEnd),
146                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
147                 -1,     /* IMPLICIT tag at current level */
148                 &asn_DEF_NativeInteger,
149                 0,
150                 { 0, &asn_PER_memb_timeofDayEnd_constr_4,  memb_timeofDayEnd_constraint_1 },
151                 0, 0, /* No default value */
152                 "timeofDayEnd"
153                 },
154         { ATF_POINTER, 1, offsetof(struct ScheduledCommunicationTime, iE_Extensions),
155                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
156                 -1,     /* IMPLICIT tag at current level */
157                 &asn_DEF_ProtocolExtensionContainer_170P197,
158                 0,
159                 { 0, 0, 0 },
160                 0, 0, /* No default value */
161                 "iE-Extensions"
162                 },
163 };
164 static const int asn_MAP_ScheduledCommunicationTime_oms_1[] = { 0, 1, 2, 3 };
165 static const ber_tlv_tag_t asn_DEF_ScheduledCommunicationTime_tags_1[] = {
166         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
167 };
168 static const asn_TYPE_tag2member_t asn_MAP_ScheduledCommunicationTime_tag2el_1[] = {
169     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* dayofWeek */
170     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* timeofDayStart */
171     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* timeofDayEnd */
172     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* iE-Extensions */
173 };
174 asn_SEQUENCE_specifics_t asn_SPC_ScheduledCommunicationTime_specs_1 = {
175         sizeof(struct ScheduledCommunicationTime),
176         offsetof(struct ScheduledCommunicationTime, _asn_ctx),
177         asn_MAP_ScheduledCommunicationTime_tag2el_1,
178         4,      /* Count of tags in the map */
179         asn_MAP_ScheduledCommunicationTime_oms_1,       /* Optional members */
180         4, 0,   /* Root/Additions */
181         4,      /* First extension addition */
182 };
183 asn_TYPE_descriptor_t asn_DEF_ScheduledCommunicationTime = {
184         "ScheduledCommunicationTime",
185         "ScheduledCommunicationTime",
186         &asn_OP_SEQUENCE,
187         asn_DEF_ScheduledCommunicationTime_tags_1,
188         sizeof(asn_DEF_ScheduledCommunicationTime_tags_1)
189                 /sizeof(asn_DEF_ScheduledCommunicationTime_tags_1[0]), /* 1 */
190         asn_DEF_ScheduledCommunicationTime_tags_1,      /* Same as above */
191         sizeof(asn_DEF_ScheduledCommunicationTime_tags_1)
192                 /sizeof(asn_DEF_ScheduledCommunicationTime_tags_1[0]), /* 1 */
193         { 0, 0, SEQUENCE_constraint },
194         asn_MBR_ScheduledCommunicationTime_1,
195         4,      /* Elements count */
196         &asn_SPC_ScheduledCommunicationTime_specs_1     /* Additional specs */
197 };
198