3b74ae0f443f018db1b7f1163ef44aa4475c284d
[ric-plt/submgr.git] / e2ap / lib / Transmission-Bandwidth.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "X2AP-15-4-0.asn1"
5  *      `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
6  */
7
8 #include "Transmission-Bandwidth.h"
9
10 /*
11  * This type is implemented using NativeEnumerated,
12  * so here we adjust the DEF accordingly.
13  */
14 static asn_oer_constraints_t asn_OER_type_Transmission_Bandwidth_constr_1 CC_NOTUSED = {
15         { 0, 0 },
16         -1};
17 asn_per_constraints_t asn_PER_type_Transmission_Bandwidth_constr_1 CC_NOTUSED = {
18         { APC_CONSTRAINED | APC_EXTENSIBLE,  3,  3,  0,  5 }    /* (0..5,...) */,
19         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
20         0, 0    /* No PER value map */
21 };
22 static const asn_INTEGER_enum_map_t asn_MAP_Transmission_Bandwidth_value2enum_1[] = {
23         { 0,    3,      "bw6" },
24         { 1,    4,      "bw15" },
25         { 2,    4,      "bw25" },
26         { 3,    4,      "bw50" },
27         { 4,    4,      "bw75" },
28         { 5,    5,      "bw100" },
29         { 6,    3,      "bw1" }
30         /* This list is extensible */
31 };
32 static const unsigned int asn_MAP_Transmission_Bandwidth_enum2value_1[] = {
33         6,      /* bw1(6) */
34         5,      /* bw100(5) */
35         1,      /* bw15(1) */
36         2,      /* bw25(2) */
37         3,      /* bw50(3) */
38         0,      /* bw6(0) */
39         4       /* bw75(4) */
40         /* This list is extensible */
41 };
42 const asn_INTEGER_specifics_t asn_SPC_Transmission_Bandwidth_specs_1 = {
43         asn_MAP_Transmission_Bandwidth_value2enum_1,    /* "tag" => N; sorted by tag */
44         asn_MAP_Transmission_Bandwidth_enum2value_1,    /* N => "tag"; sorted by N */
45         7,      /* Number of elements in the maps */
46         7,      /* Extensions before this member */
47         1,      /* Strict enumeration */
48         0,      /* Native long size */
49         0
50 };
51 static const ber_tlv_tag_t asn_DEF_Transmission_Bandwidth_tags_1[] = {
52         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
53 };
54 asn_TYPE_descriptor_t asn_DEF_Transmission_Bandwidth = {
55         "Transmission-Bandwidth",
56         "Transmission-Bandwidth",
57         &asn_OP_NativeEnumerated,
58         asn_DEF_Transmission_Bandwidth_tags_1,
59         sizeof(asn_DEF_Transmission_Bandwidth_tags_1)
60                 /sizeof(asn_DEF_Transmission_Bandwidth_tags_1[0]), /* 1 */
61         asn_DEF_Transmission_Bandwidth_tags_1,  /* Same as above */
62         sizeof(asn_DEF_Transmission_Bandwidth_tags_1)
63                 /sizeof(asn_DEF_Transmission_Bandwidth_tags_1[0]), /* 1 */
64         { &asn_OER_type_Transmission_Bandwidth_constr_1, &asn_PER_type_Transmission_Bandwidth_constr_1, NativeEnumerated_constraint },
65         0, 0,   /* Defined elsewhere */
66         &asn_SPC_Transmission_Bandwidth_specs_1 /* Additional specs */
67 };
68