SIM-115: update simulator to use latest E2SM KPM version 3
[sim/e2-interface.git] / e2sim / asn1c / CauseRICrequest.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "E2AP-IEs"
4  *      found in "e2ap-ied-v03.01.asn"
5  *      `asn1c -pdu=auto -fincludes-quoted -fcompound-names -findirect-choice -fno-include-deps -no-gen-example -no-gen-OER -D /tmp/workspace/oransim-gerrit/e2sim/asn1c/`
6  */
7
8 #include "CauseRICrequest.h"
9
10 /*
11  * This type is implemented using NativeEnumerated,
12  * so here we adjust the DEF accordingly.
13  */
14 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
15 asn_per_constraints_t asn_PER_type_CauseRICrequest_constr_1 CC_NOTUSED = {
16         { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  13 }   /* (0..13,...) */,
17         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
18         0, 0    /* No PER value map */
19 };
20 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
21 static const asn_INTEGER_enum_map_t asn_MAP_CauseRICrequest_value2enum_1[] = {
22         { 0,    23,     "ran-function-id-invalid" },
23         { 1,    20,     "action-not-supported" },
24         { 2,    17,     "excessive-actions" },
25         { 3,    16,     "duplicate-action" },
26         { 4,    23,     "duplicate-event-trigger" },
27         { 5,    23,     "function-resource-limit" },
28         { 6,    18,     "request-id-unknown" },
29         { 7,    46,     "inconsistent-action-subsequent-action-sequence" },
30         { 8,    23,     "control-message-invalid" },
31         { 9,    27,     "ric-call-process-id-invalid" },
32         { 10,   21,     "control-timer-expired" },
33         { 11,   25,     "control-failed-to-execute" },
34         { 12,   16,     "system-not-ready" },
35         { 13,   11,     "unspecified" },
36         { 14,   33,     "ric-subscription-end-time-expired" },
37         { 15,   33,     "ric-subscription-end-time-invalid" },
38         { 16,   24,     "duplicate-ric-request-id" },
39         { 17,   24,     "eventTriggerNotSupported" },
40         { 18,   33,     "requested-information-unavailable" },
41         { 19,   27,     "invalid-information-request" }
42         /* This list is extensible */
43 };
44 static const unsigned int asn_MAP_CauseRICrequest_enum2value_1[] = {
45         1,      /* action-not-supported(1) */
46         11,     /* control-failed-to-execute(11) */
47         8,      /* control-message-invalid(8) */
48         10,     /* control-timer-expired(10) */
49         3,      /* duplicate-action(3) */
50         4,      /* duplicate-event-trigger(4) */
51         16,     /* duplicate-ric-request-id(16) */
52         17,     /* eventTriggerNotSupported(17) */
53         2,      /* excessive-actions(2) */
54         5,      /* function-resource-limit(5) */
55         7,      /* inconsistent-action-subsequent-action-sequence(7) */
56         19,     /* invalid-information-request(19) */
57         0,      /* ran-function-id-invalid(0) */
58         6,      /* request-id-unknown(6) */
59         18,     /* requested-information-unavailable(18) */
60         9,      /* ric-call-process-id-invalid(9) */
61         14,     /* ric-subscription-end-time-expired(14) */
62         15,     /* ric-subscription-end-time-invalid(15) */
63         12,     /* system-not-ready(12) */
64         13      /* unspecified(13) */
65         /* This list is extensible */
66 };
67 const asn_INTEGER_specifics_t asn_SPC_CauseRICrequest_specs_1 = {
68         asn_MAP_CauseRICrequest_value2enum_1,   /* "tag" => N; sorted by tag */
69         asn_MAP_CauseRICrequest_enum2value_1,   /* N => "tag"; sorted by N */
70         20,     /* Number of elements in the maps */
71         15,     /* Extensions before this member */
72         1,      /* Strict enumeration */
73         0,      /* Native long size */
74         0
75 };
76 static const ber_tlv_tag_t asn_DEF_CauseRICrequest_tags_1[] = {
77         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
78 };
79 asn_TYPE_descriptor_t asn_DEF_CauseRICrequest = {
80         "CauseRICrequest",
81         "CauseRICrequest",
82         &asn_OP_NativeEnumerated,
83         asn_DEF_CauseRICrequest_tags_1,
84         sizeof(asn_DEF_CauseRICrequest_tags_1)
85                 /sizeof(asn_DEF_CauseRICrequest_tags_1[0]), /* 1 */
86         asn_DEF_CauseRICrequest_tags_1, /* Same as above */
87         sizeof(asn_DEF_CauseRICrequest_tags_1)
88                 /sizeof(asn_DEF_CauseRICrequest_tags_1[0]), /* 1 */
89         {
90 #if !defined(ASN_DISABLE_OER_SUPPORT)
91                 0,
92 #endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
93 #if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
94                 &asn_PER_type_CauseRICrequest_constr_1,
95 #endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
96                 NativeEnumerated_constraint
97         },
98         0, 0,   /* Defined elsewhere */
99         &asn_SPC_CauseRICrequest_specs_1        /* Additional specs */
100 };
101