SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / MeasurementInfo-Action-Item.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "e2sm-kpm-v03.00.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -no-gen-example -no-gen-OER -D /tmp/workspace/oransim-gerrit/e2sim/asn1c/`
6  */
7
8 #include "MeasurementInfo-Action-Item.h"
9
10 #include "BinRangeDefinition.h"
11 asn_TYPE_member_t asn_MBR_MeasurementInfo_Action_Item_1[] = {
12         { ATF_NOFLAGS, 0, offsetof(struct MeasurementInfo_Action_Item, measName),
13                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
14                 -1,     /* IMPLICIT tag at current level */
15                 &asn_DEF_MeasurementTypeName,
16                 0,
17                 {
18 #if !defined(ASN_DISABLE_OER_SUPPORT)
19                         0,
20 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
21 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
22                         0,
23 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
24                         0
25                 },
26                 0, 0, /* No default value */
27                 "measName"
28                 },
29         { ATF_POINTER, 2, offsetof(struct MeasurementInfo_Action_Item, measID),
30                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
31                 -1,     /* IMPLICIT tag at current level */
32                 &asn_DEF_MeasurementTypeID,
33                 0,
34                 {
35 #if !defined(ASN_DISABLE_OER_SUPPORT)
36                         0,
37 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
38 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
39                         0,
40 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
41                         0
42                 },
43                 0, 0, /* No default value */
44                 "measID"
45                 },
46         { ATF_POINTER, 1, offsetof(struct MeasurementInfo_Action_Item, binRangeDef),
47                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
48                 -1,     /* IMPLICIT tag at current level */
49                 &asn_DEF_BinRangeDefinition,
50                 0,
51                 {
52 #if !defined(ASN_DISABLE_OER_SUPPORT)
53                         0,
54 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
55 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
56                         0,
57 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
58                         0
59                 },
60                 0, 0, /* No default value */
61                 "binRangeDef"
62                 },
63 };
64 static const int asn_MAP_MeasurementInfo_Action_Item_oms_1[] = { 1, 2 };
65 static const ber_tlv_tag_t asn_DEF_MeasurementInfo_Action_Item_tags_1[] = {
66         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
67 };
68 static const asn_TYPE_tag2member_t asn_MAP_MeasurementInfo_Action_Item_tag2el_1[] = {
69     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* measName */
70     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* measID */
71     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* binRangeDef */
72 };
73 asn_SEQUENCE_specifics_t asn_SPC_MeasurementInfo_Action_Item_specs_1 = {
74         sizeof(struct MeasurementInfo_Action_Item),
75         offsetof(struct MeasurementInfo_Action_Item, _asn_ctx),
76         asn_MAP_MeasurementInfo_Action_Item_tag2el_1,
77         3,      /* Count of tags in the map */
78         asn_MAP_MeasurementInfo_Action_Item_oms_1,      /* Optional members */
79         1, 1,   /* Root/Additions */
80         2,      /* First extension addition */
81 };
82 asn_TYPE_descriptor_t asn_DEF_MeasurementInfo_Action_Item = {
83         "MeasurementInfo-Action-Item",
84         "MeasurementInfo-Action-Item",
85         &asn_OP_SEQUENCE,
86         asn_DEF_MeasurementInfo_Action_Item_tags_1,
87         sizeof(asn_DEF_MeasurementInfo_Action_Item_tags_1)
88                 /sizeof(asn_DEF_MeasurementInfo_Action_Item_tags_1[0]), /* 1 */
89         asn_DEF_MeasurementInfo_Action_Item_tags_1,     /* Same as above */
90         sizeof(asn_DEF_MeasurementInfo_Action_Item_tags_1)
91                 /sizeof(asn_DEF_MeasurementInfo_Action_Item_tags_1[0]), /* 1 */
92         {
93 #if !defined(ASN_DISABLE_OER_SUPPORT)
94                 0,
95 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
96 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
97                 0,
98 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
99                 SEQUENCE_constraint
100         },
101         asn_MBR_MeasurementInfo_Action_Item_1,
102         3,      /* Elements count */
103         &asn_SPC_MeasurementInfo_Action_Item_specs_1    /* Additional specs */
104 };
105