c24ed924a1da9fd4cc68b27dde8caff03f861b4b
[ric-plt/resource-status-manager.git] / RSM / asn1codec / e2ap_engine / AreaScopeOfQMC.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 /*
21  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
22  * From ASN.1 module "X2AP-IEs"
23  *      found in "../../asnFiles/X2AP-IEs.asn"
24  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
25  */
26
27 #include "AreaScopeOfQMC.h"
28
29 #include "CellBasedQMC.h"
30 #include "TABasedQMC.h"
31 #include "TAIBasedQMC.h"
32 #include "PLMNAreaBasedQMC.h"
33 asn_per_constraints_t asn_PER_type_AreaScopeOfQMC_constr_1 CC_NOTUSED = {
34         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  3 }    /* (0..3,...) */,
35         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
36         0, 0    /* No PER value map */
37 };
38 asn_TYPE_member_t asn_MBR_AreaScopeOfQMC_1[] = {
39         { ATF_POINTER, 0, offsetof(struct AreaScopeOfQMC, choice.cellBased),
40                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
41                 -1,     /* IMPLICIT tag at current level */
42                 &asn_DEF_CellBasedQMC,
43                 0,
44                 { 0, 0, 0 },
45                 0, 0, /* No default value */
46                 "cellBased"
47                 },
48         { ATF_POINTER, 0, offsetof(struct AreaScopeOfQMC, choice.tABased),
49                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
50                 -1,     /* IMPLICIT tag at current level */
51                 &asn_DEF_TABasedQMC,
52                 0,
53                 { 0, 0, 0 },
54                 0, 0, /* No default value */
55                 "tABased"
56                 },
57         { ATF_POINTER, 0, offsetof(struct AreaScopeOfQMC, choice.tAIBased),
58                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
59                 -1,     /* IMPLICIT tag at current level */
60                 &asn_DEF_TAIBasedQMC,
61                 0,
62                 { 0, 0, 0 },
63                 0, 0, /* No default value */
64                 "tAIBased"
65                 },
66         { ATF_POINTER, 0, offsetof(struct AreaScopeOfQMC, choice.pLMNAreaBased),
67                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
68                 -1,     /* IMPLICIT tag at current level */
69                 &asn_DEF_PLMNAreaBasedQMC,
70                 0,
71                 { 0, 0, 0 },
72                 0, 0, /* No default value */
73                 "pLMNAreaBased"
74                 },
75 };
76 static const asn_TYPE_tag2member_t asn_MAP_AreaScopeOfQMC_tag2el_1[] = {
77     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* cellBased */
78     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* tABased */
79     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* tAIBased */
80     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* pLMNAreaBased */
81 };
82 asn_CHOICE_specifics_t asn_SPC_AreaScopeOfQMC_specs_1 = {
83         sizeof(struct AreaScopeOfQMC),
84         offsetof(struct AreaScopeOfQMC, _asn_ctx),
85         offsetof(struct AreaScopeOfQMC, present),
86         sizeof(((struct AreaScopeOfQMC *)0)->present),
87         asn_MAP_AreaScopeOfQMC_tag2el_1,
88         4,      /* Count of tags in the map */
89         0, 0,
90         4       /* Extensions start */
91 };
92 asn_TYPE_descriptor_t asn_DEF_AreaScopeOfQMC = {
93         "AreaScopeOfQMC",
94         "AreaScopeOfQMC",
95         &asn_OP_CHOICE,
96         0,      /* No effective tags (pointer) */
97         0,      /* No effective tags (count) */
98         0,      /* No tags (pointer) */
99         0,      /* No tags (count) */
100         { 0, &asn_PER_type_AreaScopeOfQMC_constr_1, CHOICE_constraint },
101         asn_MBR_AreaScopeOfQMC_1,
102         4,      /* Elements count */
103         &asn_SPC_AreaScopeOfQMC_specs_1 /* Additional specs */
104 };
105