Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / RICtimeToWait.c
diff --git a/asn1c_defs/all-defs/RICtimeToWait.c b/asn1c_defs/all-defs/RICtimeToWait.c
new file mode 100755 (executable)
index 0000000..8291ecb
--- /dev/null
@@ -0,0 +1,87 @@
+/*\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 "RICtimeToWait.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_RICtimeToWait_constr_1 CC_NOTUSED = {\r
+       { APC_CONSTRAINED | APC_EXTENSIBLE,  5,  5,  0,  17 }   /* (0..17,...) */,\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_RICtimeToWait_value2enum_1[] = {\r
+       { 0,    4,      "zero" },\r
+       { 1,    4,      "w1ms" },\r
+       { 2,    4,      "w2ms" },\r
+       { 3,    4,      "w5ms" },\r
+       { 4,    5,      "w10ms" },\r
+       { 5,    5,      "w20ms" },\r
+       { 6,    5,      "w30ms" },\r
+       { 7,    5,      "w40ms" },\r
+       { 8,    5,      "w50ms" },\r
+       { 9,    6,      "w100ms" },\r
+       { 10,   6,      "w200ms" },\r
+       { 11,   6,      "w500ms" },\r
+       { 12,   3,      "w1s" },\r
+       { 13,   3,      "w2s" },\r
+       { 14,   3,      "w5s" },\r
+       { 15,   4,      "w10s" },\r
+       { 16,   4,      "w20s" },\r
+       { 17,   4,      "w60s" }\r
+       /* This list is extensible */\r
+};\r
+static const unsigned int asn_MAP_RICtimeToWait_enum2value_1[] = {\r
+       9,      /* w100ms(9) */\r
+       4,      /* w10ms(4) */\r
+       15,     /* w10s(15) */\r
+       1,      /* w1ms(1) */\r
+       12,     /* w1s(12) */\r
+       10,     /* w200ms(10) */\r
+       5,      /* w20ms(5) */\r
+       16,     /* w20s(16) */\r
+       2,      /* w2ms(2) */\r
+       13,     /* w2s(13) */\r
+       6,      /* w30ms(6) */\r
+       7,      /* w40ms(7) */\r
+       11,     /* w500ms(11) */\r
+       8,      /* w50ms(8) */\r
+       3,      /* w5ms(3) */\r
+       14,     /* w5s(14) */\r
+       17,     /* w60s(17) */\r
+       0       /* zero(0) */\r
+       /* This list is extensible */\r
+};\r
+const asn_INTEGER_specifics_t asn_SPC_RICtimeToWait_specs_1 = {\r
+       asn_MAP_RICtimeToWait_value2enum_1,     /* "tag" => N; sorted by tag */\r
+       asn_MAP_RICtimeToWait_enum2value_1,     /* N => "tag"; sorted by N */\r
+       18,     /* Number of elements in the maps */\r
+       19,     /* 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_RICtimeToWait_tags_1[] = {\r
+       (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))\r
+};\r
+asn_TYPE_descriptor_t asn_DEF_RICtimeToWait = {\r
+       "RICtimeToWait",\r
+       "RICtimeToWait",\r
+       &asn_OP_NativeEnumerated,\r
+       asn_DEF_RICtimeToWait_tags_1,\r
+       sizeof(asn_DEF_RICtimeToWait_tags_1)\r
+               /sizeof(asn_DEF_RICtimeToWait_tags_1[0]), /* 1 */\r
+       asn_DEF_RICtimeToWait_tags_1,   /* Same as above */\r
+       sizeof(asn_DEF_RICtimeToWait_tags_1)\r
+               /sizeof(asn_DEF_RICtimeToWait_tags_1[0]), /* 1 */\r
+       { 0, &asn_PER_type_RICtimeToWait_constr_1, NativeEnumerated_constraint },\r
+       0, 0,   /* Defined elsewhere */\r
+       &asn_SPC_RICtimeToWait_specs_1  /* Additional specs */\r
+};\r
+\r