blob: 082845d8f6c87036f33b1f4c7e909a47bb5cd835 [file] [log] [blame]
Juha Hyttinenff8dccd2019-12-10 14:34:07 +02001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-PDU-Contents"
4 * found in "Spec/e2_and_x2-combined-and-minimized.asn1"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6 */
7
8#include "CellMeasurementResult-Item.h"
9
10#include "HWLoadIndicator.h"
11#include "S1TNLLoadIndicator.h"
12#include "RadioResourceStatus.h"
13#include "ProtocolExtensionContainer.h"
14static asn_TYPE_member_t asn_MBR_CellMeasurementResult_Item_1[] = {
15 { ATF_NOFLAGS, 0, offsetof(struct CellMeasurementResult_Item, cell_ID),
16 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
17 -1, /* IMPLICIT tag at current level */
18 &asn_DEF_ECGI,
19 0,
20 { 0, 0, 0 },
21 0, 0, /* No default value */
22 "cell-ID"
23 },
24 { ATF_POINTER, 4, offsetof(struct CellMeasurementResult_Item, hWLoadIndicator),
25 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
26 -1, /* IMPLICIT tag at current level */
27 &asn_DEF_HWLoadIndicator,
28 0,
29 { 0, 0, 0 },
30 0, 0, /* No default value */
31 "hWLoadIndicator"
32 },
33 { ATF_POINTER, 3, offsetof(struct CellMeasurementResult_Item, s1TNLLoadIndicator),
34 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
35 -1, /* IMPLICIT tag at current level */
36 &asn_DEF_S1TNLLoadIndicator,
37 0,
38 { 0, 0, 0 },
39 0, 0, /* No default value */
40 "s1TNLLoadIndicator"
41 },
42 { ATF_POINTER, 2, offsetof(struct CellMeasurementResult_Item, radioResourceStatus),
43 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
44 -1, /* IMPLICIT tag at current level */
45 &asn_DEF_RadioResourceStatus,
46 0,
47 { 0, 0, 0 },
48 0, 0, /* No default value */
49 "radioResourceStatus"
50 },
51 { ATF_POINTER, 1, offsetof(struct CellMeasurementResult_Item, iE_Extensions),
52 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
53 -1, /* IMPLICIT tag at current level */
54 &asn_DEF_ProtocolExtensionContainer_8858P6,
55 0,
56 { 0, 0, 0 },
57 0, 0, /* No default value */
58 "iE-Extensions"
59 },
60};
61static const int asn_MAP_CellMeasurementResult_Item_oms_1[] = { 1, 2, 3, 4 };
62static const ber_tlv_tag_t asn_DEF_CellMeasurementResult_Item_tags_1[] = {
63 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
64};
65static const asn_TYPE_tag2member_t asn_MAP_CellMeasurementResult_Item_tag2el_1[] = {
66 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* cell-ID */
67 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* hWLoadIndicator */
68 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* s1TNLLoadIndicator */
69 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* radioResourceStatus */
70 { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* iE-Extensions */
71};
72static asn_SEQUENCE_specifics_t asn_SPC_CellMeasurementResult_Item_specs_1 = {
73 sizeof(struct CellMeasurementResult_Item),
74 offsetof(struct CellMeasurementResult_Item, _asn_ctx),
75 asn_MAP_CellMeasurementResult_Item_tag2el_1,
76 5, /* Count of tags in the map */
77 asn_MAP_CellMeasurementResult_Item_oms_1, /* Optional members */
78 4, 0, /* Root/Additions */
79 5, /* First extension addition */
80};
81asn_TYPE_descriptor_t asn_DEF_CellMeasurementResult_Item = {
82 "CellMeasurementResult-Item",
83 "CellMeasurementResult-Item",
84 &asn_OP_SEQUENCE,
85 asn_DEF_CellMeasurementResult_Item_tags_1,
86 sizeof(asn_DEF_CellMeasurementResult_Item_tags_1)
87 /sizeof(asn_DEF_CellMeasurementResult_Item_tags_1[0]), /* 1 */
88 asn_DEF_CellMeasurementResult_Item_tags_1, /* Same as above */
89 sizeof(asn_DEF_CellMeasurementResult_Item_tags_1)
90 /sizeof(asn_DEF_CellMeasurementResult_Item_tags_1[0]), /* 1 */
91 { 0, 0, SEQUENCE_constraint },
92 asn_MBR_CellMeasurementResult_Item_1,
93 5, /* Elements count */
94 &asn_SPC_CellMeasurementResult_Item_specs_1 /* Additional specs */
95};
96