Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / RNTP-Threshold.c
diff --git a/asn1c_defs/all-defs/RNTP-Threshold.c b/asn1c_defs/all-defs/RNTP-Threshold.c
new file mode 100755 (executable)
index 0000000..d03d36b
--- /dev/null
@@ -0,0 +1,83 @@
+/*\r
+ * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
+ * From ASN.1 module "X2AP-IEs"\r
+ *     found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
+ *     `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
+ */\r
+\r
+#include "RNTP-Threshold.h"\r
+\r
+/*\r
+ * This type is implemented using NativeEnumerated,\r
+ * so here we adjust the DEF accordingly.\r
+ */\r
+asn_per_constraints_t asn_PER_type_RNTP_Threshold_constr_1 CC_NOTUSED = {\r
+       { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  15 }   /* (0..15,...) */,\r
+       { APC_UNCONSTRAINED,    -1, -1,  0,  0 },\r
+       0, 0    /* No PER value map */\r
+};\r
+static const asn_INTEGER_enum_map_t asn_MAP_RNTP_Threshold_value2enum_1[] = {\r
+       { 0,    13,     "minusInfinity" },\r
+       { 1,    11,     "minusEleven" },\r
+       { 2,    8,      "minusTen" },\r
+       { 3,    9,      "minusNine" },\r
+       { 4,    10,     "minusEight" },\r
+       { 5,    10,     "minusSeven" },\r
+       { 6,    8,      "minusSix" },\r
+       { 7,    9,      "minusFive" },\r
+       { 8,    9,      "minusFour" },\r
+       { 9,    10,     "minusThree" },\r
+       { 10,   8,      "minusTwo" },\r
+       { 11,   8,      "minusOne" },\r
+       { 12,   4,      "zero" },\r
+       { 13,   3,      "one" },\r
+       { 14,   3,      "two" },\r
+       { 15,   5,      "three" }\r
+       /* This list is extensible */\r
+};\r
+static const unsigned int asn_MAP_RNTP_Threshold_enum2value_1[] = {\r
+       4,      /* minusEight(4) */\r
+       1,      /* minusEleven(1) */\r
+       7,      /* minusFive(7) */\r
+       8,      /* minusFour(8) */\r
+       0,      /* minusInfinity(0) */\r
+       3,      /* minusNine(3) */\r
+       11,     /* minusOne(11) */\r
+       5,      /* minusSeven(5) */\r
+       6,      /* minusSix(6) */\r
+       2,      /* minusTen(2) */\r
+       9,      /* minusThree(9) */\r
+       10,     /* minusTwo(10) */\r
+       13,     /* one(13) */\r
+       15,     /* three(15) */\r
+       14,     /* two(14) */\r
+       12      /* zero(12) */\r
+       /* This list is extensible */\r
+};\r
+const asn_INTEGER_specifics_t asn_SPC_RNTP_Threshold_specs_1 = {\r
+       asn_MAP_RNTP_Threshold_value2enum_1,    /* "tag" => N; sorted by tag */\r
+       asn_MAP_RNTP_Threshold_enum2value_1,    /* N => "tag"; sorted by N */\r
+       16,     /* Number of elements in the maps */\r
+       17,     /* Extensions before this member */\r
+       1,      /* Strict enumeration */\r
+       0,      /* Native long size */\r
+       0\r
+};\r
+static const ber_tlv_tag_t asn_DEF_RNTP_Threshold_tags_1[] = {\r
+       (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))\r
+};\r
+asn_TYPE_descriptor_t asn_DEF_RNTP_Threshold = {\r
+       "RNTP-Threshold",\r
+       "RNTP-Threshold",\r
+       &asn_OP_NativeEnumerated,\r
+       asn_DEF_RNTP_Threshold_tags_1,\r
+       sizeof(asn_DEF_RNTP_Threshold_tags_1)\r
+               /sizeof(asn_DEF_RNTP_Threshold_tags_1[0]), /* 1 */\r
+       asn_DEF_RNTP_Threshold_tags_1,  /* Same as above */\r
+       sizeof(asn_DEF_RNTP_Threshold_tags_1)\r
+               /sizeof(asn_DEF_RNTP_Threshold_tags_1[0]), /* 1 */\r
+       { 0, &asn_PER_type_RNTP_Threshold_constr_1, NativeEnumerated_constraint },\r
+       0, 0,   /* Defined elsewhere */\r
+       &asn_SPC_RNTP_Threshold_specs_1 /* Additional specs */\r
+};\r
+\r