blob: 65dea167cac095c940de0a34304da32650a96ef6 [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 "ServedNRCellsToModify-Item.h"
9
10#include "NRNeighbour-Information.h"
11#include "ProtocolExtensionContainer.h"
12asn_TYPE_member_t asn_MBR_ServedNRCellsToModify_Item_1[] = {
13 { ATF_NOFLAGS, 0, offsetof(struct ServedNRCellsToModify_Item, old_nrcgi),
14 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
15 -1, /* IMPLICIT tag at current level */
16 &asn_DEF_NRCGI,
17 0,
18 { 0, 0, 0 },
19 0, 0, /* No default value */
20 "old-nrcgi"
21 },
22 { ATF_NOFLAGS, 0, offsetof(struct ServedNRCellsToModify_Item, servedNRCellInformation),
23 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
24 -1, /* IMPLICIT tag at current level */
25 &asn_DEF_ServedNRCell_Information,
26 0,
27 { 0, 0, 0 },
28 0, 0, /* No default value */
29 "servedNRCellInformation"
30 },
31 { ATF_POINTER, 3, offsetof(struct ServedNRCellsToModify_Item, nrNeighbourInformation),
32 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
33 -1, /* IMPLICIT tag at current level */
34 &asn_DEF_NRNeighbour_Information,
35 0,
36 { 0, 0, 0 },
37 0, 0, /* No default value */
38 "nrNeighbourInformation"
39 },
40 { ATF_POINTER, 2, offsetof(struct ServedNRCellsToModify_Item, nrDeactivationIndication),
41 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
42 -1, /* IMPLICIT tag at current level */
43 &asn_DEF_DeactivationIndication,
44 0,
45 { 0, 0, 0 },
46 0, 0, /* No default value */
47 "nrDeactivationIndication"
48 },
49 { ATF_POINTER, 1, offsetof(struct ServedNRCellsToModify_Item, iE_Extensions),
50 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
51 -1, /* IMPLICIT tag at current level */
52 &asn_DEF_ProtocolExtensionContainer_8858P19,
53 0,
54 { 0, 0, 0 },
55 0, 0, /* No default value */
56 "iE-Extensions"
57 },
58};
59static const int asn_MAP_ServedNRCellsToModify_Item_oms_1[] = { 2, 3, 4 };
60static const ber_tlv_tag_t asn_DEF_ServedNRCellsToModify_Item_tags_1[] = {
61 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
62};
63static const asn_TYPE_tag2member_t asn_MAP_ServedNRCellsToModify_Item_tag2el_1[] = {
64 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* old-nrcgi */
65 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* servedNRCellInformation */
66 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* nrNeighbourInformation */
67 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* nrDeactivationIndication */
68 { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* iE-Extensions */
69};
70asn_SEQUENCE_specifics_t asn_SPC_ServedNRCellsToModify_Item_specs_1 = {
71 sizeof(struct ServedNRCellsToModify_Item),
72 offsetof(struct ServedNRCellsToModify_Item, _asn_ctx),
73 asn_MAP_ServedNRCellsToModify_Item_tag2el_1,
74 5, /* Count of tags in the map */
75 asn_MAP_ServedNRCellsToModify_Item_oms_1, /* Optional members */
76 3, 0, /* Root/Additions */
77 5, /* First extension addition */
78};
79asn_TYPE_descriptor_t asn_DEF_ServedNRCellsToModify_Item = {
80 "ServedNRCellsToModify-Item",
81 "ServedNRCellsToModify-Item",
82 &asn_OP_SEQUENCE,
83 asn_DEF_ServedNRCellsToModify_Item_tags_1,
84 sizeof(asn_DEF_ServedNRCellsToModify_Item_tags_1)
85 /sizeof(asn_DEF_ServedNRCellsToModify_Item_tags_1[0]), /* 1 */
86 asn_DEF_ServedNRCellsToModify_Item_tags_1, /* Same as above */
87 sizeof(asn_DEF_ServedNRCellsToModify_Item_tags_1)
88 /sizeof(asn_DEF_ServedNRCellsToModify_Item_tags_1[0]), /* 1 */
89 { 0, 0, SEQUENCE_constraint },
90 asn_MBR_ServedNRCellsToModify_Item_1,
91 5, /* Elements count */
92 &asn_SPC_ServedNRCellsToModify_Item_specs_1 /* Additional specs */
93};
94