e544aed8ac2be670557105823fe55eb5612a28f7
[ric-plt/resource-status-manager.git] / RSM / asn1codec / e2ap_engine / RSRPMeasurementResult.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 "RSRPMeasurementResult.h"
28
29 #include "ProtocolExtensionContainer.h"
30 static int
31 memb_rSRPMeasured_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 <= 97)) {
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 asn_per_constraints_t asn_PER_memb_rSRPMeasured_constr_4 CC_NOTUSED = {
56         { APC_CONSTRAINED | APC_EXTENSIBLE,  7,  7,  0,  97 }   /* (0..97,...) */,
57         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
58         0, 0    /* No PER value map */
59 };
60 asn_per_constraints_t asn_PER_type_RSRPMeasurementResult_constr_1 CC_NOTUSED = {
61         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
62         { APC_CONSTRAINED,       4,  4,  1,  9 }        /* (SIZE(1..9)) */,
63         0, 0    /* No PER value map */
64 };
65 static asn_TYPE_member_t asn_MBR_Member_2[] = {
66         { ATF_NOFLAGS, 0, offsetof(struct RSRPMeasurementResult__Member, rSRPCellID),
67                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
68                 -1,     /* IMPLICIT tag at current level */
69                 &asn_DEF_ECGI,
70                 0,
71                 { 0, 0, 0 },
72                 0, 0, /* No default value */
73                 "rSRPCellID"
74                 },
75         { ATF_NOFLAGS, 0, offsetof(struct RSRPMeasurementResult__Member, rSRPMeasured),
76                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
77                 -1,     /* IMPLICIT tag at current level */
78                 &asn_DEF_NativeInteger,
79                 0,
80                 { 0, &asn_PER_memb_rSRPMeasured_constr_4,  memb_rSRPMeasured_constraint_2 },
81                 0, 0, /* No default value */
82                 "rSRPMeasured"
83                 },
84         { ATF_POINTER, 1, offsetof(struct RSRPMeasurementResult__Member, iE_Extensions),
85                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
86                 -1,     /* IMPLICIT tag at current level */
87                 &asn_DEF_ProtocolExtensionContainer_170P187,
88                 0,
89                 { 0, 0, 0 },
90                 0, 0, /* No default value */
91                 "iE-Extensions"
92                 },
93 };
94 static const int asn_MAP_Member_oms_2[] = { 2 };
95 static const ber_tlv_tag_t asn_DEF_Member_tags_2[] = {
96         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
97 };
98 static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = {
99     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* rSRPCellID */
100     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* rSRPMeasured */
101     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* iE-Extensions */
102 };
103 static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_2 = {
104         sizeof(struct RSRPMeasurementResult__Member),
105         offsetof(struct RSRPMeasurementResult__Member, _asn_ctx),
106         asn_MAP_Member_tag2el_2,
107         3,      /* Count of tags in the map */
108         asn_MAP_Member_oms_2,   /* Optional members */
109         1, 0,   /* Root/Additions */
110         3,      /* First extension addition */
111 };
112 static /* Use -fall-defs-global to expose */
113 asn_TYPE_descriptor_t asn_DEF_Member_2 = {
114         "SEQUENCE",
115         "SEQUENCE",
116         &asn_OP_SEQUENCE,
117         asn_DEF_Member_tags_2,
118         sizeof(asn_DEF_Member_tags_2)
119                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
120         asn_DEF_Member_tags_2,  /* Same as above */
121         sizeof(asn_DEF_Member_tags_2)
122                 /sizeof(asn_DEF_Member_tags_2[0]), /* 1 */
123         { 0, 0, SEQUENCE_constraint },
124         asn_MBR_Member_2,
125         3,      /* Elements count */
126         &asn_SPC_Member_specs_2 /* Additional specs */
127 };
128
129 asn_TYPE_member_t asn_MBR_RSRPMeasurementResult_1[] = {
130         { ATF_POINTER, 0, 0,
131                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
132                 0,
133                 &asn_DEF_Member_2,
134                 0,
135                 { 0, 0, 0 },
136                 0, 0, /* No default value */
137                 ""
138                 },
139 };
140 static const ber_tlv_tag_t asn_DEF_RSRPMeasurementResult_tags_1[] = {
141         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
142 };
143 asn_SET_OF_specifics_t asn_SPC_RSRPMeasurementResult_specs_1 = {
144         sizeof(struct RSRPMeasurementResult),
145         offsetof(struct RSRPMeasurementResult, _asn_ctx),
146         0,      /* XER encoding is XMLDelimitedItemList */
147 };
148 asn_TYPE_descriptor_t asn_DEF_RSRPMeasurementResult = {
149         "RSRPMeasurementResult",
150         "RSRPMeasurementResult",
151         &asn_OP_SEQUENCE_OF,
152         asn_DEF_RSRPMeasurementResult_tags_1,
153         sizeof(asn_DEF_RSRPMeasurementResult_tags_1)
154                 /sizeof(asn_DEF_RSRPMeasurementResult_tags_1[0]), /* 1 */
155         asn_DEF_RSRPMeasurementResult_tags_1,   /* Same as above */
156         sizeof(asn_DEF_RSRPMeasurementResult_tags_1)
157                 /sizeof(asn_DEF_RSRPMeasurementResult_tags_1[0]), /* 1 */
158         { 0, &asn_PER_type_RSRPMeasurementResult_constr_1, SEQUENCE_OF_constraint },
159         asn_MBR_RSRPMeasurementResult_1,
160         1,      /* Single element */
161         &asn_SPC_RSRPMeasurementResult_specs_1  /* Additional specs */
162 };
163