blob: c17ceb29b8abdb095156bfe5a979ccb666ffb867 [file] [log] [blame]
naman.guptab908ba42021-10-25 16:17:52 +05301/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2AP-IEs"
czichy2175dd32022-05-17 15:24:51 +03004 * found in "e2ap-v2.asn"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-example -no-gen-OER`
naman.guptab908ba42021-10-25 16:17:52 +05306 */
7
czichy2175dd32022-05-17 15:24:51 +03008#include "E2nodeComponentConfigurationAck.h"
naman.guptab908ba42021-10-25 16:17:52 +05309
10#include "Cause.h"
11/*
12 * This type is implemented using NativeEnumerated,
13 * so here we adjust the DEF accordingly.
14 */
15static asn_per_constraints_t asn_PER_type_updateOutcome_constr_2 CC_NOTUSED = {
16 { APC_CONSTRAINED | APC_EXTENSIBLE, 1, 1, 0, 1 } /* (0..1,...) */,
17 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
18 0, 0 /* No PER value map */
19};
20static const asn_INTEGER_enum_map_t asn_MAP_updateOutcome_value2enum_2[] = {
21 { 0, 7, "success" },
22 { 1, 7, "failure" }
23 /* This list is extensible */
24};
25static const unsigned int asn_MAP_updateOutcome_enum2value_2[] = {
26 1, /* failure(1) */
27 0 /* success(0) */
28 /* This list is extensible */
29};
30static const asn_INTEGER_specifics_t asn_SPC_updateOutcome_specs_2 = {
31 asn_MAP_updateOutcome_value2enum_2, /* "tag" => N; sorted by tag */
32 asn_MAP_updateOutcome_enum2value_2, /* N => "tag"; sorted by N */
33 2, /* Number of elements in the maps */
34 3, /* Extensions before this member */
35 1, /* Strict enumeration */
36 0, /* Native long size */
37 0
38};
39static const ber_tlv_tag_t asn_DEF_updateOutcome_tags_2[] = {
40 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
41 (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
42};
43static /* Use -fall-defs-global to expose */
44asn_TYPE_descriptor_t asn_DEF_updateOutcome_2 = {
45 "updateOutcome",
46 "updateOutcome",
47 &asn_OP_NativeEnumerated,
48 asn_DEF_updateOutcome_tags_2,
49 sizeof(asn_DEF_updateOutcome_tags_2)
50 /sizeof(asn_DEF_updateOutcome_tags_2[0]) - 1, /* 1 */
51 asn_DEF_updateOutcome_tags_2, /* Same as above */
52 sizeof(asn_DEF_updateOutcome_tags_2)
53 /sizeof(asn_DEF_updateOutcome_tags_2[0]), /* 2 */
54 { 0, &asn_PER_type_updateOutcome_constr_2, NativeEnumerated_constraint },
55 0, 0, /* Defined elsewhere */
56 &asn_SPC_updateOutcome_specs_2 /* Additional specs */
57};
58
czichy2175dd32022-05-17 15:24:51 +030059asn_TYPE_member_t asn_MBR_E2nodeComponentConfigurationAck_1[] = {
60 { ATF_NOFLAGS, 0, offsetof(struct E2nodeComponentConfigurationAck, updateOutcome),
naman.guptab908ba42021-10-25 16:17:52 +053061 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
62 -1, /* IMPLICIT tag at current level */
63 &asn_DEF_updateOutcome_2,
64 0,
65 { 0, 0, 0 },
66 0, 0, /* No default value */
67 "updateOutcome"
68 },
czichy2175dd32022-05-17 15:24:51 +030069 { ATF_POINTER, 1, offsetof(struct E2nodeComponentConfigurationAck, failureCause),
naman.guptab908ba42021-10-25 16:17:52 +053070 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
71 +1, /* EXPLICIT tag at current level */
72 &asn_DEF_Cause,
73 0,
74 { 0, 0, 0 },
75 0, 0, /* No default value */
76 "failureCause"
77 },
78};
czichy2175dd32022-05-17 15:24:51 +030079static const int asn_MAP_E2nodeComponentConfigurationAck_oms_1[] = { 1 };
80static const ber_tlv_tag_t asn_DEF_E2nodeComponentConfigurationAck_tags_1[] = {
naman.guptab908ba42021-10-25 16:17:52 +053081 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
82};
czichy2175dd32022-05-17 15:24:51 +030083static const asn_TYPE_tag2member_t asn_MAP_E2nodeComponentConfigurationAck_tag2el_1[] = {
naman.guptab908ba42021-10-25 16:17:52 +053084 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* updateOutcome */
85 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* failureCause */
86};
czichy2175dd32022-05-17 15:24:51 +030087asn_SEQUENCE_specifics_t asn_SPC_E2nodeComponentConfigurationAck_specs_1 = {
88 sizeof(struct E2nodeComponentConfigurationAck),
89 offsetof(struct E2nodeComponentConfigurationAck, _asn_ctx),
90 asn_MAP_E2nodeComponentConfigurationAck_tag2el_1,
naman.guptab908ba42021-10-25 16:17:52 +053091 2, /* Count of tags in the map */
czichy2175dd32022-05-17 15:24:51 +030092 asn_MAP_E2nodeComponentConfigurationAck_oms_1, /* Optional members */
naman.guptab908ba42021-10-25 16:17:52 +053093 1, 0, /* Root/Additions */
94 2, /* First extension addition */
95};
czichy2175dd32022-05-17 15:24:51 +030096asn_TYPE_descriptor_t asn_DEF_E2nodeComponentConfigurationAck = {
97 "E2nodeComponentConfigurationAck",
98 "E2nodeComponentConfigurationAck",
naman.guptab908ba42021-10-25 16:17:52 +053099 &asn_OP_SEQUENCE,
czichy2175dd32022-05-17 15:24:51 +0300100 asn_DEF_E2nodeComponentConfigurationAck_tags_1,
101 sizeof(asn_DEF_E2nodeComponentConfigurationAck_tags_1)
102 /sizeof(asn_DEF_E2nodeComponentConfigurationAck_tags_1[0]), /* 1 */
103 asn_DEF_E2nodeComponentConfigurationAck_tags_1, /* Same as above */
104 sizeof(asn_DEF_E2nodeComponentConfigurationAck_tags_1)
105 /sizeof(asn_DEF_E2nodeComponentConfigurationAck_tags_1[0]), /* 1 */
naman.guptab908ba42021-10-25 16:17:52 +0530106 { 0, 0, SEQUENCE_constraint },
czichy2175dd32022-05-17 15:24:51 +0300107 asn_MBR_E2nodeComponentConfigurationAck_1,
naman.guptab908ba42021-10-25 16:17:52 +0530108 2, /* Elements count */
czichy2175dd32022-05-17 15:24:51 +0300109 &asn_SPC_E2nodeComponentConfigurationAck_specs_1 /* Additional specs */
naman.guptab908ba42021-10-25 16:17:52 +0530110};
111