SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / UEID-GNB-CU-CP-E1AP-ID-List.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-E1AP-ID-List.h"
9
10 #include "UEID-GNB-CU-CP-E1AP-ID-Item.h"
11 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
12 asn_per_constraints_t asn_PER_type_UEID_GNB_CU_CP_E1AP_ID_List_constr_1 CC_NOTUSED = {
13         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
14         { APC_CONSTRAINED,       16,  16,  1,  65535 }  /* (SIZE(1..65535)) */,
15         0, 0    /* No PER value map */
16 };
17 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
18 asn_TYPE_member_t asn_MBR_UEID_GNB_CU_CP_E1AP_ID_List_1[] = {
19         { ATF_POINTER, 0, 0,
20                 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)),
21                 0,
22                 &asn_DEF_UEID_GNB_CU_CP_E1AP_ID_Item,
23                 0,
24                 {
25 #if !defined(ASN_DISABLE_OER_SUPPORT)
26                         0,
27 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
28 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
29                         0,
30 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
31                         0
32                 },
33                 0, 0, /* No default value */
34                 ""
35                 },
36 };
37 static const ber_tlv_tag_t asn_DEF_UEID_GNB_CU_CP_E1AP_ID_List_tags_1[] = {
38         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
39 };
40 asn_SET_OF_specifics_t asn_SPC_UEID_GNB_CU_CP_E1AP_ID_List_specs_1 = {
41         sizeof(struct UEID_GNB_CU_CP_E1AP_ID_List),
42         offsetof(struct UEID_GNB_CU_CP_E1AP_ID_List, _asn_ctx),
43         0,      /* XER encoding is XMLDelimitedItemList */
44 };
45 asn_TYPE_descriptor_t asn_DEF_UEID_GNB_CU_CP_E1AP_ID_List = {
46         "UEID-GNB-CU-CP-E1AP-ID-List",
47         "UEID-GNB-CU-CP-E1AP-ID-List",
48         &asn_OP_SEQUENCE_OF,
49         asn_DEF_UEID_GNB_CU_CP_E1AP_ID_List_tags_1,
50         sizeof(asn_DEF_UEID_GNB_CU_CP_E1AP_ID_List_tags_1)
51                 /sizeof(asn_DEF_UEID_GNB_CU_CP_E1AP_ID_List_tags_1[0]), /* 1 */
52         asn_DEF_UEID_GNB_CU_CP_E1AP_ID_List_tags_1,     /* Same as above */
53         sizeof(asn_DEF_UEID_GNB_CU_CP_E1AP_ID_List_tags_1)
54                 /sizeof(asn_DEF_UEID_GNB_CU_CP_E1AP_ID_List_tags_1[0]), /* 1 */
55         {
56 #if !defined(ASN_DISABLE_OER_SUPPORT)
57                 0,
58 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
59 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
60                 &asn_PER_type_UEID_GNB_CU_CP_E1AP_ID_List_constr_1,
61 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
62                 SEQUENCE_OF_constraint
63         },
64         asn_MBR_UEID_GNB_CU_CP_E1AP_ID_List_1,
65         1,      /* Single element */
66         &asn_SPC_UEID_GNB_CU_CP_E1AP_ID_List_specs_1    /* Additional specs */
67 };
68