Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / CauseRIC.c
diff --git a/asn1c_defs/all-defs/CauseRIC.c b/asn1c_defs/all-defs/CauseRIC.c
new file mode 100755 (executable)
index 0000000..da3c3eb
--- /dev/null
@@ -0,0 +1,77 @@
+/*\r
+ * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
+ * From ASN.1 module "E2AP-IEs"\r
+ *     found in "../../asn_defs/asn1/e2ap-v031.asn"\r
+ *     `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
+ */\r
+\r
+#include "CauseRIC.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_CauseRIC_constr_1 CC_NOTUSED = {\r
+       { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  12 }   /* (0..12,...) */,\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_CauseRIC_value2enum_1[] = {\r
+       { 0,    19,     "function-id-Invalid" },\r
+       { 1,    20,     "action-not-supported" },\r
+       { 2,    17,     "excessive-actions" },\r
+       { 3,    16,     "duplicate-action" },\r
+       { 4,    15,     "duplicate-event" },\r
+       { 5,    23,     "function-resource-limit" },\r
+       { 6,    18,     "request-id-unknown" },\r
+       { 7,    46,     "inconsistent-action-subsequent-action-sequence" },\r
+       { 8,    23,     "control-message-invalid" },\r
+       { 9,    23,     "call-process-id-invalid" },\r
+       { 10,   21,     "function-not-required" },\r
+       { 11,   19,     "excessive-functions" },\r
+       { 12,   18,     "ric-resource-limit" }\r
+       /* This list is extensible */\r
+};\r
+static const unsigned int asn_MAP_CauseRIC_enum2value_1[] = {\r
+       1,      /* action-not-supported(1) */\r
+       9,      /* call-process-id-invalid(9) */\r
+       8,      /* control-message-invalid(8) */\r
+       3,      /* duplicate-action(3) */\r
+       4,      /* duplicate-event(4) */\r
+       2,      /* excessive-actions(2) */\r
+       11,     /* excessive-functions(11) */\r
+       0,      /* function-id-Invalid(0) */\r
+       10,     /* function-not-required(10) */\r
+       5,      /* function-resource-limit(5) */\r
+       7,      /* inconsistent-action-subsequent-action-sequence(7) */\r
+       6,      /* request-id-unknown(6) */\r
+       12      /* ric-resource-limit(12) */\r
+       /* This list is extensible */\r
+};\r
+const asn_INTEGER_specifics_t asn_SPC_CauseRIC_specs_1 = {\r
+       asn_MAP_CauseRIC_value2enum_1,  /* "tag" => N; sorted by tag */\r
+       asn_MAP_CauseRIC_enum2value_1,  /* N => "tag"; sorted by N */\r
+       13,     /* Number of elements in the maps */\r
+       14,     /* 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_CauseRIC_tags_1[] = {\r
+       (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))\r
+};\r
+asn_TYPE_descriptor_t asn_DEF_CauseRIC = {\r
+       "CauseRIC",\r
+       "CauseRIC",\r
+       &asn_OP_NativeEnumerated,\r
+       asn_DEF_CauseRIC_tags_1,\r
+       sizeof(asn_DEF_CauseRIC_tags_1)\r
+               /sizeof(asn_DEF_CauseRIC_tags_1[0]), /* 1 */\r
+       asn_DEF_CauseRIC_tags_1,        /* Same as above */\r
+       sizeof(asn_DEF_CauseRIC_tags_1)\r
+               /sizeof(asn_DEF_CauseRIC_tags_1[0]), /* 1 */\r
+       { 0, &asn_PER_type_CauseRIC_constr_1, NativeEnumerated_constraint },\r
+       0, 0,   /* Defined elsewhere */\r
+       &asn_SPC_CauseRIC_specs_1       /* Additional specs */\r
+};\r
+\r