Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / CauseRIC.c
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "E2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/e2ap-v031.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #include "CauseRIC.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_CauseRIC_constr_1 CC_NOTUSED = {\r
15         { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  12 }   /* (0..12,...) */,\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_CauseRIC_value2enum_1[] = {\r
20         { 0,    19,     "function-id-Invalid" },\r
21         { 1,    20,     "action-not-supported" },\r
22         { 2,    17,     "excessive-actions" },\r
23         { 3,    16,     "duplicate-action" },\r
24         { 4,    15,     "duplicate-event" },\r
25         { 5,    23,     "function-resource-limit" },\r
26         { 6,    18,     "request-id-unknown" },\r
27         { 7,    46,     "inconsistent-action-subsequent-action-sequence" },\r
28         { 8,    23,     "control-message-invalid" },\r
29         { 9,    23,     "call-process-id-invalid" },\r
30         { 10,   21,     "function-not-required" },\r
31         { 11,   19,     "excessive-functions" },\r
32         { 12,   18,     "ric-resource-limit" }\r
33         /* This list is extensible */\r
34 };\r
35 static const unsigned int asn_MAP_CauseRIC_enum2value_1[] = {\r
36         1,      /* action-not-supported(1) */\r
37         9,      /* call-process-id-invalid(9) */\r
38         8,      /* control-message-invalid(8) */\r
39         3,      /* duplicate-action(3) */\r
40         4,      /* duplicate-event(4) */\r
41         2,      /* excessive-actions(2) */\r
42         11,     /* excessive-functions(11) */\r
43         0,      /* function-id-Invalid(0) */\r
44         10,     /* function-not-required(10) */\r
45         5,      /* function-resource-limit(5) */\r
46         7,      /* inconsistent-action-subsequent-action-sequence(7) */\r
47         6,      /* request-id-unknown(6) */\r
48         12      /* ric-resource-limit(12) */\r
49         /* This list is extensible */\r
50 };\r
51 const asn_INTEGER_specifics_t asn_SPC_CauseRIC_specs_1 = {\r
52         asn_MAP_CauseRIC_value2enum_1,  /* "tag" => N; sorted by tag */\r
53         asn_MAP_CauseRIC_enum2value_1,  /* N => "tag"; sorted by N */\r
54         13,     /* Number of elements in the maps */\r
55         14,     /* Extensions before this member */\r
56         1,      /* Strict enumeration */\r
57         0,      /* Native long size */\r
58         0\r
59 };\r
60 static const ber_tlv_tag_t asn_DEF_CauseRIC_tags_1[] = {\r
61         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))\r
62 };\r
63 asn_TYPE_descriptor_t asn_DEF_CauseRIC = {\r
64         "CauseRIC",\r
65         "CauseRIC",\r
66         &asn_OP_NativeEnumerated,\r
67         asn_DEF_CauseRIC_tags_1,\r
68         sizeof(asn_DEF_CauseRIC_tags_1)\r
69                 /sizeof(asn_DEF_CauseRIC_tags_1[0]), /* 1 */\r
70         asn_DEF_CauseRIC_tags_1,        /* Same as above */\r
71         sizeof(asn_DEF_CauseRIC_tags_1)\r
72                 /sizeof(asn_DEF_CauseRIC_tags_1[0]), /* 1 */\r
73         { 0, &asn_PER_type_CauseRIC_constr_1, NativeEnumerated_constraint },\r
74         0, 0,   /* Defined elsewhere */\r
75         &asn_SPC_CauseRIC_specs_1       /* Additional specs */\r
76 };\r
77 \r