1c483d93c192680d982c0e792a45d6e17c7abea5
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / E-RABs-ToBeReleased-SgNBRelConf-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-PDU-Contents"
27  *      found in "../../asnFiles/X2AP-PDU-Contents.asn"
28  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
29  */
30
31 #include "E-RABs-ToBeReleased-SgNBRelConf-Item.h"
32
33 #include "ProtocolExtensionContainer.h"
34 #include "E-RABs-ToBeReleased-SgNBRelConf-Item-SgNBPDCPpresent.h"
35 #include "E-RABs-ToBeReleased-SgNBRelConf-Item-SgNBPDCPnotpresent.h"
36 static asn_per_constraints_t asn_PER_type_resource_configuration_constr_4 CC_NOTUSED = {
37         { APC_CONSTRAINED | APC_EXTENSIBLE,  1,  1,  0,  1 }    /* (0..1,...) */,
38         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
39         0, 0    /* No PER value map */
40 };
41 static asn_TYPE_member_t asn_MBR_resource_configuration_4[] = {
42         { ATF_POINTER, 0, offsetof(struct E_RABs_ToBeReleased_SgNBRelConf_Item__resource_configuration, choice.sgNBPDCPpresent),
43                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
44                 -1,     /* IMPLICIT tag at current level */
45                 &asn_DEF_E_RABs_ToBeReleased_SgNBRelConf_Item_SgNBPDCPpresent,
46                 0,
47                 { 0, 0, 0 },
48                 0, 0, /* No default value */
49                 "sgNBPDCPpresent"
50                 },
51         { ATF_POINTER, 0, offsetof(struct E_RABs_ToBeReleased_SgNBRelConf_Item__resource_configuration, choice.sgNBPDCPnotpresent),
52                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
53                 -1,     /* IMPLICIT tag at current level */
54                 &asn_DEF_E_RABs_ToBeReleased_SgNBRelConf_Item_SgNBPDCPnotpresent,
55                 0,
56                 { 0, 0, 0 },
57                 0, 0, /* No default value */
58                 "sgNBPDCPnotpresent"
59                 },
60 };
61 static const asn_TYPE_tag2member_t asn_MAP_resource_configuration_tag2el_4[] = {
62     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* sgNBPDCPpresent */
63     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* sgNBPDCPnotpresent */
64 };
65 static asn_CHOICE_specifics_t asn_SPC_resource_configuration_specs_4 = {
66         sizeof(struct E_RABs_ToBeReleased_SgNBRelConf_Item__resource_configuration),
67         offsetof(struct E_RABs_ToBeReleased_SgNBRelConf_Item__resource_configuration, _asn_ctx),
68         offsetof(struct E_RABs_ToBeReleased_SgNBRelConf_Item__resource_configuration, present),
69         sizeof(((struct E_RABs_ToBeReleased_SgNBRelConf_Item__resource_configuration *)0)->present),
70         asn_MAP_resource_configuration_tag2el_4,
71         2,      /* Count of tags in the map */
72         0, 0,
73         2       /* Extensions start */
74 };
75 static /* Use -fall-defs-global to expose */
76 asn_TYPE_descriptor_t asn_DEF_resource_configuration_4 = {
77         "resource-configuration",
78         "resource-configuration",
79         &asn_OP_CHOICE,
80         0,      /* No effective tags (pointer) */
81         0,      /* No effective tags (count) */
82         0,      /* No tags (pointer) */
83         0,      /* No tags (count) */
84         { 0, &asn_PER_type_resource_configuration_constr_4, CHOICE_constraint },
85         asn_MBR_resource_configuration_4,
86         2,      /* Elements count */
87         &asn_SPC_resource_configuration_specs_4 /* Additional specs */
88 };
89
90 static asn_TYPE_member_t asn_MBR_E_RABs_ToBeReleased_SgNBRelConf_Item_1[] = {
91         { ATF_NOFLAGS, 0, offsetof(struct E_RABs_ToBeReleased_SgNBRelConf_Item, e_RAB_ID),
92                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
93                 -1,     /* IMPLICIT tag at current level */
94                 &asn_DEF_E_RAB_ID,
95                 0,
96                 { 0, 0, 0 },
97                 0, 0, /* No default value */
98                 "e-RAB-ID"
99                 },
100         { ATF_NOFLAGS, 0, offsetof(struct E_RABs_ToBeReleased_SgNBRelConf_Item, en_DC_ResourceConfiguration),
101                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
102                 -1,     /* IMPLICIT tag at current level */
103                 &asn_DEF_EN_DC_ResourceConfiguration,
104                 0,
105                 { 0, 0, 0 },
106                 0, 0, /* No default value */
107                 "en-DC-ResourceConfiguration"
108                 },
109         { ATF_NOFLAGS, 0, offsetof(struct E_RABs_ToBeReleased_SgNBRelConf_Item, resource_configuration),
110                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
111                 +1,     /* EXPLICIT tag at current level */
112                 &asn_DEF_resource_configuration_4,
113                 0,
114                 { 0, 0, 0 },
115                 0, 0, /* No default value */
116                 "resource-configuration"
117                 },
118         { ATF_POINTER, 1, offsetof(struct E_RABs_ToBeReleased_SgNBRelConf_Item, iE_Extensions),
119                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
120                 -1,     /* IMPLICIT tag at current level */
121                 &asn_DEF_ProtocolExtensionContainer_170P83,
122                 0,
123                 { 0, 0, 0 },
124                 0, 0, /* No default value */
125                 "iE-Extensions"
126                 },
127 };
128 static const int asn_MAP_E_RABs_ToBeReleased_SgNBRelConf_Item_oms_1[] = { 3 };
129 static const ber_tlv_tag_t asn_DEF_E_RABs_ToBeReleased_SgNBRelConf_Item_tags_1[] = {
130         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
131 };
132 static const asn_TYPE_tag2member_t asn_MAP_E_RABs_ToBeReleased_SgNBRelConf_Item_tag2el_1[] = {
133     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* e-RAB-ID */
134     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* en-DC-ResourceConfiguration */
135     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* resource-configuration */
136     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* iE-Extensions */
137 };
138 static asn_SEQUENCE_specifics_t asn_SPC_E_RABs_ToBeReleased_SgNBRelConf_Item_specs_1 = {
139         sizeof(struct E_RABs_ToBeReleased_SgNBRelConf_Item),
140         offsetof(struct E_RABs_ToBeReleased_SgNBRelConf_Item, _asn_ctx),
141         asn_MAP_E_RABs_ToBeReleased_SgNBRelConf_Item_tag2el_1,
142         4,      /* Count of tags in the map */
143         asn_MAP_E_RABs_ToBeReleased_SgNBRelConf_Item_oms_1,     /* Optional members */
144         1, 0,   /* Root/Additions */
145         4,      /* First extension addition */
146 };
147 asn_TYPE_descriptor_t asn_DEF_E_RABs_ToBeReleased_SgNBRelConf_Item = {
148         "E-RABs-ToBeReleased-SgNBRelConf-Item",
149         "E-RABs-ToBeReleased-SgNBRelConf-Item",
150         &asn_OP_SEQUENCE,
151         asn_DEF_E_RABs_ToBeReleased_SgNBRelConf_Item_tags_1,
152         sizeof(asn_DEF_E_RABs_ToBeReleased_SgNBRelConf_Item_tags_1)
153                 /sizeof(asn_DEF_E_RABs_ToBeReleased_SgNBRelConf_Item_tags_1[0]), /* 1 */
154         asn_DEF_E_RABs_ToBeReleased_SgNBRelConf_Item_tags_1,    /* Same as above */
155         sizeof(asn_DEF_E_RABs_ToBeReleased_SgNBRelConf_Item_tags_1)
156                 /sizeof(asn_DEF_E_RABs_ToBeReleased_SgNBRelConf_Item_tags_1[0]), /* 1 */
157         { 0, 0, SEQUENCE_constraint },
158         asn_MBR_E_RABs_ToBeReleased_SgNBRelConf_Item_1,
159         4,      /* Elements count */
160         &asn_SPC_E_RABs_ToBeReleased_SgNBRelConf_Item_specs_1   /* Additional specs */
161 };
162