[Epic-ID: ODUHIGH-406][Task-ID: ODUHIGH-441]: Update name of Paging RRC Codec
[o-du/l2.git] / src / codec_utils / RRC / MeasObjectToRemoveList.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 "MeasObjectToRemoveList.h"
9
10 static asn_oer_constraints_t asn_OER_type_MeasObjectToRemoveList_constr_1 CC_NOTUSED = {
11         { 0, 0 },
12         -1      /* (SIZE(1..64)) */};
13 asn_per_constraints_t asn_PER_type_MeasObjectToRemoveList_constr_1 CC_NOTUSED = {
14         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
15         { APC_CONSTRAINED,       6,  6,  1,  64 }       /* (SIZE(1..64)) */,
16         0, 0    /* No PER value map */
17 };
18 asn_TYPE_member_t asn_MBR_MeasObjectToRemoveList_1[] = {
19         { ATF_POINTER, 0, 0,
20                 (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
21                 0,
22                 &asn_DEF_MeasObjectId,
23                 0,
24                 { 0, 0, 0 },
25                 0, 0, /* No default value */
26                 ""
27                 },
28 };
29 static const ber_tlv_tag_t asn_DEF_MeasObjectToRemoveList_tags_1[] = {
30         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
31 };
32 asn_SET_OF_specifics_t asn_SPC_MeasObjectToRemoveList_specs_1 = {
33         sizeof(struct MeasObjectToRemoveList),
34         offsetof(struct MeasObjectToRemoveList, _asn_ctx),
35         0,      /* XER encoding is XMLDelimitedItemList */
36 };
37 asn_TYPE_descriptor_t asn_DEF_MeasObjectToRemoveList = {
38         "MeasObjectToRemoveList",
39         "MeasObjectToRemoveList",
40         &asn_OP_SEQUENCE_OF,
41         asn_DEF_MeasObjectToRemoveList_tags_1,
42         sizeof(asn_DEF_MeasObjectToRemoveList_tags_1)
43                 /sizeof(asn_DEF_MeasObjectToRemoveList_tags_1[0]), /* 1 */
44         asn_DEF_MeasObjectToRemoveList_tags_1,  /* Same as above */
45         sizeof(asn_DEF_MeasObjectToRemoveList_tags_1)
46                 /sizeof(asn_DEF_MeasObjectToRemoveList_tags_1[0]), /* 1 */
47         { &asn_OER_type_MeasObjectToRemoveList_constr_1, &asn_PER_type_MeasObjectToRemoveList_constr_1, SEQUENCE_OF_constraint },
48         asn_MBR_MeasObjectToRemoveList_1,
49         1,      /* Single element */
50         &asn_SPC_MeasObjectToRemoveList_specs_1 /* Additional specs */
51 };
52