Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / UE-ContextKeptIndicator.c
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #include "UE-ContextKeptIndicator.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 static asn_per_constraints_t asn_PER_type_UE_ContextKeptIndicator_constr_1 CC_NOTUSED = {\r
15         { APC_CONSTRAINED | APC_EXTENSIBLE,  0,  0,  0,  0 }    /* (0..0,...) */,\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_UE_ContextKeptIndicator_value2enum_1[] = {\r
20         { 0,    4,      "true" }\r
21         /* This list is extensible */\r
22 };\r
23 static const unsigned int asn_MAP_UE_ContextKeptIndicator_enum2value_1[] = {\r
24         0       /* true(0) */\r
25         /* This list is extensible */\r
26 };\r
27 static const asn_INTEGER_specifics_t asn_SPC_UE_ContextKeptIndicator_specs_1 = {\r
28         asn_MAP_UE_ContextKeptIndicator_value2enum_1,   /* "tag" => N; sorted by tag */\r
29         asn_MAP_UE_ContextKeptIndicator_enum2value_1,   /* N => "tag"; sorted by N */\r
30         1,      /* Number of elements in the maps */\r
31         2,      /* Extensions before this member */\r
32         1,      /* Strict enumeration */\r
33         0,      /* Native long size */\r
34         0\r
35 };\r
36 static const ber_tlv_tag_t asn_DEF_UE_ContextKeptIndicator_tags_1[] = {\r
37         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))\r
38 };\r
39 asn_TYPE_descriptor_t asn_DEF_UE_ContextKeptIndicator = {\r
40         "UE-ContextKeptIndicator",\r
41         "UE-ContextKeptIndicator",\r
42         &asn_OP_NativeEnumerated,\r
43         asn_DEF_UE_ContextKeptIndicator_tags_1,\r
44         sizeof(asn_DEF_UE_ContextKeptIndicator_tags_1)\r
45                 /sizeof(asn_DEF_UE_ContextKeptIndicator_tags_1[0]), /* 1 */\r
46         asn_DEF_UE_ContextKeptIndicator_tags_1, /* Same as above */\r
47         sizeof(asn_DEF_UE_ContextKeptIndicator_tags_1)\r
48                 /sizeof(asn_DEF_UE_ContextKeptIndicator_tags_1[0]), /* 1 */\r
49         { 0, &asn_PER_type_UE_ContextKeptIndicator_constr_1, NativeEnumerated_constraint },\r
50         0, 0,   /* Defined elsewhere */\r
51         &asn_SPC_UE_ContextKeptIndicator_specs_1        /* Additional specs */\r
52 };\r
53 \r