Enhanced SIM for E2AP v1 for TS UC
[sim/e2-interface.git] / e2sim / e2apv1sim / ASN1c / GlobalE2node-ID.c
1 /*
2  *
3  * Copyright 2020 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 "E2AP-IEs"
22  *      found in "../asnTextFiles/e2ap-v01.00.00.asn"
23  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
24  */
25
26 #include "GlobalE2node-ID.h"
27
28 #include "GlobalE2node-gNB-ID.h"
29 #include "GlobalE2node-en-gNB-ID.h"
30 #include "GlobalE2node-ng-eNB-ID.h"
31 #include "GlobalE2node-eNB-ID.h"
32 static asn_per_constraints_t asn_PER_type_GlobalE2node_ID_constr_1 CC_NOTUSED = {
33         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  3 }    /* (0..3,...) */,
34         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
35         0, 0    /* No PER value map */
36 };
37 static asn_TYPE_member_t asn_MBR_GlobalE2node_ID_1[] = {
38         { ATF_POINTER, 0, offsetof(struct GlobalE2node_ID, choice.gNB),
39                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
40                 -1,     /* IMPLICIT tag at current level */
41                 &asn_DEF_GlobalE2node_gNB_ID,
42                 0,
43                 { 0, 0, 0 },
44                 0, 0, /* No default value */
45                 "gNB"
46                 },
47         { ATF_POINTER, 0, offsetof(struct GlobalE2node_ID, choice.en_gNB),
48                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
49                 -1,     /* IMPLICIT tag at current level */
50                 &asn_DEF_GlobalE2node_en_gNB_ID,
51                 0,
52                 { 0, 0, 0 },
53                 0, 0, /* No default value */
54                 "en-gNB"
55                 },
56         { ATF_POINTER, 0, offsetof(struct GlobalE2node_ID, choice.ng_eNB),
57                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
58                 -1,     /* IMPLICIT tag at current level */
59                 &asn_DEF_GlobalE2node_ng_eNB_ID,
60                 0,
61                 { 0, 0, 0 },
62                 0, 0, /* No default value */
63                 "ng-eNB"
64                 },
65         { ATF_POINTER, 0, offsetof(struct GlobalE2node_ID, choice.eNB),
66                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
67                 -1,     /* IMPLICIT tag at current level */
68                 &asn_DEF_GlobalE2node_eNB_ID,
69                 0,
70                 { 0, 0, 0 },
71                 0, 0, /* No default value */
72                 "eNB"
73                 },
74 };
75 static const asn_TYPE_tag2member_t asn_MAP_GlobalE2node_ID_tag2el_1[] = {
76     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* gNB */
77     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* en-gNB */
78     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* ng-eNB */
79     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* eNB */
80 };
81 static asn_CHOICE_specifics_t asn_SPC_GlobalE2node_ID_specs_1 = {
82         sizeof(struct GlobalE2node_ID),
83         offsetof(struct GlobalE2node_ID, _asn_ctx),
84         offsetof(struct GlobalE2node_ID, present),
85         sizeof(((struct GlobalE2node_ID *)0)->present),
86         asn_MAP_GlobalE2node_ID_tag2el_1,
87         4,      /* Count of tags in the map */
88         0, 0,
89         4       /* Extensions start */
90 };
91 asn_TYPE_descriptor_t asn_DEF_GlobalE2node_ID = {
92         "GlobalE2node-ID",
93         "GlobalE2node-ID",
94         &asn_OP_CHOICE,
95         0,      /* No effective tags (pointer) */
96         0,      /* No effective tags (count) */
97         0,      /* No tags (pointer) */
98         0,      /* No tags (count) */
99         { 0, &asn_PER_type_GlobalE2node_ID_constr_1, CHOICE_constraint },
100         asn_MBR_GlobalE2node_ID_1,
101         4,      /* Elements count */
102         &asn_SPC_GlobalE2node_ID_specs_1        /* Additional specs */
103 };
104