Moving in e2sim originally from it/test/simulators
[sim/e2-interface.git] / e2sim / ASN1c / AreaScopeOfMDT.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  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
21  * From ASN.1 module "X2AP-IEs"
22  *      found in "../../asnFiles/X2AP-IEs.asn"
23  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
24  */
25
26 #include "AreaScopeOfMDT.h"
27
28 #include "CellBasedMDT.h"
29 #include "TABasedMDT.h"
30 #include "TAIBasedMDT.h"
31 asn_per_constraints_t asn_PER_type_AreaScopeOfMDT_constr_1 CC_NOTUSED = {
32         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  2 }    /* (0..2,...) */,
33         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
34         0, 0    /* No PER value map */
35 };
36 asn_TYPE_member_t asn_MBR_AreaScopeOfMDT_1[] = {
37         { ATF_POINTER, 0, offsetof(struct AreaScopeOfMDT, choice.cellBased),
38                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
39                 -1,     /* IMPLICIT tag at current level */
40                 &asn_DEF_CellBasedMDT,
41                 0,
42                 { 0, 0, 0 },
43                 0, 0, /* No default value */
44                 "cellBased"
45                 },
46         { ATF_POINTER, 0, offsetof(struct AreaScopeOfMDT, choice.tABased),
47                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
48                 -1,     /* IMPLICIT tag at current level */
49                 &asn_DEF_TABasedMDT,
50                 0,
51                 { 0, 0, 0 },
52                 0, 0, /* No default value */
53                 "tABased"
54                 },
55         { ATF_NOFLAGS, 0, offsetof(struct AreaScopeOfMDT, choice.pLMNWide),
56                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
57                 -1,     /* IMPLICIT tag at current level */
58                 &asn_DEF_NULL,
59                 0,
60                 { 0, 0, 0 },
61                 0, 0, /* No default value */
62                 "pLMNWide"
63                 },
64         { ATF_POINTER, 0, offsetof(struct AreaScopeOfMDT, choice.tAIBased),
65                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
66                 -1,     /* IMPLICIT tag at current level */
67                 &asn_DEF_TAIBasedMDT,
68                 0,
69                 { 0, 0, 0 },
70                 0, 0, /* No default value */
71                 "tAIBased"
72                 },
73 };
74 static const asn_TYPE_tag2member_t asn_MAP_AreaScopeOfMDT_tag2el_1[] = {
75     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* cellBased */
76     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* tABased */
77     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* pLMNWide */
78     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* tAIBased */
79 };
80 asn_CHOICE_specifics_t asn_SPC_AreaScopeOfMDT_specs_1 = {
81         sizeof(struct AreaScopeOfMDT),
82         offsetof(struct AreaScopeOfMDT, _asn_ctx),
83         offsetof(struct AreaScopeOfMDT, present),
84         sizeof(((struct AreaScopeOfMDT *)0)->present),
85         asn_MAP_AreaScopeOfMDT_tag2el_1,
86         4,      /* Count of tags in the map */
87         0, 0,
88         3       /* Extensions start */
89 };
90 asn_TYPE_descriptor_t asn_DEF_AreaScopeOfMDT = {
91         "AreaScopeOfMDT",
92         "AreaScopeOfMDT",
93         &asn_OP_CHOICE,
94         0,      /* No effective tags (pointer) */
95         0,      /* No effective tags (count) */
96         0,      /* No tags (pointer) */
97         0,      /* No tags (count) */
98         { 0, &asn_PER_type_AreaScopeOfMDT_constr_1, CHOICE_constraint },
99         asn_MBR_AreaScopeOfMDT_1,
100         4,      /* Elements count */
101         &asn_SPC_AreaScopeOfMDT_specs_1 /* Additional specs */
102 };
103