ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / e2sm_kpm / lib / 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-COMMON-IEs.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
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 asn_per_constraints_t asn_PER_type_RRCclass_LTE_constr_1 CC_NOTUSED = {
15         { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  11 }   /* (0..11,...) */,
16         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
17         0, 0    /* No PER value map */
18 };
19 static const asn_INTEGER_enum_map_t asn_MAP_RRCclass_LTE_value2enum_1[] = {
20         { 0,    8,      "bCCH-BCH" },
21         { 1,    13,     "bCCH-BCH-MBMS" },
22         { 2,    11,     "bCCH-DL-SCH" },
23         { 3,    14,     "bCCH-DL-SCH-BR" },
24         { 4,    16,     "bCCH-DL-SCH-MBMS" },
25         { 5,    4,      "mCCH" },
26         { 6,    4,      "pCCH" },
27         { 7,    7,      "dL-CCCH" },
28         { 8,    7,      "dL-DCCH" },
29         { 9,    7,      "uL-CCCH" },
30         { 10,   7,      "uL-DCCH" },
31         { 11,   7,      "sC-MCCH" }
32         /* This list is extensible */
33 };
34 static const unsigned int asn_MAP_RRCclass_LTE_enum2value_1[] = {
35         0,      /* bCCH-BCH(0) */
36         1,      /* bCCH-BCH-MBMS(1) */
37         2,      /* bCCH-DL-SCH(2) */
38         3,      /* bCCH-DL-SCH-BR(3) */
39         4,      /* bCCH-DL-SCH-MBMS(4) */
40         7,      /* dL-CCCH(7) */
41         8,      /* dL-DCCH(8) */
42         5,      /* mCCH(5) */
43         6,      /* pCCH(6) */
44         11,     /* sC-MCCH(11) */
45         9,      /* uL-CCCH(9) */
46         10      /* uL-DCCH(10) */
47         /* This list is extensible */
48 };
49 const asn_INTEGER_specifics_t asn_SPC_RRCclass_LTE_specs_1 = {
50         asn_MAP_RRCclass_LTE_value2enum_1,      /* "tag" => N; sorted by tag */
51         asn_MAP_RRCclass_LTE_enum2value_1,      /* N => "tag"; sorted by N */
52         12,     /* Number of elements in the maps */
53         13,     /* Extensions before this member */
54         1,      /* Strict enumeration */
55         0,      /* Native long size */
56         0
57 };
58 static const ber_tlv_tag_t asn_DEF_RRCclass_LTE_tags_1[] = {
59         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
60 };
61 asn_TYPE_descriptor_t asn_DEF_RRCclass_LTE = {
62         "RRCclass-LTE",
63         "RRCclass-LTE",
64         &asn_OP_NativeEnumerated,
65         asn_DEF_RRCclass_LTE_tags_1,
66         sizeof(asn_DEF_RRCclass_LTE_tags_1)
67                 /sizeof(asn_DEF_RRCclass_LTE_tags_1[0]), /* 1 */
68         asn_DEF_RRCclass_LTE_tags_1,    /* Same as above */
69         sizeof(asn_DEF_RRCclass_LTE_tags_1)
70                 /sizeof(asn_DEF_RRCclass_LTE_tags_1[0]), /* 1 */
71         { 0, &asn_PER_type_RRCclass_LTE_constr_1, NativeEnumerated_constraint },
72         0, 0,   /* Defined elsewhere */
73         &asn_SPC_RRCclass_LTE_specs_1   /* Additional specs */
74 };
75