blob: 8e6ce7b79d449fc5d379a7b3e53caf5e9e77257d [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-ControlOutcome.h"
9
10#include "E2SM-RC-ControlOutcome-Format1.h"
11static asn_oer_constraints_t asn_OER_type_ric_controlOutcome_formats_constr_2 CC_NOTUSED = {
12 { 0, 0 },
13 -1};
14static asn_per_constraints_t asn_PER_type_ric_controlOutcome_formats_constr_2 CC_NOTUSED = {
15 { APC_CONSTRAINED | APC_EXTENSIBLE, 0, 0, 0, 0 } /* (0..0,...) */,
16 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
17 0, 0 /* No PER value map */
18};
19static asn_TYPE_member_t asn_MBR_ric_controlOutcome_formats_2[] = {
20 { ATF_POINTER, 0, offsetof(struct E2SM_RC_ControlOutcome__ric_controlOutcome_formats, choice.controlOutcome_Format1),
21 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
22 -1, /* IMPLICIT tag at current level */
23 &asn_DEF_E2SM_RC_ControlOutcome_Format1,
24 0,
25 { 0, 0, 0 },
26 0, 0, /* No default value */
27 "controlOutcome-Format1"
28 },
29};
30static const asn_TYPE_tag2member_t asn_MAP_ric_controlOutcome_formats_tag2el_2[] = {
31 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* controlOutcome-Format1 */
32};
33static asn_CHOICE_specifics_t asn_SPC_ric_controlOutcome_formats_specs_2 = {
34 sizeof(struct E2SM_RC_ControlOutcome__ric_controlOutcome_formats),
35 offsetof(struct E2SM_RC_ControlOutcome__ric_controlOutcome_formats, _asn_ctx),
36 offsetof(struct E2SM_RC_ControlOutcome__ric_controlOutcome_formats, present),
37 sizeof(((struct E2SM_RC_ControlOutcome__ric_controlOutcome_formats *)0)->present),
38 asn_MAP_ric_controlOutcome_formats_tag2el_2,
39 1, /* Count of tags in the map */
40 0, 0,
41 1 /* Extensions start */
42};
43static /* Use -fall-defs-global to expose */
44asn_TYPE_descriptor_t asn_DEF_ric_controlOutcome_formats_2 = {
45 "ric-controlOutcome-formats",
46 "ric-controlOutcome-formats",
47 &asn_OP_CHOICE,
48 0, /* No effective tags (pointer) */
49 0, /* No effective tags (count) */
50 0, /* No tags (pointer) */
51 0, /* No tags (count) */
52 { &asn_OER_type_ric_controlOutcome_formats_constr_2, &asn_PER_type_ric_controlOutcome_formats_constr_2, CHOICE_constraint },
53 asn_MBR_ric_controlOutcome_formats_2,
54 1, /* Elements count */
55 &asn_SPC_ric_controlOutcome_formats_specs_2 /* Additional specs */
56};
57
58static asn_TYPE_member_t asn_MBR_E2SM_RC_ControlOutcome_1[] = {
59 { ATF_NOFLAGS, 0, offsetof(struct E2SM_RC_ControlOutcome, ric_controlOutcome_formats),
60 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
61 +1, /* EXPLICIT tag at current level */
62 &asn_DEF_ric_controlOutcome_formats_2,
63 0,
64 { 0, 0, 0 },
65 0, 0, /* No default value */
66 "ric-controlOutcome-formats"
67 },
68};
69static const ber_tlv_tag_t asn_DEF_E2SM_RC_ControlOutcome_tags_1[] = {
70 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
71};
72static const asn_TYPE_tag2member_t asn_MAP_E2SM_RC_ControlOutcome_tag2el_1[] = {
73 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* ric-controlOutcome-formats */
74};
75static asn_SEQUENCE_specifics_t asn_SPC_E2SM_RC_ControlOutcome_specs_1 = {
76 sizeof(struct E2SM_RC_ControlOutcome),
77 offsetof(struct E2SM_RC_ControlOutcome, _asn_ctx),
78 asn_MAP_E2SM_RC_ControlOutcome_tag2el_1,
79 1, /* Count of tags in the map */
80 0, 0, 0, /* Optional elements (not needed) */
81 1, /* First extension addition */
82};
83asn_TYPE_descriptor_t asn_DEF_E2SM_RC_ControlOutcome = {
84 "E2SM-RC-ControlOutcome",
85 "E2SM-RC-ControlOutcome",
86 &asn_OP_SEQUENCE,
87 asn_DEF_E2SM_RC_ControlOutcome_tags_1,
88 sizeof(asn_DEF_E2SM_RC_ControlOutcome_tags_1)
89 /sizeof(asn_DEF_E2SM_RC_ControlOutcome_tags_1[0]), /* 1 */
90 asn_DEF_E2SM_RC_ControlOutcome_tags_1, /* Same as above */
91 sizeof(asn_DEF_E2SM_RC_ControlOutcome_tags_1)
92 /sizeof(asn_DEF_E2SM_RC_ControlOutcome_tags_1[0]), /* 1 */
93 { 0, 0, SEQUENCE_constraint },
94 asn_MBR_E2SM_RC_ControlOutcome_1,
95 1, /* Elements count */
96 &asn_SPC_E2SM_RC_ControlOutcome_specs_1 /* Additional specs */
97};
98