blob: f4101232f55995241f579d982beddbaa88ae4088 [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 "InterfaceID-X2.h"
9
10#include "GlobalENB-ID.h"
11#include "GlobalenGNB-ID.h"
12static asn_oer_constraints_t asn_OER_type_nodeType_constr_2 CC_NOTUSED = {
13 { 0, 0 },
14 -1};
15static asn_per_constraints_t asn_PER_type_nodeType_constr_2 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};
20static asn_TYPE_member_t asn_MBR_nodeType_2[] = {
21 { ATF_POINTER, 0, offsetof(struct InterfaceID_X2__nodeType, choice.global_eNB_ID),
22 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
23 -1, /* IMPLICIT tag at current level */
24 &asn_DEF_GlobalENB_ID,
25 0,
26 { 0, 0, 0 },
27 0, 0, /* No default value */
28 "global-eNB-ID"
29 },
30 { ATF_POINTER, 0, offsetof(struct InterfaceID_X2__nodeType, choice.global_en_gNB_ID),
31 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
32 -1, /* IMPLICIT tag at current level */
33 &asn_DEF_GlobalenGNB_ID,
34 0,
35 { 0, 0, 0 },
36 0, 0, /* No default value */
37 "global-en-gNB-ID"
38 },
39};
40static const asn_TYPE_tag2member_t asn_MAP_nodeType_tag2el_2[] = {
41 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* global-eNB-ID */
42 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* global-en-gNB-ID */
43};
44static asn_CHOICE_specifics_t asn_SPC_nodeType_specs_2 = {
45 sizeof(struct InterfaceID_X2__nodeType),
46 offsetof(struct InterfaceID_X2__nodeType, _asn_ctx),
47 offsetof(struct InterfaceID_X2__nodeType, present),
48 sizeof(((struct InterfaceID_X2__nodeType *)0)->present),
49 asn_MAP_nodeType_tag2el_2,
50 2, /* Count of tags in the map */
51 0, 0,
52 2 /* Extensions start */
53};
54static /* Use -fall-defs-global to expose */
55asn_TYPE_descriptor_t asn_DEF_nodeType_2 = {
56 "nodeType",
57 "nodeType",
58 &asn_OP_CHOICE,
59 0, /* No effective tags (pointer) */
60 0, /* No effective tags (count) */
61 0, /* No tags (pointer) */
62 0, /* No tags (count) */
63 { &asn_OER_type_nodeType_constr_2, &asn_PER_type_nodeType_constr_2, CHOICE_constraint },
64 asn_MBR_nodeType_2,
65 2, /* Elements count */
66 &asn_SPC_nodeType_specs_2 /* Additional specs */
67};
68
69asn_TYPE_member_t asn_MBR_InterfaceID_X2_1[] = {
70 { ATF_NOFLAGS, 0, offsetof(struct InterfaceID_X2, nodeType),
71 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
72 +1, /* EXPLICIT tag at current level */
73 &asn_DEF_nodeType_2,
74 0,
75 { 0, 0, 0 },
76 0, 0, /* No default value */
77 "nodeType"
78 },
79};
80static const ber_tlv_tag_t asn_DEF_InterfaceID_X2_tags_1[] = {
81 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
82};
83static const asn_TYPE_tag2member_t asn_MAP_InterfaceID_X2_tag2el_1[] = {
84 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* nodeType */
85};
86asn_SEQUENCE_specifics_t asn_SPC_InterfaceID_X2_specs_1 = {
87 sizeof(struct InterfaceID_X2),
88 offsetof(struct InterfaceID_X2, _asn_ctx),
89 asn_MAP_InterfaceID_X2_tag2el_1,
90 1, /* Count of tags in the map */
91 0, 0, 0, /* Optional elements (not needed) */
92 1, /* First extension addition */
93};
94asn_TYPE_descriptor_t asn_DEF_InterfaceID_X2 = {
95 "InterfaceID-X2",
96 "InterfaceID-X2",
97 &asn_OP_SEQUENCE,
98 asn_DEF_InterfaceID_X2_tags_1,
99 sizeof(asn_DEF_InterfaceID_X2_tags_1)
100 /sizeof(asn_DEF_InterfaceID_X2_tags_1[0]), /* 1 */
101 asn_DEF_InterfaceID_X2_tags_1, /* Same as above */
102 sizeof(asn_DEF_InterfaceID_X2_tags_1)
103 /sizeof(asn_DEF_InterfaceID_X2_tags_1[0]), /* 1 */
104 { 0, 0, SEQUENCE_constraint },
105 asn_MBR_InterfaceID_X2_1,
106 1, /* Elements count */
107 &asn_SPC_InterfaceID_X2_specs_1 /* Additional specs */
108};
109