Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / RNTP-Threshold.c
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #include "RNTP-Threshold.h"\r
9 \r
10 /*\r
11  * This type is implemented using NativeEnumerated,\r
12  * so here we adjust the DEF accordingly.\r
13  */\r
14 asn_per_constraints_t asn_PER_type_RNTP_Threshold_constr_1 CC_NOTUSED = {\r
15         { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  15 }   /* (0..15,...) */,\r
16         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },\r
17         0, 0    /* No PER value map */\r
18 };\r
19 static const asn_INTEGER_enum_map_t asn_MAP_RNTP_Threshold_value2enum_1[] = {\r
20         { 0,    13,     "minusInfinity" },\r
21         { 1,    11,     "minusEleven" },\r
22         { 2,    8,      "minusTen" },\r
23         { 3,    9,      "minusNine" },\r
24         { 4,    10,     "minusEight" },\r
25         { 5,    10,     "minusSeven" },\r
26         { 6,    8,      "minusSix" },\r
27         { 7,    9,      "minusFive" },\r
28         { 8,    9,      "minusFour" },\r
29         { 9,    10,     "minusThree" },\r
30         { 10,   8,      "minusTwo" },\r
31         { 11,   8,      "minusOne" },\r
32         { 12,   4,      "zero" },\r
33         { 13,   3,      "one" },\r
34         { 14,   3,      "two" },\r
35         { 15,   5,      "three" }\r
36         /* This list is extensible */\r
37 };\r
38 static const unsigned int asn_MAP_RNTP_Threshold_enum2value_1[] = {\r
39         4,      /* minusEight(4) */\r
40         1,      /* minusEleven(1) */\r
41         7,      /* minusFive(7) */\r
42         8,      /* minusFour(8) */\r
43         0,      /* minusInfinity(0) */\r
44         3,      /* minusNine(3) */\r
45         11,     /* minusOne(11) */\r
46         5,      /* minusSeven(5) */\r
47         6,      /* minusSix(6) */\r
48         2,      /* minusTen(2) */\r
49         9,      /* minusThree(9) */\r
50         10,     /* minusTwo(10) */\r
51         13,     /* one(13) */\r
52         15,     /* three(15) */\r
53         14,     /* two(14) */\r
54         12      /* zero(12) */\r
55         /* This list is extensible */\r
56 };\r
57 const asn_INTEGER_specifics_t asn_SPC_RNTP_Threshold_specs_1 = {\r
58         asn_MAP_RNTP_Threshold_value2enum_1,    /* "tag" => N; sorted by tag */\r
59         asn_MAP_RNTP_Threshold_enum2value_1,    /* N => "tag"; sorted by N */\r
60         16,     /* Number of elements in the maps */\r
61         17,     /* Extensions before this member */\r
62         1,      /* Strict enumeration */\r
63         0,      /* Native long size */\r
64         0\r
65 };\r
66 static const ber_tlv_tag_t asn_DEF_RNTP_Threshold_tags_1[] = {\r
67         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))\r
68 };\r
69 asn_TYPE_descriptor_t asn_DEF_RNTP_Threshold = {\r
70         "RNTP-Threshold",\r
71         "RNTP-Threshold",\r
72         &asn_OP_NativeEnumerated,\r
73         asn_DEF_RNTP_Threshold_tags_1,\r
74         sizeof(asn_DEF_RNTP_Threshold_tags_1)\r
75                 /sizeof(asn_DEF_RNTP_Threshold_tags_1[0]), /* 1 */\r
76         asn_DEF_RNTP_Threshold_tags_1,  /* Same as above */\r
77         sizeof(asn_DEF_RNTP_Threshold_tags_1)\r
78                 /sizeof(asn_DEF_RNTP_Threshold_tags_1[0]), /* 1 */\r
79         { 0, &asn_PER_type_RNTP_Threshold_constr_1, NativeEnumerated_constraint },\r
80         0, 0,   /* Defined elsewhere */\r
81         &asn_SPC_RNTP_Threshold_specs_1 /* Additional specs */\r
82 };\r
83 \r