Issue-ID: SIM-18
[sim/e2-interface.git] / e2sim / e2apv1sim / e2sim / ASN1c / E2SM-KPM-IndicationMessage.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "/home/rshacham/e2sm-kpm-v01.02.asn"
5  *      `asn1c -fcompound-names`
6  */
7
8 #include "E2SM-KPM-IndicationMessage.h"
9
10 static asn_oer_constraints_t asn_OER_type_indicationMessage_constr_3 CC_NOTUSED = {
11         { 0, 0 },
12         -1};
13 static asn_per_constraints_t asn_PER_type_indicationMessage_constr_3 CC_NOTUSED = {
14         { APC_CONSTRAINED | APC_EXTENSIBLE,  0,  0,  0,  0 }    /* (0..0,...) */,
15         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
16         0, 0    /* No PER value map */
17 };
18 static asn_TYPE_member_t asn_MBR_indicationMessage_3[] = {
19         { ATF_NOFLAGS, 0, offsetof(struct E2SM_KPM_IndicationMessage__indicationMessage, choice.indicationMessage_Format1),
20                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
21                 -1,     /* IMPLICIT tag at current level */
22                 &asn_DEF_E2SM_KPM_IndicationMessage_Format1,
23                 0,
24                 { 0, 0, 0 },
25                 0, 0, /* No default value */
26                 "indicationMessage-Format1"
27                 },
28 };
29 static const asn_TYPE_tag2member_t asn_MAP_indicationMessage_tag2el_3[] = {
30     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* indicationMessage-Format1 */
31 };
32 static asn_CHOICE_specifics_t asn_SPC_indicationMessage_specs_3 = {
33         sizeof(struct E2SM_KPM_IndicationMessage__indicationMessage),
34         offsetof(struct E2SM_KPM_IndicationMessage__indicationMessage, _asn_ctx),
35         offsetof(struct E2SM_KPM_IndicationMessage__indicationMessage, present),
36         sizeof(((struct E2SM_KPM_IndicationMessage__indicationMessage *)0)->present),
37         asn_MAP_indicationMessage_tag2el_3,
38         1,      /* Count of tags in the map */
39         0, 0,
40         1       /* Extensions start */
41 };
42 static /* Use -fall-defs-global to expose */
43 asn_TYPE_descriptor_t asn_DEF_indicationMessage_3 = {
44         "indicationMessage",
45         "indicationMessage",
46         &asn_OP_CHOICE,
47         0,      /* No effective tags (pointer) */
48         0,      /* No effective tags (count) */
49         0,      /* No tags (pointer) */
50         0,      /* No tags (count) */
51         { &asn_OER_type_indicationMessage_constr_3, &asn_PER_type_indicationMessage_constr_3, CHOICE_constraint },
52         asn_MBR_indicationMessage_3,
53         1,      /* Elements count */
54         &asn_SPC_indicationMessage_specs_3      /* Additional specs */
55 };
56
57 static asn_TYPE_member_t asn_MBR_E2SM_KPM_IndicationMessage_1[] = {
58         { ATF_NOFLAGS, 0, offsetof(struct E2SM_KPM_IndicationMessage, ric_Style_Type),
59                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
60                 -1,     /* IMPLICIT tag at current level */
61                 &asn_DEF_RIC_Style_Type,
62                 0,
63                 { 0, 0, 0 },
64                 0, 0, /* No default value */
65                 "ric-Style-Type"
66                 },
67         { ATF_NOFLAGS, 0, offsetof(struct E2SM_KPM_IndicationMessage, indicationMessage),
68                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
69                 +1,     /* EXPLICIT tag at current level */
70                 &asn_DEF_indicationMessage_3,
71                 0,
72                 { 0, 0, 0 },
73                 0, 0, /* No default value */
74                 "indicationMessage"
75                 },
76 };
77 static const ber_tlv_tag_t asn_DEF_E2SM_KPM_IndicationMessage_tags_1[] = {
78         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
79 };
80 static const asn_TYPE_tag2member_t asn_MAP_E2SM_KPM_IndicationMessage_tag2el_1[] = {
81     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ric-Style-Type */
82     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* indicationMessage */
83 };
84 static asn_SEQUENCE_specifics_t asn_SPC_E2SM_KPM_IndicationMessage_specs_1 = {
85         sizeof(struct E2SM_KPM_IndicationMessage),
86         offsetof(struct E2SM_KPM_IndicationMessage, _asn_ctx),
87         asn_MAP_E2SM_KPM_IndicationMessage_tag2el_1,
88         2,      /* Count of tags in the map */
89         0, 0, 0,        /* Optional elements (not needed) */
90         2,      /* First extension addition */
91 };
92 asn_TYPE_descriptor_t asn_DEF_E2SM_KPM_IndicationMessage = {
93         "E2SM-KPM-IndicationMessage",
94         "E2SM-KPM-IndicationMessage",
95         &asn_OP_SEQUENCE,
96         asn_DEF_E2SM_KPM_IndicationMessage_tags_1,
97         sizeof(asn_DEF_E2SM_KPM_IndicationMessage_tags_1)
98                 /sizeof(asn_DEF_E2SM_KPM_IndicationMessage_tags_1[0]), /* 1 */
99         asn_DEF_E2SM_KPM_IndicationMessage_tags_1,      /* Same as above */
100         sizeof(asn_DEF_E2SM_KPM_IndicationMessage_tags_1)
101                 /sizeof(asn_DEF_E2SM_KPM_IndicationMessage_tags_1[0]), /* 1 */
102         { 0, 0, SEQUENCE_constraint },
103         asn_MBR_E2SM_KPM_IndicationMessage_1,
104         2,      /* Elements count */
105         &asn_SPC_E2SM_KPM_IndicationMessage_specs_1     /* Additional specs */
106 };
107