ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_rc / lib / UEID-GNB-CU-CP-E1AP-ID-Item.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.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -pdu=auto -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #include "UEID-GNB-CU-CP-E1AP-ID-Item.h"
9
10 asn_TYPE_member_t asn_MBR_UEID_GNB_CU_CP_E1AP_ID_Item_1[] = {
11         { ATF_NOFLAGS, 0, offsetof(struct UEID_GNB_CU_CP_E1AP_ID_Item, gNB_CU_CP_UE_E1AP_ID),
12                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13                 -1,     /* IMPLICIT tag at current level */
14                 &asn_DEF_GNB_CU_CP_UE_E1AP_ID,
15                 0,
16                 { 0, 0, 0 },
17                 0, 0, /* No default value */
18                 "gNB-CU-CP-UE-E1AP-ID"
19                 },
20 };
21 static const ber_tlv_tag_t asn_DEF_UEID_GNB_CU_CP_E1AP_ID_Item_tags_1[] = {
22         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
23 };
24 static const asn_TYPE_tag2member_t asn_MAP_UEID_GNB_CU_CP_E1AP_ID_Item_tag2el_1[] = {
25     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* gNB-CU-CP-UE-E1AP-ID */
26 };
27 asn_SEQUENCE_specifics_t asn_SPC_UEID_GNB_CU_CP_E1AP_ID_Item_specs_1 = {
28         sizeof(struct UEID_GNB_CU_CP_E1AP_ID_Item),
29         offsetof(struct UEID_GNB_CU_CP_E1AP_ID_Item, _asn_ctx),
30         asn_MAP_UEID_GNB_CU_CP_E1AP_ID_Item_tag2el_1,
31         1,      /* Count of tags in the map */
32         0, 0, 0,        /* Optional elements (not needed) */
33         1,      /* First extension addition */
34 };
35 asn_TYPE_descriptor_t asn_DEF_UEID_GNB_CU_CP_E1AP_ID_Item = {
36         "UEID-GNB-CU-CP-E1AP-ID-Item",
37         "UEID-GNB-CU-CP-E1AP-ID-Item",
38         &asn_OP_SEQUENCE,
39         asn_DEF_UEID_GNB_CU_CP_E1AP_ID_Item_tags_1,
40         sizeof(asn_DEF_UEID_GNB_CU_CP_E1AP_ID_Item_tags_1)
41                 /sizeof(asn_DEF_UEID_GNB_CU_CP_E1AP_ID_Item_tags_1[0]), /* 1 */
42         asn_DEF_UEID_GNB_CU_CP_E1AP_ID_Item_tags_1,     /* Same as above */
43         sizeof(asn_DEF_UEID_GNB_CU_CP_E1AP_ID_Item_tags_1)
44                 /sizeof(asn_DEF_UEID_GNB_CU_CP_E1AP_ID_Item_tags_1[0]), /* 1 */
45         { 0, 0, SEQUENCE_constraint },
46         asn_MBR_UEID_GNB_CU_CP_E1AP_ID_Item_1,
47         1,      /* Elements count */
48         &asn_SPC_UEID_GNB_CU_CP_E1AP_ID_Item_specs_1    /* Additional specs */
49 };
50