Adding new comments for Oran in all files with licenses
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / SULInformation.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 "SULInformation.h"
32
33 #include "ProtocolExtensionContainer.h"
34 static int
35 memb_sUL_ARFCN_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
36                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
37         long value;
38         
39         if(!sptr) {
40                 ASN__CTFAIL(app_key, td, sptr,
41                         "%s: value not given (%s:%d)",
42                         td->name, __FILE__, __LINE__);
43                 return -1;
44         }
45         
46         value = *(const long *)sptr;
47         
48         if((value >= 0 && value <= 3279165)) {
49                 /* Constraint check succeeded */
50                 return 0;
51         } else {
52                 ASN__CTFAIL(app_key, td, sptr,
53                         "%s: constraint failed (%s:%d)",
54                         td->name, __FILE__, __LINE__);
55                 return -1;
56         }
57 }
58
59 static asn_per_constraints_t asn_PER_memb_sUL_ARFCN_constr_2 CC_NOTUSED = {
60         { APC_CONSTRAINED,       22, -1,  0,  3279165 } /* (0..3279165) */,
61         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
62         0, 0    /* No PER value map */
63 };
64 asn_TYPE_member_t asn_MBR_SULInformation_1[] = {
65         { ATF_NOFLAGS, 0, offsetof(struct SULInformation, sUL_ARFCN),
66                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
67                 -1,     /* IMPLICIT tag at current level */
68                 &asn_DEF_NativeInteger,
69                 0,
70                 { 0, &asn_PER_memb_sUL_ARFCN_constr_2,  memb_sUL_ARFCN_constraint_1 },
71                 0, 0, /* No default value */
72                 "sUL-ARFCN"
73                 },
74         { ATF_NOFLAGS, 0, offsetof(struct SULInformation, sUL_TxBW),
75                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
76                 -1,     /* IMPLICIT tag at current level */
77                 &asn_DEF_NR_TxBW,
78                 0,
79                 { 0, 0, 0 },
80                 0, 0, /* No default value */
81                 "sUL-TxBW"
82                 },
83         { ATF_POINTER, 1, offsetof(struct SULInformation, iE_Extensions),
84                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
85                 -1,     /* IMPLICIT tag at current level */
86                 &asn_DEF_ProtocolExtensionContainer_170P199,
87                 0,
88                 { 0, 0, 0 },
89                 0, 0, /* No default value */
90                 "iE-Extensions"
91                 },
92 };
93 static const int asn_MAP_SULInformation_oms_1[] = { 2 };
94 static const ber_tlv_tag_t asn_DEF_SULInformation_tags_1[] = {
95         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
96 };
97 static const asn_TYPE_tag2member_t asn_MAP_SULInformation_tag2el_1[] = {
98     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* sUL-ARFCN */
99     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* sUL-TxBW */
100     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* iE-Extensions */
101 };
102 asn_SEQUENCE_specifics_t asn_SPC_SULInformation_specs_1 = {
103         sizeof(struct SULInformation),
104         offsetof(struct SULInformation, _asn_ctx),
105         asn_MAP_SULInformation_tag2el_1,
106         3,      /* Count of tags in the map */
107         asn_MAP_SULInformation_oms_1,   /* Optional members */
108         1, 0,   /* Root/Additions */
109         3,      /* First extension addition */
110 };
111 asn_TYPE_descriptor_t asn_DEF_SULInformation = {
112         "SULInformation",
113         "SULInformation",
114         &asn_OP_SEQUENCE,
115         asn_DEF_SULInformation_tags_1,
116         sizeof(asn_DEF_SULInformation_tags_1)
117                 /sizeof(asn_DEF_SULInformation_tags_1[0]), /* 1 */
118         asn_DEF_SULInformation_tags_1,  /* Same as above */
119         sizeof(asn_DEF_SULInformation_tags_1)
120                 /sizeof(asn_DEF_SULInformation_tags_1[0]), /* 1 */
121         { 0, 0, SEQUENCE_constraint },
122         asn_MBR_SULInformation_1,
123         3,      /* Elements count */
124         &asn_SPC_SULInformation_specs_1 /* Additional specs */
125 };
126