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