SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / RRCclass-LTE.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 "RRCclass-LTE.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_RRCclass_LTE_constr_1 CC_NOTUSED = {
16         { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  11 }   /* (0..11,...) */,
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_RRCclass_LTE_value2enum_1[] = {
22         { 0,    8,      "bCCH-BCH" },
23         { 1,    13,     "bCCH-BCH-MBMS" },
24         { 2,    11,     "bCCH-DL-SCH" },
25         { 3,    14,     "bCCH-DL-SCH-BR" },
26         { 4,    16,     "bCCH-DL-SCH-MBMS" },
27         { 5,    4,      "mCCH" },
28         { 6,    4,      "pCCH" },
29         { 7,    7,      "dL-CCCH" },
30         { 8,    7,      "dL-DCCH" },
31         { 9,    7,      "uL-CCCH" },
32         { 10,   7,      "uL-DCCH" },
33         { 11,   7,      "sC-MCCH" }
34         /* This list is extensible */
35 };
36 static const unsigned int asn_MAP_RRCclass_LTE_enum2value_1[] = {
37         0,      /* bCCH-BCH(0) */
38         1,      /* bCCH-BCH-MBMS(1) */
39         2,      /* bCCH-DL-SCH(2) */
40         3,      /* bCCH-DL-SCH-BR(3) */
41         4,      /* bCCH-DL-SCH-MBMS(4) */
42         7,      /* dL-CCCH(7) */
43         8,      /* dL-DCCH(8) */
44         5,      /* mCCH(5) */
45         6,      /* pCCH(6) */
46         11,     /* sC-MCCH(11) */
47         9,      /* uL-CCCH(9) */
48         10      /* uL-DCCH(10) */
49         /* This list is extensible */
50 };
51 const asn_INTEGER_specifics_t asn_SPC_RRCclass_LTE_specs_1 = {
52         asn_MAP_RRCclass_LTE_value2enum_1,      /* "tag" => N; sorted by tag */
53         asn_MAP_RRCclass_LTE_enum2value_1,      /* N => "tag"; sorted by N */
54         12,     /* Number of elements in the maps */
55         13,     /* Extensions before this member */
56         1,      /* Strict enumeration */
57         0,      /* Native long size */
58         0
59 };
60 static const ber_tlv_tag_t asn_DEF_RRCclass_LTE_tags_1[] = {
61         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
62 };
63 asn_TYPE_descriptor_t asn_DEF_RRCclass_LTE = {
64         "RRCclass-LTE",
65         "RRCclass-LTE",
66         &asn_OP_NativeEnumerated,
67         asn_DEF_RRCclass_LTE_tags_1,
68         sizeof(asn_DEF_RRCclass_LTE_tags_1)
69                 /sizeof(asn_DEF_RRCclass_LTE_tags_1[0]), /* 1 */
70         asn_DEF_RRCclass_LTE_tags_1,    /* Same as above */
71         sizeof(asn_DEF_RRCclass_LTE_tags_1)
72                 /sizeof(asn_DEF_RRCclass_LTE_tags_1[0]), /* 1 */
73         {
74 #if !defined(ASN_DISABLE_OER_SUPPORT)
75                 0,
76 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
77 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
78                 &asn_PER_type_RRCclass_LTE_constr_1,
79 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
80                 NativeEnumerated_constraint
81         },
82         0, 0,   /* Defined elsewhere */
83         &asn_SPC_RRCclass_LTE_specs_1   /* Additional specs */
84 };
85