Sync from Azure to LF
[ric-plt/resource-status-manager.git] / RSM / asn1codec / e2ap_engine / E2AP-PDU.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 "E2AP-PDU-Descriptions"
23  *      found in "../../asnFiles/e2ap-v031.asn"
24  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
25  */
26
27 #include "E2AP-PDU.h"
28
29 #include "InitiatingMessage.h"
30 #include "SuccessfulOutcome.h"
31 #include "UnsuccessfulOutcome.h"
32 static asn_per_constraints_t asn_PER_type_E2AP_PDU_constr_1 CC_NOTUSED = {
33         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  2 }    /* (0..2,...) */,
34         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
35         0, 0    /* No PER value map */
36 };
37 static asn_TYPE_member_t asn_MBR_E2AP_PDU_1[] = {
38         { ATF_POINTER, 0, offsetof(struct E2AP_PDU, choice.initiatingMessage),
39                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
40                 -1,     /* IMPLICIT tag at current level */
41                 &asn_DEF_InitiatingMessage,
42                 0,
43                 { 0, 0, 0 },
44                 0, 0, /* No default value */
45                 "initiatingMessage"
46                 },
47         { ATF_POINTER, 0, offsetof(struct E2AP_PDU, choice.successfulOutcome),
48                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
49                 -1,     /* IMPLICIT tag at current level */
50                 &asn_DEF_SuccessfulOutcome,
51                 0,
52                 { 0, 0, 0 },
53                 0, 0, /* No default value */
54                 "successfulOutcome"
55                 },
56         { ATF_POINTER, 0, offsetof(struct E2AP_PDU, choice.unsuccessfulOutcome),
57                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
58                 -1,     /* IMPLICIT tag at current level */
59                 &asn_DEF_UnsuccessfulOutcome,
60                 0,
61                 { 0, 0, 0 },
62                 0, 0, /* No default value */
63                 "unsuccessfulOutcome"
64                 },
65 };
66 static const asn_TYPE_tag2member_t asn_MAP_E2AP_PDU_tag2el_1[] = {
67     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* initiatingMessage */
68     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* successfulOutcome */
69     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* unsuccessfulOutcome */
70 };
71 static asn_CHOICE_specifics_t asn_SPC_E2AP_PDU_specs_1 = {
72         sizeof(struct E2AP_PDU),
73         offsetof(struct E2AP_PDU, _asn_ctx),
74         offsetof(struct E2AP_PDU, present),
75         sizeof(((struct E2AP_PDU *)0)->present),
76         asn_MAP_E2AP_PDU_tag2el_1,
77         3,      /* Count of tags in the map */
78         0, 0,
79         3       /* Extensions start */
80 };
81 asn_TYPE_descriptor_t asn_DEF_E2AP_PDU = {
82         "E2AP-PDU",
83         "E2AP-PDU",
84         &asn_OP_CHOICE,
85         0,      /* No effective tags (pointer) */
86         0,      /* No effective tags (count) */
87         0,      /* No tags (pointer) */
88         0,      /* No tags (count) */
89         { 0, &asn_PER_type_E2AP_PDU_constr_1, CHOICE_constraint },
90         asn_MBR_E2AP_PDU_1,
91         3,      /* Elements count */
92         &asn_SPC_E2AP_PDU_specs_1       /* Additional specs */
93 };
94