Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / ReportAmountMDT.c
diff --git a/asn1c_defs/all-defs/ReportAmountMDT.c b/asn1c_defs/all-defs/ReportAmountMDT.c
new file mode 100755 (executable)
index 0000000..7745d88
--- /dev/null
@@ -0,0 +1,65 @@
+/*\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 "ReportAmountMDT.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_ReportAmountMDT_constr_1 CC_NOTUSED = {\r
+       { APC_CONSTRAINED,       3,  3,  0,  7 }        /* (0..7) */,\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_ReportAmountMDT_value2enum_1[] = {\r
+       { 0,    2,      "r1" },\r
+       { 1,    2,      "r2" },\r
+       { 2,    2,      "r4" },\r
+       { 3,    2,      "r8" },\r
+       { 4,    3,      "r16" },\r
+       { 5,    3,      "r32" },\r
+       { 6,    3,      "r64" },\r
+       { 7,    9,      "rinfinity" }\r
+};\r
+static const unsigned int asn_MAP_ReportAmountMDT_enum2value_1[] = {\r
+       0,      /* r1(0) */\r
+       4,      /* r16(4) */\r
+       1,      /* r2(1) */\r
+       5,      /* r32(5) */\r
+       2,      /* r4(2) */\r
+       6,      /* r64(6) */\r
+       3,      /* r8(3) */\r
+       7       /* rinfinity(7) */\r
+};\r
+const asn_INTEGER_specifics_t asn_SPC_ReportAmountMDT_specs_1 = {\r
+       asn_MAP_ReportAmountMDT_value2enum_1,   /* "tag" => N; sorted by tag */\r
+       asn_MAP_ReportAmountMDT_enum2value_1,   /* N => "tag"; sorted by N */\r
+       8,      /* Number of elements in the maps */\r
+       0,      /* Enumeration is not extensible */\r
+       1,      /* Strict enumeration */\r
+       0,      /* Native long size */\r
+       0\r
+};\r
+static const ber_tlv_tag_t asn_DEF_ReportAmountMDT_tags_1[] = {\r
+       (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))\r
+};\r
+asn_TYPE_descriptor_t asn_DEF_ReportAmountMDT = {\r
+       "ReportAmountMDT",\r
+       "ReportAmountMDT",\r
+       &asn_OP_NativeEnumerated,\r
+       asn_DEF_ReportAmountMDT_tags_1,\r
+       sizeof(asn_DEF_ReportAmountMDT_tags_1)\r
+               /sizeof(asn_DEF_ReportAmountMDT_tags_1[0]), /* 1 */\r
+       asn_DEF_ReportAmountMDT_tags_1, /* Same as above */\r
+       sizeof(asn_DEF_ReportAmountMDT_tags_1)\r
+               /sizeof(asn_DEF_ReportAmountMDT_tags_1[0]), /* 1 */\r
+       { 0, &asn_PER_type_ReportAmountMDT_constr_1, NativeEnumerated_constraint },\r
+       0, 0,   /* Defined elsewhere */\r
+       &asn_SPC_ReportAmountMDT_specs_1        /* Additional specs */\r
+};\r
+\r