[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / RangeToBestCell.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "NR-RRC-Definitions"
4  *      found in "../../../rrc_15.3_asn.asn1"
5  *      `asn1c -D ./25_02_2022_RRC/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
6  */
7
8 #include "RangeToBestCell.h"
9
10 /*
11  * This type is implemented using Q_OffsetRange,
12  * so here we adjust the DEF accordingly.
13  */
14 static asn_oer_constraints_t asn_OER_type_RangeToBestCell_constr_1 CC_NOTUSED = {
15         { 0, 0 },
16         -1};
17 asn_per_constraints_t asn_PER_type_RangeToBestCell_constr_1 CC_NOTUSED = {
18         { APC_CONSTRAINED,       5,  5,  0,  30 }       /* (0..30) */,
19         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
20         0, 0    /* No PER value map */
21 };
22 static const ber_tlv_tag_t asn_DEF_RangeToBestCell_tags_1[] = {
23         (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
24 };
25 asn_TYPE_descriptor_t asn_DEF_RangeToBestCell = {
26         "RangeToBestCell",
27         "RangeToBestCell",
28         &asn_OP_NativeEnumerated,
29         asn_DEF_RangeToBestCell_tags_1,
30         sizeof(asn_DEF_RangeToBestCell_tags_1)
31                 /sizeof(asn_DEF_RangeToBestCell_tags_1[0]), /* 1 */
32         asn_DEF_RangeToBestCell_tags_1, /* Same as above */
33         sizeof(asn_DEF_RangeToBestCell_tags_1)
34                 /sizeof(asn_DEF_RangeToBestCell_tags_1[0]), /* 1 */
35         { 0, 0, NativeEnumerated_constraint },
36         0, 0,   /* Defined elsewhere */
37         &asn_SPC_Q_OffsetRange_specs_1  /* Additional specs */
38 };
39