blob: 6ca7b6b918b513c9b3817aef89e8e094ee8301d1 [file] [log] [blame]
Juha Hyttinenff8dccd2019-12-10 14:34:07 +02001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-IEs"
4 * found in "Spec/e2_and_x2-combined-and-minimized.asn1"
5 * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example`
6 */
7
8#include "PA-Values.h"
9
10/*
11 * This type is implemented using NativeEnumerated,
12 * so here we adjust the DEF accordingly.
13 */
14asn_per_constraints_t asn_PER_type_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};
19static const asn_INTEGER_enum_map_t asn_MAP_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};
30static const unsigned int asn_MAP_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};
41const asn_INTEGER_specifics_t asn_SPC_PA_Values_specs_1 = {
42 asn_MAP_PA_Values_value2enum_1, /* "tag" => N; sorted by tag */
43 asn_MAP_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};
50static const ber_tlv_tag_t asn_DEF_PA_Values_tags_1[] = {
51 (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
52};
53asn_TYPE_descriptor_t asn_DEF_PA_Values = {
54 "PA-Values",
55 "PA-Values",
56 &asn_OP_NativeEnumerated,
57 asn_DEF_PA_Values_tags_1,
58 sizeof(asn_DEF_PA_Values_tags_1)
59 /sizeof(asn_DEF_PA_Values_tags_1[0]), /* 1 */
60 asn_DEF_PA_Values_tags_1, /* Same as above */
61 sizeof(asn_DEF_PA_Values_tags_1)
62 /sizeof(asn_DEF_PA_Values_tags_1[0]), /* 1 */
63 { 0, &asn_PER_type_PA_Values_constr_1, NativeEnumerated_constraint },
64 0, 0, /* Defined elsewhere */
65 &asn_SPC_PA_Values_specs_1 /* Additional specs */
66};
67