Updated documentation for mock a1 tool
[ric-app/admin.git] / asn1c_defs / X2N_SpecialSubframePatterns.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_SpecialSubframePatterns.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_SpecialSubframePatterns_constr_1 CC_NOTUSED = {
15         { APC_CONSTRAINED | APC_EXTENSIBLE,  4,  4,  0,  8 }    /* (0..8,...) */,
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_SpecialSubframePatterns_value2enum_1[] = {
20         { 0,    4,      "ssp0" },
21         { 1,    4,      "ssp1" },
22         { 2,    4,      "ssp2" },
23         { 3,    4,      "ssp3" },
24         { 4,    4,      "ssp4" },
25         { 5,    4,      "ssp5" },
26         { 6,    4,      "ssp6" },
27         { 7,    4,      "ssp7" },
28         { 8,    4,      "ssp8" }
29         /* This list is extensible */
30 };
31 static const unsigned int asn_MAP_X2N_SpecialSubframePatterns_enum2value_1[] = {
32         0,      /* ssp0(0) */
33         1,      /* ssp1(1) */
34         2,      /* ssp2(2) */
35         3,      /* ssp3(3) */
36         4,      /* ssp4(4) */
37         5,      /* ssp5(5) */
38         6,      /* ssp6(6) */
39         7,      /* ssp7(7) */
40         8       /* ssp8(8) */
41         /* This list is extensible */
42 };
43 const asn_INTEGER_specifics_t asn_SPC_X2N_SpecialSubframePatterns_specs_1 = {
44         asn_MAP_X2N_SpecialSubframePatterns_value2enum_1,       /* "tag" => N; sorted by tag */
45         asn_MAP_X2N_SpecialSubframePatterns_enum2value_1,       /* N => "tag"; sorted by N */
46         9,      /* Number of elements in the maps */
47         10,     /* Extensions before this member */
48         1,      /* Strict enumeration */
49         0,      /* Native long size */
50         0
51 };
52 static const ber_tlv_tag_t asn_DEF_X2N_SpecialSubframePatterns_tags_1[] = {
53         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
54 };
55 asn_TYPE_descriptor_t asn_DEF_X2N_SpecialSubframePatterns = {
56         "SpecialSubframePatterns",
57         "SpecialSubframePatterns",
58         &asn_OP_NativeEnumerated,
59         asn_DEF_X2N_SpecialSubframePatterns_tags_1,
60         sizeof(asn_DEF_X2N_SpecialSubframePatterns_tags_1)
61                 /sizeof(asn_DEF_X2N_SpecialSubframePatterns_tags_1[0]), /* 1 */
62         asn_DEF_X2N_SpecialSubframePatterns_tags_1,     /* Same as above */
63         sizeof(asn_DEF_X2N_SpecialSubframePatterns_tags_1)
64                 /sizeof(asn_DEF_X2N_SpecialSubframePatterns_tags_1[0]), /* 1 */
65         { 0, &asn_PER_type_X2N_SpecialSubframePatterns_constr_1, NativeEnumerated_constraint },
66         0, 0,   /* Defined elsewhere */
67         &asn_SPC_X2N_SpecialSubframePatterns_specs_1    /* Additional specs */
68 };
69