blob: 3a4cd0082a3985540e7a557f9827b8e2cfec40a9 [file] [log] [blame]
rajalakshmisv960885a2022-05-31 14:59:10 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-RC-IEs"
4 * found in "e2sm-rc-nov2021.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
6 */
7
8#include "E2SM-RC-IndicationMessage.h"
9
10#include "E2SM-RC-IndicationMessage-Format1.h"
11#include "E2SM-RC-IndicationMessage-Format2.h"
12#include "E2SM-RC-IndicationMessage-Format3.h"
13#include "E2SM-RC-IndicationMessage-Format4.h"
14#include "E2SM-RC-IndicationMessage-Format5.h"
15static asn_oer_constraints_t asn_OER_type_ric_indicationMessage_formats_constr_2 CC_NOTUSED = {
16 { 0, 0 },
17 -1};
18static asn_per_constraints_t asn_PER_type_ric_indicationMessage_formats_constr_2 CC_NOTUSED = {
19 { APC_CONSTRAINED | APC_EXTENSIBLE, 3, 3, 0, 4 } /* (0..4,...) */,
20 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
21 0, 0 /* No PER value map */
22};
23static asn_TYPE_member_t asn_MBR_ric_indicationMessage_formats_2[] = {
24 { ATF_POINTER, 0, offsetof(struct E2SM_RC_IndicationMessage__ric_indicationMessage_formats, choice.indicationMessage_Format1),
25 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
26 -1, /* IMPLICIT tag at current level */
27 &asn_DEF_E2SM_RC_IndicationMessage_Format1,
28 0,
29 { 0, 0, 0 },
30 0, 0, /* No default value */
31 "indicationMessage-Format1"
32 },
33 { ATF_POINTER, 0, offsetof(struct E2SM_RC_IndicationMessage__ric_indicationMessage_formats, choice.indicationMessage_Format2),
34 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
35 -1, /* IMPLICIT tag at current level */
36 &asn_DEF_E2SM_RC_IndicationMessage_Format2,
37 0,
38 { 0, 0, 0 },
39 0, 0, /* No default value */
40 "indicationMessage-Format2"
41 },
42 { ATF_POINTER, 0, offsetof(struct E2SM_RC_IndicationMessage__ric_indicationMessage_formats, choice.indicationMessage_Format3),
43 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
44 -1, /* IMPLICIT tag at current level */
45 &asn_DEF_E2SM_RC_IndicationMessage_Format3,
46 0,
47 { 0, 0, 0 },
48 0, 0, /* No default value */
49 "indicationMessage-Format3"
50 },
51 { ATF_POINTER, 0, offsetof(struct E2SM_RC_IndicationMessage__ric_indicationMessage_formats, choice.indicationMessage_Format4),
52 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
53 -1, /* IMPLICIT tag at current level */
54 &asn_DEF_E2SM_RC_IndicationMessage_Format4,
55 0,
56 { 0, 0, 0 },
57 0, 0, /* No default value */
58 "indicationMessage-Format4"
59 },
60 { ATF_POINTER, 0, offsetof(struct E2SM_RC_IndicationMessage__ric_indicationMessage_formats, choice.indicationMessage_Format5),
61 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
62 -1, /* IMPLICIT tag at current level */
63 &asn_DEF_E2SM_RC_IndicationMessage_Format5,
64 0,
65 { 0, 0, 0 },
66 0, 0, /* No default value */
67 "indicationMessage-Format5"
68 },
69};
70static const asn_TYPE_tag2member_t asn_MAP_ric_indicationMessage_formats_tag2el_2[] = {
71 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* indicationMessage-Format1 */
72 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* indicationMessage-Format2 */
73 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* indicationMessage-Format3 */
74 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* indicationMessage-Format4 */
75 { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* indicationMessage-Format5 */
76};
77static asn_CHOICE_specifics_t asn_SPC_ric_indicationMessage_formats_specs_2 = {
78 sizeof(struct E2SM_RC_IndicationMessage__ric_indicationMessage_formats),
79 offsetof(struct E2SM_RC_IndicationMessage__ric_indicationMessage_formats, _asn_ctx),
80 offsetof(struct E2SM_RC_IndicationMessage__ric_indicationMessage_formats, present),
81 sizeof(((struct E2SM_RC_IndicationMessage__ric_indicationMessage_formats *)0)->present),
82 asn_MAP_ric_indicationMessage_formats_tag2el_2,
83 5, /* Count of tags in the map */
84 0, 0,
85 5 /* Extensions start */
86};
87static /* Use -fall-defs-global to expose */
88asn_TYPE_descriptor_t asn_DEF_ric_indicationMessage_formats_2 = {
89 "ric-indicationMessage-formats",
90 "ric-indicationMessage-formats",
91 &asn_OP_CHOICE,
92 0, /* No effective tags (pointer) */
93 0, /* No effective tags (count) */
94 0, /* No tags (pointer) */
95 0, /* No tags (count) */
96 { &asn_OER_type_ric_indicationMessage_formats_constr_2, &asn_PER_type_ric_indicationMessage_formats_constr_2, CHOICE_constraint },
97 asn_MBR_ric_indicationMessage_formats_2,
98 5, /* Elements count */
99 &asn_SPC_ric_indicationMessage_formats_specs_2 /* Additional specs */
100};
101
102static asn_TYPE_member_t asn_MBR_E2SM_RC_IndicationMessage_1[] = {
103 { ATF_NOFLAGS, 0, offsetof(struct E2SM_RC_IndicationMessage, ric_indicationMessage_formats),
104 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
105 +1, /* EXPLICIT tag at current level */
106 &asn_DEF_ric_indicationMessage_formats_2,
107 0,
108 { 0, 0, 0 },
109 0, 0, /* No default value */
110 "ric-indicationMessage-formats"
111 },
112};
113static const ber_tlv_tag_t asn_DEF_E2SM_RC_IndicationMessage_tags_1[] = {
114 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
115};
116static const asn_TYPE_tag2member_t asn_MAP_E2SM_RC_IndicationMessage_tag2el_1[] = {
117 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* ric-indicationMessage-formats */
118};
119static asn_SEQUENCE_specifics_t asn_SPC_E2SM_RC_IndicationMessage_specs_1 = {
120 sizeof(struct E2SM_RC_IndicationMessage),
121 offsetof(struct E2SM_RC_IndicationMessage, _asn_ctx),
122 asn_MAP_E2SM_RC_IndicationMessage_tag2el_1,
123 1, /* Count of tags in the map */
124 0, 0, 0, /* Optional elements (not needed) */
125 1, /* First extension addition */
126};
127asn_TYPE_descriptor_t asn_DEF_E2SM_RC_IndicationMessage = {
128 "E2SM-RC-IndicationMessage",
129 "E2SM-RC-IndicationMessage",
130 &asn_OP_SEQUENCE,
131 asn_DEF_E2SM_RC_IndicationMessage_tags_1,
132 sizeof(asn_DEF_E2SM_RC_IndicationMessage_tags_1)
133 /sizeof(asn_DEF_E2SM_RC_IndicationMessage_tags_1[0]), /* 1 */
134 asn_DEF_E2SM_RC_IndicationMessage_tags_1, /* Same as above */
135 sizeof(asn_DEF_E2SM_RC_IndicationMessage_tags_1)
136 /sizeof(asn_DEF_E2SM_RC_IndicationMessage_tags_1[0]), /* 1 */
137 { 0, 0, SEQUENCE_constraint },
138 asn_MBR_E2SM_RC_IndicationMessage_1,
139 1, /* Elements count */
140 &asn_SPC_E2SM_RC_IndicationMessage_specs_1 /* Additional specs */
141};
142