aeb6c4b9dbb5f8dcfc33f4d04b8040452d311f26
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / AreaScopeOfMDT.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 "AreaScopeOfMDT.h"
32
33 #include "CellBasedMDT.h"
34 #include "TABasedMDT.h"
35 #include "TAIBasedMDT.h"
36 asn_per_constraints_t asn_PER_type_AreaScopeOfMDT_constr_1 CC_NOTUSED = {
37         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  2 }    /* (0..2,...) */,
38         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
39         0, 0    /* No PER value map */
40 };
41 asn_TYPE_member_t asn_MBR_AreaScopeOfMDT_1[] = {
42         { ATF_POINTER, 0, offsetof(struct AreaScopeOfMDT, choice.cellBased),
43                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
44                 -1,     /* IMPLICIT tag at current level */
45                 &asn_DEF_CellBasedMDT,
46                 0,
47                 { 0, 0, 0 },
48                 0, 0, /* No default value */
49                 "cellBased"
50                 },
51         { ATF_POINTER, 0, offsetof(struct AreaScopeOfMDT, choice.tABased),
52                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
53                 -1,     /* IMPLICIT tag at current level */
54                 &asn_DEF_TABasedMDT,
55                 0,
56                 { 0, 0, 0 },
57                 0, 0, /* No default value */
58                 "tABased"
59                 },
60         { ATF_NOFLAGS, 0, offsetof(struct AreaScopeOfMDT, choice.pLMNWide),
61                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
62                 -1,     /* IMPLICIT tag at current level */
63                 &asn_DEF_NULL,
64                 0,
65                 { 0, 0, 0 },
66                 0, 0, /* No default value */
67                 "pLMNWide"
68                 },
69         { ATF_POINTER, 0, offsetof(struct AreaScopeOfMDT, choice.tAIBased),
70                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
71                 -1,     /* IMPLICIT tag at current level */
72                 &asn_DEF_TAIBasedMDT,
73                 0,
74                 { 0, 0, 0 },
75                 0, 0, /* No default value */
76                 "tAIBased"
77                 },
78 };
79 static const asn_TYPE_tag2member_t asn_MAP_AreaScopeOfMDT_tag2el_1[] = {
80     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* cellBased */
81     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* tABased */
82     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* pLMNWide */
83     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* tAIBased */
84 };
85 asn_CHOICE_specifics_t asn_SPC_AreaScopeOfMDT_specs_1 = {
86         sizeof(struct AreaScopeOfMDT),
87         offsetof(struct AreaScopeOfMDT, _asn_ctx),
88         offsetof(struct AreaScopeOfMDT, present),
89         sizeof(((struct AreaScopeOfMDT *)0)->present),
90         asn_MAP_AreaScopeOfMDT_tag2el_1,
91         4,      /* Count of tags in the map */
92         0, 0,
93         3       /* Extensions start */
94 };
95 asn_TYPE_descriptor_t asn_DEF_AreaScopeOfMDT = {
96         "AreaScopeOfMDT",
97         "AreaScopeOfMDT",
98         &asn_OP_CHOICE,
99         0,      /* No effective tags (pointer) */
100         0,      /* No effective tags (count) */
101         0,      /* No tags (pointer) */
102         0,      /* No tags (count) */
103         { 0, &asn_PER_type_AreaScopeOfMDT_constr_1, CHOICE_constraint },
104         asn_MBR_AreaScopeOfMDT_1,
105         4,      /* Elements count */
106         &asn_SPC_AreaScopeOfMDT_specs_1 /* Additional specs */
107 };
108