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