SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / UEID-ENB.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-v03.01.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -no-gen-example -no-gen-OER -D /tmp/workspace/oransim-gerrit/e2sim/asn1c/`
6  */
7
8 #include "UEID-ENB.h"
9
10 #include "E2SM-COMMON-IEs_GlobalENB-ID.h"
11 asn_TYPE_member_t asn_MBR_UEID_ENB_1[] = {
12         { ATF_NOFLAGS, 0, offsetof(struct UEID_ENB, mME_UE_S1AP_ID),
13                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
14                 -1,     /* IMPLICIT tag at current level */
15                 &asn_DEF_MME_UE_S1AP_ID,
16                 0,
17                 {
18 #if !defined(ASN_DISABLE_OER_SUPPORT)
19                         0,
20 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
21 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
22                         0,
23 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
24                         0
25                 },
26                 0, 0, /* No default value */
27                 "mME-UE-S1AP-ID"
28                 },
29         { ATF_NOFLAGS, 0, offsetof(struct UEID_ENB, gUMMEI),
30                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
31                 -1,     /* IMPLICIT tag at current level */
32                 &asn_DEF_GUMMEI,
33                 0,
34                 {
35 #if !defined(ASN_DISABLE_OER_SUPPORT)
36                         0,
37 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
38 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
39                         0,
40 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
41                         0
42                 },
43                 0, 0, /* No default value */
44                 "gUMMEI"
45                 },
46         { ATF_POINTER, 3, offsetof(struct UEID_ENB, m_eNB_UE_X2AP_ID),
47                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
48                 -1,     /* IMPLICIT tag at current level */
49                 &asn_DEF_ENB_UE_X2AP_ID,
50                 0,
51                 {
52 #if !defined(ASN_DISABLE_OER_SUPPORT)
53                         0,
54 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
55 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
56                         0,
57 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
58                         0
59                 },
60                 0, 0, /* No default value */
61                 "m-eNB-UE-X2AP-ID"
62                 },
63         { ATF_POINTER, 2, offsetof(struct UEID_ENB, m_eNB_UE_X2AP_ID_Extension),
64                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
65                 -1,     /* IMPLICIT tag at current level */
66                 &asn_DEF_ENB_UE_X2AP_ID_Extension,
67                 0,
68                 {
69 #if !defined(ASN_DISABLE_OER_SUPPORT)
70                         0,
71 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
72 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
73                         0,
74 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
75                         0
76                 },
77                 0, 0, /* No default value */
78                 "m-eNB-UE-X2AP-ID-Extension"
79                 },
80         { ATF_POINTER, 1, offsetof(struct UEID_ENB, globalENB_ID),
81                 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
82                 -1,     /* IMPLICIT tag at current level */
83                 &asn_DEF_E2SM_COMMON_IEs_GlobalENB_ID,
84                 0,
85                 {
86 #if !defined(ASN_DISABLE_OER_SUPPORT)
87                         0,
88 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
89 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
90                         0,
91 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
92                         0
93                 },
94                 0, 0, /* No default value */
95                 "globalENB-ID"
96                 },
97 };
98 static const int asn_MAP_UEID_ENB_oms_1[] = { 2, 3, 4 };
99 static const ber_tlv_tag_t asn_DEF_UEID_ENB_tags_1[] = {
100         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
101 };
102 static const asn_TYPE_tag2member_t asn_MAP_UEID_ENB_tag2el_1[] = {
103     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* mME-UE-S1AP-ID */
104     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* gUMMEI */
105     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* m-eNB-UE-X2AP-ID */
106     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* m-eNB-UE-X2AP-ID-Extension */
107     { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* globalENB-ID */
108 };
109 asn_SEQUENCE_specifics_t asn_SPC_UEID_ENB_specs_1 = {
110         sizeof(struct UEID_ENB),
111         offsetof(struct UEID_ENB, _asn_ctx),
112         asn_MAP_UEID_ENB_tag2el_1,
113         5,      /* Count of tags in the map */
114         asn_MAP_UEID_ENB_oms_1, /* Optional members */
115         3, 0,   /* Root/Additions */
116         5,      /* First extension addition */
117 };
118 asn_TYPE_descriptor_t asn_DEF_UEID_ENB = {
119         "UEID-ENB",
120         "UEID-ENB",
121         &asn_OP_SEQUENCE,
122         asn_DEF_UEID_ENB_tags_1,
123         sizeof(asn_DEF_UEID_ENB_tags_1)
124                 /sizeof(asn_DEF_UEID_ENB_tags_1[0]), /* 1 */
125         asn_DEF_UEID_ENB_tags_1,        /* Same as above */
126         sizeof(asn_DEF_UEID_ENB_tags_1)
127                 /sizeof(asn_DEF_UEID_ENB_tags_1[0]), /* 1 */
128         {
129 #if !defined(ASN_DISABLE_OER_SUPPORT)
130                 0,
131 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
132 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
133                 0,
134 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
135                 SEQUENCE_constraint
136         },
137         asn_MBR_UEID_ENB_1,
138         5,      /* Elements count */
139         &asn_SPC_UEID_ENB_specs_1       /* Additional specs */
140 };
141