Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / X2N_PA-Values.c
1 /*
2  * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "../../asn_defs/asn1/x2ap-15-04.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6  */
7
8 #include "X2N_PA-Values.h"
9
10 /*
11  * This type is implemented using NativeEnumerated,
12  * so here we adjust the DEF accordingly.
13  */
14 asn_per_constraints_t asn_PER_type_X2N_PA_Values_constr_1 CC_NOTUSED = {
15         { APC_CONSTRAINED | APC_EXTENSIBLE,  3,  3,  0,  7 }    /* (0..7,...) */,
16         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
17         0, 0    /* No PER value map */
18 };
19 static const asn_INTEGER_enum_map_t asn_MAP_X2N_PA_Values_value2enum_1[] = {
20         { 0,    4,      "dB-6" },
21         { 1,    9,      "dB-4dot77" },
22         { 2,    4,      "dB-3" },
23         { 3,    9,      "dB-1dot77" },
24         { 4,    3,      "dB0" },
25         { 5,    3,      "dB1" },
26         { 6,    3,      "dB2" },
27         { 7,    3,      "dB3" }
28         /* This list is extensible */
29 };
30 static const unsigned int asn_MAP_X2N_PA_Values_enum2value_1[] = {
31         3,      /* dB-1dot77(3) */
32         2,      /* dB-3(2) */
33         1,      /* dB-4dot77(1) */
34         0,      /* dB-6(0) */
35         4,      /* dB0(4) */
36         5,      /* dB1(5) */
37         6,      /* dB2(6) */
38         7       /* dB3(7) */
39         /* This list is extensible */
40 };
41 const asn_INTEGER_specifics_t asn_SPC_X2N_PA_Values_specs_1 = {
42         asn_MAP_X2N_PA_Values_value2enum_1,     /* "tag" => N; sorted by tag */
43         asn_MAP_X2N_PA_Values_enum2value_1,     /* N => "tag"; sorted by N */
44         8,      /* Number of elements in the maps */
45         9,      /* Extensions before this member */
46         1,      /* Strict enumeration */
47         0,      /* Native long size */
48         0
49 };
50 static const ber_tlv_tag_t asn_DEF_X2N_PA_Values_tags_1[] = {
51         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
52 };
53 asn_TYPE_descriptor_t asn_DEF_X2N_PA_Values = {
54         "PA-Values",
55         "PA-Values",
56         &asn_OP_NativeEnumerated,
57         asn_DEF_X2N_PA_Values_tags_1,
58         sizeof(asn_DEF_X2N_PA_Values_tags_1)
59                 /sizeof(asn_DEF_X2N_PA_Values_tags_1[0]), /* 1 */
60         asn_DEF_X2N_PA_Values_tags_1,   /* Same as above */
61         sizeof(asn_DEF_X2N_PA_Values_tags_1)
62                 /sizeof(asn_DEF_X2N_PA_Values_tags_1[0]), /* 1 */
63         { 0, &asn_PER_type_X2N_PA_Values_constr_1, NativeEnumerated_constraint },
64         0, 0,   /* Defined elsewhere */
65         &asn_SPC_X2N_PA_Values_specs_1  /* Additional specs */
66 };
67