ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / lib / InterfaceID-X2.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-COMMON-IEs"
4  *      found in "E2SM-COMMON-IEs.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6  */
7
8 #include "InterfaceID-X2.h"
9
10 #include "GlobalENB-ID.h"
11 #include "GlobalenGNB-ID.h"
12 static asn_per_constraints_t asn_PER_type_nodeType_constr_2 CC_NOTUSED = {
13         { APC_CONSTRAINED | APC_EXTENSIBLE,  1,  1,  0,  1 }    /* (0..1,...) */,
14         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
15         0, 0    /* No PER value map */
16 };
17 static asn_TYPE_member_t asn_MBR_nodeType_2[] = {
18         { ATF_POINTER, 0, offsetof(struct InterfaceID_X2__nodeType, choice.global_eNB_ID),
19                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
20                 -1,     /* IMPLICIT tag at current level */
21                 &asn_DEF_GlobalENB_ID,
22                 0,
23                 { 0, 0, 0 },
24                 0, 0, /* No default value */
25                 "global-eNB-ID"
26                 },
27         { ATF_POINTER, 0, offsetof(struct InterfaceID_X2__nodeType, choice.global_en_gNB_ID),
28                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
29                 -1,     /* IMPLICIT tag at current level */
30                 &asn_DEF_GlobalenGNB_ID,
31                 0,
32                 { 0, 0, 0 },
33                 0, 0, /* No default value */
34                 "global-en-gNB-ID"
35                 },
36 };
37 static const asn_TYPE_tag2member_t asn_MAP_nodeType_tag2el_2[] = {
38     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* global-eNB-ID */
39     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* global-en-gNB-ID */
40 };
41 static asn_CHOICE_specifics_t asn_SPC_nodeType_specs_2 = {
42         sizeof(struct InterfaceID_X2__nodeType),
43         offsetof(struct InterfaceID_X2__nodeType, _asn_ctx),
44         offsetof(struct InterfaceID_X2__nodeType, present),
45         sizeof(((struct InterfaceID_X2__nodeType *)0)->present),
46         asn_MAP_nodeType_tag2el_2,
47         2,      /* Count of tags in the map */
48         0, 0,
49         2       /* Extensions start */
50 };
51 static /* Use -fall-defs-global to expose */
52 asn_TYPE_descriptor_t asn_DEF_nodeType_2 = {
53         "nodeType",
54         "nodeType",
55         &asn_OP_CHOICE,
56         0,      /* No effective tags (pointer) */
57         0,      /* No effective tags (count) */
58         0,      /* No tags (pointer) */
59         0,      /* No tags (count) */
60         { 0, &asn_PER_type_nodeType_constr_2, CHOICE_constraint },
61         asn_MBR_nodeType_2,
62         2,      /* Elements count */
63         &asn_SPC_nodeType_specs_2       /* Additional specs */
64 };
65
66 asn_TYPE_member_t asn_MBR_InterfaceID_X2_1[] = {
67         { ATF_NOFLAGS, 0, offsetof(struct InterfaceID_X2, nodeType),
68                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
69                 +1,     /* EXPLICIT tag at current level */
70                 &asn_DEF_nodeType_2,
71                 0,
72                 { 0, 0, 0 },
73                 0, 0, /* No default value */
74                 "nodeType"
75                 },
76 };
77 static const ber_tlv_tag_t asn_DEF_InterfaceID_X2_tags_1[] = {
78         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
79 };
80 static const asn_TYPE_tag2member_t asn_MAP_InterfaceID_X2_tag2el_1[] = {
81     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* nodeType */
82 };
83 asn_SEQUENCE_specifics_t asn_SPC_InterfaceID_X2_specs_1 = {
84         sizeof(struct InterfaceID_X2),
85         offsetof(struct InterfaceID_X2, _asn_ctx),
86         asn_MAP_InterfaceID_X2_tag2el_1,
87         1,      /* Count of tags in the map */
88         0, 0, 0,        /* Optional elements (not needed) */
89         1,      /* First extension addition */
90 };
91 asn_TYPE_descriptor_t asn_DEF_InterfaceID_X2 = {
92         "InterfaceID-X2",
93         "InterfaceID-X2",
94         &asn_OP_SEQUENCE,
95         asn_DEF_InterfaceID_X2_tags_1,
96         sizeof(asn_DEF_InterfaceID_X2_tags_1)
97                 /sizeof(asn_DEF_InterfaceID_X2_tags_1[0]), /* 1 */
98         asn_DEF_InterfaceID_X2_tags_1,  /* Same as above */
99         sizeof(asn_DEF_InterfaceID_X2_tags_1)
100                 /sizeof(asn_DEF_InterfaceID_X2_tags_1[0]), /* 1 */
101         { 0, 0, SEQUENCE_constraint },
102         asn_MBR_InterfaceID_X2_1,
103         1,      /* Elements count */
104         &asn_SPC_InterfaceID_X2_specs_1 /* Additional specs */
105 };
106