SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / LogicalOR.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2SM-KPM-IEs"
4  *      found in "e2sm-kpm-v03.00.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 "LogicalOR.h"
9
10 /*
11  * This type is implemented using NativeEnumerated,
12  * so here we adjust the DEF accordingly.
13  */
14 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
15 asn_per_constraints_t asn_PER_type_LogicalOR_constr_1 CC_NOTUSED = {
16         { APC_CONSTRAINED | APC_EXTENSIBLE,  0,  0,  0,  0 }    /* (0..0,...) */,
17         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
18         0, 0    /* No PER value map */
19 };
20 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
21 static const asn_INTEGER_enum_map_t asn_MAP_LogicalOR_value2enum_1[] = {
22         { 0,    4,      "true" }
23         /* This list is extensible */
24 };
25 static const unsigned int asn_MAP_LogicalOR_enum2value_1[] = {
26         0       /* true(0) */
27         /* This list is extensible */
28 };
29 const asn_INTEGER_specifics_t asn_SPC_LogicalOR_specs_1 = {
30         asn_MAP_LogicalOR_value2enum_1, /* "tag" => N; sorted by tag */
31         asn_MAP_LogicalOR_enum2value_1, /* N => "tag"; sorted by N */
32         1,      /* Number of elements in the maps */
33         2,      /* Extensions before this member */
34         1,      /* Strict enumeration */
35         0,      /* Native long size */
36         0
37 };
38 static const ber_tlv_tag_t asn_DEF_LogicalOR_tags_1[] = {
39         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
40 };
41 asn_TYPE_descriptor_t asn_DEF_LogicalOR = {
42         "LogicalOR",
43         "LogicalOR",
44         &asn_OP_NativeEnumerated,
45         asn_DEF_LogicalOR_tags_1,
46         sizeof(asn_DEF_LogicalOR_tags_1)
47                 /sizeof(asn_DEF_LogicalOR_tags_1[0]), /* 1 */
48         asn_DEF_LogicalOR_tags_1,       /* Same as above */
49         sizeof(asn_DEF_LogicalOR_tags_1)
50                 /sizeof(asn_DEF_LogicalOR_tags_1[0]), /* 1 */
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                 &asn_PER_type_LogicalOR_constr_1,
57 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
58                 NativeEnumerated_constraint
59         },
60         0, 0,   /* Defined elsewhere */
61         &asn_SPC_LogicalOR_specs_1      /* Additional specs */
62 };
63