Adding new comments for Oran in all files with licenses
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / EnhancedRNTP.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 "EnhancedRNTP.h"
32
33 #include "EnhancedRNTPStartTime.h"
34 #include "ProtocolExtensionContainer.h"
35 static int
36 memb_enhancedRNTPBitmap_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
37                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
38         const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
39         size_t size;
40         
41         if(!sptr) {
42                 ASN__CTFAIL(app_key, td, sptr,
43                         "%s: value not given (%s:%d)",
44                         td->name, __FILE__, __LINE__);
45                 return -1;
46         }
47         
48         if(st->size > 0) {
49                 /* Size in bits */
50                 size = 8 * st->size - (st->bits_unused & 0x07);
51         } else {
52                 size = 0;
53         }
54         
55         if((size >= 12 && size <= 8800)) {
56                 /* Constraint check succeeded */
57                 return 0;
58         } else {
59                 ASN__CTFAIL(app_key, td, sptr,
60                         "%s: constraint failed (%s:%d)",
61                         td->name, __FILE__, __LINE__);
62                 return -1;
63         }
64 }
65
66 static asn_per_constraints_t asn_PER_memb_enhancedRNTPBitmap_constr_2 CC_NOTUSED = {
67         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
68         { APC_CONSTRAINED | APC_EXTENSIBLE,  14,  14,  12,  8800 }      /* (SIZE(12..8800,...)) */,
69         0, 0    /* No PER value map */
70 };
71 asn_TYPE_member_t asn_MBR_EnhancedRNTP_1[] = {
72         { ATF_NOFLAGS, 0, offsetof(struct EnhancedRNTP, enhancedRNTPBitmap),
73                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
74                 -1,     /* IMPLICIT tag at current level */
75                 &asn_DEF_BIT_STRING,
76                 0,
77                 { 0, &asn_PER_memb_enhancedRNTPBitmap_constr_2,  memb_enhancedRNTPBitmap_constraint_1 },
78                 0, 0, /* No default value */
79                 "enhancedRNTPBitmap"
80                 },
81         { ATF_NOFLAGS, 0, offsetof(struct EnhancedRNTP, rNTP_High_Power_Threshold),
82                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
83                 -1,     /* IMPLICIT tag at current level */
84                 &asn_DEF_RNTP_Threshold,
85                 0,
86                 { 0, 0, 0 },
87                 0, 0, /* No default value */
88                 "rNTP-High-Power-Threshold"
89                 },
90         { ATF_POINTER, 2, offsetof(struct EnhancedRNTP, enhancedRNTPStartTime),
91                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
92                 -1,     /* IMPLICIT tag at current level */
93                 &asn_DEF_EnhancedRNTPStartTime,
94                 0,
95                 { 0, 0, 0 },
96                 0, 0, /* No default value */
97                 "enhancedRNTPStartTime"
98                 },
99         { ATF_POINTER, 1, offsetof(struct EnhancedRNTP, iE_Extensions),
100                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
101                 -1,     /* IMPLICIT tag at current level */
102                 &asn_DEF_ProtocolExtensionContainer_170P135,
103                 0,
104                 { 0, 0, 0 },
105                 0, 0, /* No default value */
106                 "iE-Extensions"
107                 },
108 };
109 static const int asn_MAP_EnhancedRNTP_oms_1[] = { 2, 3 };
110 static const ber_tlv_tag_t asn_DEF_EnhancedRNTP_tags_1[] = {
111         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
112 };
113 static const asn_TYPE_tag2member_t asn_MAP_EnhancedRNTP_tag2el_1[] = {
114     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* enhancedRNTPBitmap */
115     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* rNTP-High-Power-Threshold */
116     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* enhancedRNTPStartTime */
117     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* iE-Extensions */
118 };
119 asn_SEQUENCE_specifics_t asn_SPC_EnhancedRNTP_specs_1 = {
120         sizeof(struct EnhancedRNTP),
121         offsetof(struct EnhancedRNTP, _asn_ctx),
122         asn_MAP_EnhancedRNTP_tag2el_1,
123         4,      /* Count of tags in the map */
124         asn_MAP_EnhancedRNTP_oms_1,     /* Optional members */
125         2, 0,   /* Root/Additions */
126         4,      /* First extension addition */
127 };
128 asn_TYPE_descriptor_t asn_DEF_EnhancedRNTP = {
129         "EnhancedRNTP",
130         "EnhancedRNTP",
131         &asn_OP_SEQUENCE,
132         asn_DEF_EnhancedRNTP_tags_1,
133         sizeof(asn_DEF_EnhancedRNTP_tags_1)
134                 /sizeof(asn_DEF_EnhancedRNTP_tags_1[0]), /* 1 */
135         asn_DEF_EnhancedRNTP_tags_1,    /* Same as above */
136         sizeof(asn_DEF_EnhancedRNTP_tags_1)
137                 /sizeof(asn_DEF_EnhancedRNTP_tags_1[0]), /* 1 */
138         { 0, 0, SEQUENCE_constraint },
139         asn_MBR_EnhancedRNTP_1,
140         4,      /* Elements count */
141         &asn_SPC_EnhancedRNTP_specs_1   /* Additional specs */
142 };
143