Adding new comments for Oran in all files with licenses
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / SecondaryRATUsageReport-Item.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 "SecondaryRATUsageReport-Item.h"
32
33 #include "ProtocolExtensionContainer.h"
34 /*
35  * This type is implemented using NativeEnumerated,
36  * so here we adjust the DEF accordingly.
37  */
38 static asn_per_constraints_t asn_PER_type_secondaryRATType_constr_3 CC_NOTUSED = {
39         { APC_CONSTRAINED | APC_EXTENSIBLE,  0,  0,  0,  0 }    /* (0..0,...) */,
40         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
41         0, 0    /* No PER value map */
42 };
43 static const asn_INTEGER_enum_map_t asn_MAP_secondaryRATType_value2enum_3[] = {
44         { 0,    2,      "nr" }
45         /* This list is extensible */
46 };
47 static const unsigned int asn_MAP_secondaryRATType_enum2value_3[] = {
48         0       /* nr(0) */
49         /* This list is extensible */
50 };
51 static const asn_INTEGER_specifics_t asn_SPC_secondaryRATType_specs_3 = {
52         asn_MAP_secondaryRATType_value2enum_3,  /* "tag" => N; sorted by tag */
53         asn_MAP_secondaryRATType_enum2value_3,  /* N => "tag"; sorted by N */
54         1,      /* Number of elements in the maps */
55         2,      /* Extensions before this member */
56         1,      /* Strict enumeration */
57         0,      /* Native long size */
58         0
59 };
60 static const ber_tlv_tag_t asn_DEF_secondaryRATType_tags_3[] = {
61         (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
62         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
63 };
64 static /* Use -fall-defs-global to expose */
65 asn_TYPE_descriptor_t asn_DEF_secondaryRATType_3 = {
66         "secondaryRATType",
67         "secondaryRATType",
68         &asn_OP_NativeEnumerated,
69         asn_DEF_secondaryRATType_tags_3,
70         sizeof(asn_DEF_secondaryRATType_tags_3)
71                 /sizeof(asn_DEF_secondaryRATType_tags_3[0]) - 1, /* 1 */
72         asn_DEF_secondaryRATType_tags_3,        /* Same as above */
73         sizeof(asn_DEF_secondaryRATType_tags_3)
74                 /sizeof(asn_DEF_secondaryRATType_tags_3[0]), /* 2 */
75         { 0, &asn_PER_type_secondaryRATType_constr_3, NativeEnumerated_constraint },
76         0, 0,   /* Defined elsewhere */
77         &asn_SPC_secondaryRATType_specs_3       /* Additional specs */
78 };
79
80 asn_TYPE_member_t asn_MBR_SecondaryRATUsageReport_Item_1[] = {
81         { ATF_NOFLAGS, 0, offsetof(struct SecondaryRATUsageReport_Item, e_RAB_ID),
82                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
83                 -1,     /* IMPLICIT tag at current level */
84                 &asn_DEF_E_RAB_ID,
85                 0,
86                 { 0, 0, 0 },
87                 0, 0, /* No default value */
88                 "e-RAB-ID"
89                 },
90         { ATF_NOFLAGS, 0, offsetof(struct SecondaryRATUsageReport_Item, secondaryRATType),
91                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
92                 -1,     /* IMPLICIT tag at current level */
93                 &asn_DEF_secondaryRATType_3,
94                 0,
95                 { 0, 0, 0 },
96                 0, 0, /* No default value */
97                 "secondaryRATType"
98                 },
99         { ATF_NOFLAGS, 0, offsetof(struct SecondaryRATUsageReport_Item, e_RABUsageReportList),
100                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
101                 -1,     /* IMPLICIT tag at current level */
102                 &asn_DEF_E_RABUsageReportList,
103                 0,
104                 { 0, 0, 0 },
105                 0, 0, /* No default value */
106                 "e-RABUsageReportList"
107                 },
108         { ATF_POINTER, 1, offsetof(struct SecondaryRATUsageReport_Item, iE_Extensions),
109                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
110                 -1,     /* IMPLICIT tag at current level */
111                 &asn_DEF_ProtocolExtensionContainer_170P190,
112                 0,
113                 { 0, 0, 0 },
114                 0, 0, /* No default value */
115                 "iE-Extensions"
116                 },
117 };
118 static const int asn_MAP_SecondaryRATUsageReport_Item_oms_1[] = { 3 };
119 static const ber_tlv_tag_t asn_DEF_SecondaryRATUsageReport_Item_tags_1[] = {
120         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
121 };
122 static const asn_TYPE_tag2member_t asn_MAP_SecondaryRATUsageReport_Item_tag2el_1[] = {
123     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* e-RAB-ID */
124     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* secondaryRATType */
125     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* e-RABUsageReportList */
126     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* iE-Extensions */
127 };
128 asn_SEQUENCE_specifics_t asn_SPC_SecondaryRATUsageReport_Item_specs_1 = {
129         sizeof(struct SecondaryRATUsageReport_Item),
130         offsetof(struct SecondaryRATUsageReport_Item, _asn_ctx),
131         asn_MAP_SecondaryRATUsageReport_Item_tag2el_1,
132         4,      /* Count of tags in the map */
133         asn_MAP_SecondaryRATUsageReport_Item_oms_1,     /* Optional members */
134         1, 0,   /* Root/Additions */
135         4,      /* First extension addition */
136 };
137 asn_TYPE_descriptor_t asn_DEF_SecondaryRATUsageReport_Item = {
138         "SecondaryRATUsageReport-Item",
139         "SecondaryRATUsageReport-Item",
140         &asn_OP_SEQUENCE,
141         asn_DEF_SecondaryRATUsageReport_Item_tags_1,
142         sizeof(asn_DEF_SecondaryRATUsageReport_Item_tags_1)
143                 /sizeof(asn_DEF_SecondaryRATUsageReport_Item_tags_1[0]), /* 1 */
144         asn_DEF_SecondaryRATUsageReport_Item_tags_1,    /* Same as above */
145         sizeof(asn_DEF_SecondaryRATUsageReport_Item_tags_1)
146                 /sizeof(asn_DEF_SecondaryRATUsageReport_Item_tags_1[0]), /* 1 */
147         { 0, 0, SEQUENCE_constraint },
148         asn_MBR_SecondaryRATUsageReport_Item_1,
149         4,      /* Elements count */
150         &asn_SPC_SecondaryRATUsageReport_Item_specs_1   /* Additional specs */
151 };
152