[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / MeasAndMobParametersMRDC-Common.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-RRC-Definitions"
4  *      found in "./22April22_Paging/rrc_15.3_asn.asn1"
5  *      `asn1c -D ./22April22_Paging -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #include "MeasAndMobParametersMRDC-Common.h"
9
10 /*
11  * This type is implemented using NativeEnumerated,
12  * so here we adjust the DEF accordingly.
13  */
14 static asn_oer_constraints_t asn_OER_type_independentGapConfig_constr_2 CC_NOTUSED = {
15         { 0, 0 },
16         -1};
17 static asn_per_constraints_t asn_PER_type_independentGapConfig_constr_2 CC_NOTUSED = {
18         { APC_CONSTRAINED,       0,  0,  0,  0 }        /* (0..0) */,
19         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
20         0, 0    /* No PER value map */
21 };
22 static const asn_INTEGER_enum_map_t asn_MAP_independentGapConfig_value2enum_2[] = {
23         { 0,    9,      "supported" }
24 };
25 static const unsigned int asn_MAP_independentGapConfig_enum2value_2[] = {
26         0       /* supported(0) */
27 };
28 static const asn_INTEGER_specifics_t asn_SPC_independentGapConfig_specs_2 = {
29         asn_MAP_independentGapConfig_value2enum_2,      /* "tag" => N; sorted by tag */
30         asn_MAP_independentGapConfig_enum2value_2,      /* N => "tag"; sorted by N */
31         1,      /* Number of elements in the maps */
32         0,      /* Enumeration is not extensible */
33         1,      /* Strict enumeration */
34         0,      /* Native long size */
35         0
36 };
37 static const ber_tlv_tag_t asn_DEF_independentGapConfig_tags_2[] = {
38         (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
39         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
40 };
41 static /* Use -fall-defs-global to expose */
42 asn_TYPE_descriptor_t asn_DEF_independentGapConfig_2 = {
43         "independentGapConfig",
44         "independentGapConfig",
45         &asn_OP_NativeEnumerated,
46         asn_DEF_independentGapConfig_tags_2,
47         sizeof(asn_DEF_independentGapConfig_tags_2)
48                 /sizeof(asn_DEF_independentGapConfig_tags_2[0]) - 1, /* 1 */
49         asn_DEF_independentGapConfig_tags_2,    /* Same as above */
50         sizeof(asn_DEF_independentGapConfig_tags_2)
51                 /sizeof(asn_DEF_independentGapConfig_tags_2[0]), /* 2 */
52         { &asn_OER_type_independentGapConfig_constr_2, &asn_PER_type_independentGapConfig_constr_2, NativeEnumerated_constraint },
53         0, 0,   /* Defined elsewhere */
54         &asn_SPC_independentGapConfig_specs_2   /* Additional specs */
55 };
56
57 asn_TYPE_member_t asn_MBR_MeasAndMobParametersMRDC_Common_1[] = {
58         { ATF_POINTER, 1, offsetof(struct MeasAndMobParametersMRDC_Common, independentGapConfig),
59                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
60                 -1,     /* IMPLICIT tag at current level */
61                 &asn_DEF_independentGapConfig_2,
62                 0,
63                 { 0, 0, 0 },
64                 0, 0, /* No default value */
65                 "independentGapConfig"
66                 },
67 };
68 static const int asn_MAP_MeasAndMobParametersMRDC_Common_oms_1[] = { 0 };
69 static const ber_tlv_tag_t asn_DEF_MeasAndMobParametersMRDC_Common_tags_1[] = {
70         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
71 };
72 static const asn_TYPE_tag2member_t asn_MAP_MeasAndMobParametersMRDC_Common_tag2el_1[] = {
73     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* independentGapConfig */
74 };
75 asn_SEQUENCE_specifics_t asn_SPC_MeasAndMobParametersMRDC_Common_specs_1 = {
76         sizeof(struct MeasAndMobParametersMRDC_Common),
77         offsetof(struct MeasAndMobParametersMRDC_Common, _asn_ctx),
78         asn_MAP_MeasAndMobParametersMRDC_Common_tag2el_1,
79         1,      /* Count of tags in the map */
80         asn_MAP_MeasAndMobParametersMRDC_Common_oms_1,  /* Optional members */
81         1, 0,   /* Root/Additions */
82         -1,     /* First extension addition */
83 };
84 asn_TYPE_descriptor_t asn_DEF_MeasAndMobParametersMRDC_Common = {
85         "MeasAndMobParametersMRDC-Common",
86         "MeasAndMobParametersMRDC-Common",
87         &asn_OP_SEQUENCE,
88         asn_DEF_MeasAndMobParametersMRDC_Common_tags_1,
89         sizeof(asn_DEF_MeasAndMobParametersMRDC_Common_tags_1)
90                 /sizeof(asn_DEF_MeasAndMobParametersMRDC_Common_tags_1[0]), /* 1 */
91         asn_DEF_MeasAndMobParametersMRDC_Common_tags_1, /* Same as above */
92         sizeof(asn_DEF_MeasAndMobParametersMRDC_Common_tags_1)
93                 /sizeof(asn_DEF_MeasAndMobParametersMRDC_Common_tags_1[0]), /* 1 */
94         { 0, 0, SEQUENCE_constraint },
95         asn_MBR_MeasAndMobParametersMRDC_Common_1,
96         1,      /* Elements count */
97         &asn_SPC_MeasAndMobParametersMRDC_Common_specs_1        /* Additional specs */
98 };
99