Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / X2N_CellMeasurementResult-Item.c
1 /*
2  * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-PDU-Contents"
4  *      found in "../../asn_defs/asn1/x2ap-15-04.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #include "X2N_CellMeasurementResult-Item.h"
9
10 #include "X2N_HWLoadIndicator.h"
11 #include "X2N_S1TNLLoadIndicator.h"
12 #include "X2N_RadioResourceStatus.h"
13 #include "X2N_ProtocolExtensionContainer.h"
14 static asn_TYPE_member_t asn_MBR_X2N_CellMeasurementResult_Item_1[] = {
15         { ATF_NOFLAGS, 0, offsetof(struct X2N_CellMeasurementResult_Item, cell_ID),
16                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
17                 -1,     /* IMPLICIT tag at current level */
18                 &asn_DEF_X2N_ECGI,
19                 0,
20                 { 0, 0, 0 },
21                 0, 0, /* No default value */
22                 "cell-ID"
23                 },
24         { ATF_POINTER, 4, offsetof(struct X2N_CellMeasurementResult_Item, hWLoadIndicator),
25                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
26                 -1,     /* IMPLICIT tag at current level */
27                 &asn_DEF_X2N_HWLoadIndicator,
28                 0,
29                 { 0, 0, 0 },
30                 0, 0, /* No default value */
31                 "hWLoadIndicator"
32                 },
33         { ATF_POINTER, 3, offsetof(struct X2N_CellMeasurementResult_Item, s1TNLLoadIndicator),
34                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
35                 -1,     /* IMPLICIT tag at current level */
36                 &asn_DEF_X2N_S1TNLLoadIndicator,
37                 0,
38                 { 0, 0, 0 },
39                 0, 0, /* No default value */
40                 "s1TNLLoadIndicator"
41                 },
42         { ATF_POINTER, 2, offsetof(struct X2N_CellMeasurementResult_Item, radioResourceStatus),
43                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
44                 -1,     /* IMPLICIT tag at current level */
45                 &asn_DEF_X2N_RadioResourceStatus,
46                 0,
47                 { 0, 0, 0 },
48                 0, 0, /* No default value */
49                 "radioResourceStatus"
50                 },
51         { ATF_POINTER, 1, offsetof(struct X2N_CellMeasurementResult_Item, iE_Extensions),
52                 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
53                 -1,     /* IMPLICIT tag at current level */
54                 &asn_DEF_X2N_ProtocolExtensionContainer_8231P13,
55                 0,
56                 { 0, 0, 0 },
57                 0, 0, /* No default value */
58                 "iE-Extensions"
59                 },
60 };
61 static const int asn_MAP_X2N_CellMeasurementResult_Item_oms_1[] = { 1, 2, 3, 4 };
62 static const ber_tlv_tag_t asn_DEF_X2N_CellMeasurementResult_Item_tags_1[] = {
63         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
64 };
65 static const asn_TYPE_tag2member_t asn_MAP_X2N_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 };
72 static asn_SEQUENCE_specifics_t asn_SPC_X2N_CellMeasurementResult_Item_specs_1 = {
73         sizeof(struct X2N_CellMeasurementResult_Item),
74         offsetof(struct X2N_CellMeasurementResult_Item, _asn_ctx),
75         asn_MAP_X2N_CellMeasurementResult_Item_tag2el_1,
76         5,      /* Count of tags in the map */
77         asn_MAP_X2N_CellMeasurementResult_Item_oms_1,   /* Optional members */
78         4, 0,   /* Root/Additions */
79         5,      /* First extension addition */
80 };
81 asn_TYPE_descriptor_t asn_DEF_X2N_CellMeasurementResult_Item = {
82         "CellMeasurementResult-Item",
83         "CellMeasurementResult-Item",
84         &asn_OP_SEQUENCE,
85         asn_DEF_X2N_CellMeasurementResult_Item_tags_1,
86         sizeof(asn_DEF_X2N_CellMeasurementResult_Item_tags_1)
87                 /sizeof(asn_DEF_X2N_CellMeasurementResult_Item_tags_1[0]), /* 1 */
88         asn_DEF_X2N_CellMeasurementResult_Item_tags_1,  /* Same as above */
89         sizeof(asn_DEF_X2N_CellMeasurementResult_Item_tags_1)
90                 /sizeof(asn_DEF_X2N_CellMeasurementResult_Item_tags_1[0]), /* 1 */
91         { 0, 0, SEQUENCE_constraint },
92         asn_MBR_X2N_CellMeasurementResult_Item_1,
93         5,      /* Elements count */
94         &asn_SPC_X2N_CellMeasurementResult_Item_specs_1 /* Additional specs */
95 };
96