SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / UEID-GNB-CU-CP-F1AP-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-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-GNB-CU-CP-F1AP-ID-Item.h"
9
10 asn_TYPE_member_t asn_MBR_UEID_GNB_CU_CP_F1AP_ID_Item_1[] = {
11         { ATF_NOFLAGS, 0, offsetof(struct UEID_GNB_CU_CP_F1AP_ID_Item, gNB_CU_UE_F1AP_ID),
12                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
13                 -1,     /* IMPLICIT tag at current level */
14                 &asn_DEF_GNB_CU_UE_F1AP_ID,
15                 0,
16                 {
17 #if !defined(ASN_DISABLE_OER_SUPPORT)
18                         0,
19 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
20 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
21                         0,
22 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
23                         0
24                 },
25                 0, 0, /* No default value */
26                 "gNB-CU-UE-F1AP-ID"
27                 },
28 };
29 static const ber_tlv_tag_t asn_DEF_UEID_GNB_CU_CP_F1AP_ID_Item_tags_1[] = {
30         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
31 };
32 static const asn_TYPE_tag2member_t asn_MAP_UEID_GNB_CU_CP_F1AP_ID_Item_tag2el_1[] = {
33     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* gNB-CU-UE-F1AP-ID */
34 };
35 asn_SEQUENCE_specifics_t asn_SPC_UEID_GNB_CU_CP_F1AP_ID_Item_specs_1 = {
36         sizeof(struct UEID_GNB_CU_CP_F1AP_ID_Item),
37         offsetof(struct UEID_GNB_CU_CP_F1AP_ID_Item, _asn_ctx),
38         asn_MAP_UEID_GNB_CU_CP_F1AP_ID_Item_tag2el_1,
39         1,      /* Count of tags in the map */
40         0, 0, 0,        /* Optional elements (not needed) */
41         1,      /* First extension addition */
42 };
43 asn_TYPE_descriptor_t asn_DEF_UEID_GNB_CU_CP_F1AP_ID_Item = {
44         "UEID-GNB-CU-CP-F1AP-ID-Item",
45         "UEID-GNB-CU-CP-F1AP-ID-Item",
46         &asn_OP_SEQUENCE,
47         asn_DEF_UEID_GNB_CU_CP_F1AP_ID_Item_tags_1,
48         sizeof(asn_DEF_UEID_GNB_CU_CP_F1AP_ID_Item_tags_1)
49                 /sizeof(asn_DEF_UEID_GNB_CU_CP_F1AP_ID_Item_tags_1[0]), /* 1 */
50         asn_DEF_UEID_GNB_CU_CP_F1AP_ID_Item_tags_1,     /* Same as above */
51         sizeof(asn_DEF_UEID_GNB_CU_CP_F1AP_ID_Item_tags_1)
52                 /sizeof(asn_DEF_UEID_GNB_CU_CP_F1AP_ID_Item_tags_1[0]), /* 1 */
53         {
54 #if !defined(ASN_DISABLE_OER_SUPPORT)
55                 0,
56 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
57 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
58                 0,
59 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
60                 SEQUENCE_constraint
61         },
62         asn_MBR_UEID_GNB_CU_CP_F1AP_ID_Item_1,
63         1,      /* Elements count */
64         &asn_SPC_UEID_GNB_CU_CP_F1AP_ID_Item_specs_1    /* Additional specs */
65 };
66