Change version after creation of r2 branch
[ric-plt/resource-status-manager.git] / RSM / asn1codec / e2ap_engine / OffsetOfNbiotChannelNumberToEARFCN.c
1 /*
2  *
3  * Copyright 2019 AT&T Intellectual Property
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *      http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  */
18
19
20 /*
21  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
22  * From ASN.1 module "X2AP-IEs"
23  *      found in "../../asnFiles/X2AP-IEs.asn"
24  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
25  */
26
27 #include "OffsetOfNbiotChannelNumberToEARFCN.h"
28
29 /*
30  * This type is implemented using NativeEnumerated,
31  * so here we adjust the DEF accordingly.
32  */
33 asn_per_constraints_t asn_PER_type_OffsetOfNbiotChannelNumberToEARFCN_constr_1 CC_NOTUSED = {
34         { APC_CONSTRAINED | APC_EXTENSIBLE,  5,  5,  0,  20 }   /* (0..20,...) */,
35         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
36         0, 0    /* No PER value map */
37 };
38 static const asn_INTEGER_enum_map_t asn_MAP_OffsetOfNbiotChannelNumberToEARFCN_value2enum_1[] = {
39         { 0,    8,      "minusTen" },
40         { 1,    9,      "minusNine" },
41         { 2,    10,     "minusEight" },
42         { 3,    10,     "minusSeven" },
43         { 4,    8,      "minusSix" },
44         { 5,    9,      "minusFive" },
45         { 6,    9,      "minusFour" },
46         { 7,    10,     "minusThree" },
47         { 8,    8,      "minusTwo" },
48         { 9,    8,      "minusOne" },
49         { 10,   16,     "minusZeroDotFive" },
50         { 11,   4,      "zero" },
51         { 12,   3,      "one" },
52         { 13,   3,      "two" },
53         { 14,   5,      "three" },
54         { 15,   4,      "four" },
55         { 16,   4,      "five" },
56         { 17,   3,      "six" },
57         { 18,   5,      "seven" },
58         { 19,   5,      "eight" },
59         { 20,   4,      "nine" }
60         /* This list is extensible */
61 };
62 static const unsigned int asn_MAP_OffsetOfNbiotChannelNumberToEARFCN_enum2value_1[] = {
63         19,     /* eight(19) */
64         16,     /* five(16) */
65         15,     /* four(15) */
66         2,      /* minusEight(2) */
67         5,      /* minusFive(5) */
68         6,      /* minusFour(6) */
69         1,      /* minusNine(1) */
70         9,      /* minusOne(9) */
71         3,      /* minusSeven(3) */
72         4,      /* minusSix(4) */
73         0,      /* minusTen(0) */
74         7,      /* minusThree(7) */
75         8,      /* minusTwo(8) */
76         10,     /* minusZeroDotFive(10) */
77         20,     /* nine(20) */
78         12,     /* one(12) */
79         18,     /* seven(18) */
80         17,     /* six(17) */
81         14,     /* three(14) */
82         13,     /* two(13) */
83         11      /* zero(11) */
84         /* This list is extensible */
85 };
86 const asn_INTEGER_specifics_t asn_SPC_OffsetOfNbiotChannelNumberToEARFCN_specs_1 = {
87         asn_MAP_OffsetOfNbiotChannelNumberToEARFCN_value2enum_1,        /* "tag" => N; sorted by tag */
88         asn_MAP_OffsetOfNbiotChannelNumberToEARFCN_enum2value_1,        /* N => "tag"; sorted by N */
89         21,     /* Number of elements in the maps */
90         22,     /* Extensions before this member */
91         1,      /* Strict enumeration */
92         0,      /* Native long size */
93         0
94 };
95 static const ber_tlv_tag_t asn_DEF_OffsetOfNbiotChannelNumberToEARFCN_tags_1[] = {
96         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
97 };
98 asn_TYPE_descriptor_t asn_DEF_OffsetOfNbiotChannelNumberToEARFCN = {
99         "OffsetOfNbiotChannelNumberToEARFCN",
100         "OffsetOfNbiotChannelNumberToEARFCN",
101         &asn_OP_NativeEnumerated,
102         asn_DEF_OffsetOfNbiotChannelNumberToEARFCN_tags_1,
103         sizeof(asn_DEF_OffsetOfNbiotChannelNumberToEARFCN_tags_1)
104                 /sizeof(asn_DEF_OffsetOfNbiotChannelNumberToEARFCN_tags_1[0]), /* 1 */
105         asn_DEF_OffsetOfNbiotChannelNumberToEARFCN_tags_1,      /* Same as above */
106         sizeof(asn_DEF_OffsetOfNbiotChannelNumberToEARFCN_tags_1)
107                 /sizeof(asn_DEF_OffsetOfNbiotChannelNumberToEARFCN_tags_1[0]), /* 1 */
108         { 0, &asn_PER_type_OffsetOfNbiotChannelNumberToEARFCN_constr_1, NativeEnumerated_constraint },
109         0, 0,   /* Defined elsewhere */
110         &asn_SPC_OffsetOfNbiotChannelNumberToEARFCN_specs_1     /* Additional specs */
111 };
112