blob: b68fcd5a8492d3b1af17cf0df1a7c7e407dea67b [file] [log] [blame]
rajalakshmisv960885a2022-05-31 14:59:10 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "E2SM-RC-IEs"
4 * found in "e2sm-rc-nov2021.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example -D .`
6 */
7
8#include "NeighborCell-Item.h"
9
10#include "NeighborCell-Item-Choice-NR.h"
11#include "NeighborCell-Item-Choice-E-UTRA.h"
12static asn_oer_constraints_t asn_OER_type_NeighborCell_Item_constr_1 CC_NOTUSED = {
13 { 0, 0 },
14 -1};
15asn_per_constraints_t asn_PER_type_NeighborCell_Item_constr_1 CC_NOTUSED = {
16 { APC_CONSTRAINED | APC_EXTENSIBLE, 1, 1, 0, 1 } /* (0..1,...) */,
17 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
18 0, 0 /* No PER value map */
19};
20asn_TYPE_member_t asn_MBR_NeighborCell_Item_1[] = {
21 { ATF_POINTER, 0, offsetof(struct NeighborCell_Item, choice.ranType_Choice_NR),
22 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
23 -1, /* IMPLICIT tag at current level */
24 &asn_DEF_NeighborCell_Item_Choice_NR,
25 0,
26 { 0, 0, 0 },
27 0, 0, /* No default value */
28 "ranType-Choice-NR"
29 },
30 { ATF_POINTER, 0, offsetof(struct NeighborCell_Item, choice.ranType_Choice_EUTRA),
31 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
32 -1, /* IMPLICIT tag at current level */
33 &asn_DEF_NeighborCell_Item_Choice_E_UTRA,
34 0,
35 { 0, 0, 0 },
36 0, 0, /* No default value */
37 "ranType-Choice-EUTRA"
38 },
39};
40static const asn_TYPE_tag2member_t asn_MAP_NeighborCell_Item_tag2el_1[] = {
41 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* ranType-Choice-NR */
42 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* ranType-Choice-EUTRA */
43};
44asn_CHOICE_specifics_t asn_SPC_NeighborCell_Item_specs_1 = {
45 sizeof(struct NeighborCell_Item),
46 offsetof(struct NeighborCell_Item, _asn_ctx),
47 offsetof(struct NeighborCell_Item, present),
48 sizeof(((struct NeighborCell_Item *)0)->present),
49 asn_MAP_NeighborCell_Item_tag2el_1,
50 2, /* Count of tags in the map */
51 0, 0,
52 2 /* Extensions start */
53};
54asn_TYPE_descriptor_t asn_DEF_NeighborCell_Item = {
55 "NeighborCell-Item",
56 "NeighborCell-Item",
57 &asn_OP_CHOICE,
58 0, /* No effective tags (pointer) */
59 0, /* No effective tags (count) */
60 0, /* No tags (pointer) */
61 0, /* No tags (count) */
62 { &asn_OER_type_NeighborCell_Item_constr_1, &asn_PER_type_NeighborCell_Item_constr_1, CHOICE_constraint },
63 asn_MBR_NeighborCell_Item_1,
64 2, /* Elements count */
65 &asn_SPC_NeighborCell_Item_specs_1 /* Additional specs */
66};
67