[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / PLMN-RAN-AreaCell.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 "PLMN-RAN-AreaCell.h"
9
10 #include "PLMN-IdentitY.h"
11 static int
12 memb_ran_AreaCells_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
13                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
14         size_t size;
15         
16         if(!sptr) {
17                 ASN__CTFAIL(app_key, td, sptr,
18                         "%s: value not given (%s:%d)",
19                         td->name, __FILE__, __LINE__);
20                 return -1;
21         }
22         
23         /* Determine the number of elements */
24         size = _A_CSEQUENCE_FROM_VOID(sptr)->count;
25         
26         if((size >= 1 && size <= 32)) {
27                 /* Perform validation of the inner elements */
28                 return td->encoding_constraints.general_constraints(td, sptr, ctfailcb, app_key);
29         } else {
30                 ASN__CTFAIL(app_key, td, sptr,
31                         "%s: constraint failed (%s:%d)",
32                         td->name, __FILE__, __LINE__);
33                 return -1;
34         }
35 }
36
37 static asn_oer_constraints_t asn_OER_type_ran_AreaCells_constr_3 CC_NOTUSED = {
38         { 0, 0 },
39         -1      /* (SIZE(1..32)) */};
40 static asn_per_constraints_t asn_PER_type_ran_AreaCells_constr_3 CC_NOTUSED = {
41         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
42         { APC_CONSTRAINED,       5,  5,  1,  32 }       /* (SIZE(1..32)) */,
43         0, 0    /* No PER value map */
44 };
45 static asn_oer_constraints_t asn_OER_memb_ran_AreaCells_constr_3 CC_NOTUSED = {
46         { 0, 0 },
47         -1      /* (SIZE(1..32)) */};
48 static asn_per_constraints_t asn_PER_memb_ran_AreaCells_constr_3 CC_NOTUSED = {
49         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
50         { APC_CONSTRAINED,       5,  5,  1,  32 }       /* (SIZE(1..32)) */,
51         0, 0    /* No PER value map */
52 };
53 static asn_TYPE_member_t asn_MBR_ran_AreaCells_3[] = {
54         { ATF_POINTER, 0, 0,
55                 (ASN_TAG_CLASS_UNIVERSAL | (3 << 2)),
56                 0,
57                 &asn_DEF_CellIdentity,
58                 0,
59                 { 0, 0, 0 },
60                 0, 0, /* No default value */
61                 ""
62                 },
63 };
64 static const ber_tlv_tag_t asn_DEF_ran_AreaCells_tags_3[] = {
65         (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
66         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
67 };
68 static asn_SET_OF_specifics_t asn_SPC_ran_AreaCells_specs_3 = {
69         sizeof(struct PLMN_RAN_AreaCell__ran_AreaCells),
70         offsetof(struct PLMN_RAN_AreaCell__ran_AreaCells, _asn_ctx),
71         0,      /* XER encoding is XMLDelimitedItemList */
72 };
73 static /* Use -fall-defs-global to expose */
74 asn_TYPE_descriptor_t asn_DEF_ran_AreaCells_3 = {
75         "ran-AreaCells",
76         "ran-AreaCells",
77         &asn_OP_SEQUENCE_OF,
78         asn_DEF_ran_AreaCells_tags_3,
79         sizeof(asn_DEF_ran_AreaCells_tags_3)
80                 /sizeof(asn_DEF_ran_AreaCells_tags_3[0]) - 1, /* 1 */
81         asn_DEF_ran_AreaCells_tags_3,   /* Same as above */
82         sizeof(asn_DEF_ran_AreaCells_tags_3)
83                 /sizeof(asn_DEF_ran_AreaCells_tags_3[0]), /* 2 */
84         { &asn_OER_type_ran_AreaCells_constr_3, &asn_PER_type_ran_AreaCells_constr_3, SEQUENCE_OF_constraint },
85         asn_MBR_ran_AreaCells_3,
86         1,      /* Single element */
87         &asn_SPC_ran_AreaCells_specs_3  /* Additional specs */
88 };
89
90 asn_TYPE_member_t asn_MBR_PLMN_RAN_AreaCell_1[] = {
91         { ATF_POINTER, 1, offsetof(struct PLMN_RAN_AreaCell, plmn_Identity),
92                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
93                 -1,     /* IMPLICIT tag at current level */
94                 &asn_DEF_PLMN_IdentitY,
95                 0,
96                 { 0, 0, 0 },
97                 0, 0, /* No default value */
98                 "plmn-Identity"
99                 },
100         { ATF_NOFLAGS, 0, offsetof(struct PLMN_RAN_AreaCell, ran_AreaCells),
101                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
102                 0,
103                 &asn_DEF_ran_AreaCells_3,
104                 0,
105                 { &asn_OER_memb_ran_AreaCells_constr_3, &asn_PER_memb_ran_AreaCells_constr_3,  memb_ran_AreaCells_constraint_1 },
106                 0, 0, /* No default value */
107                 "ran-AreaCells"
108                 },
109 };
110 static const int asn_MAP_PLMN_RAN_AreaCell_oms_1[] = { 0 };
111 static const ber_tlv_tag_t asn_DEF_PLMN_RAN_AreaCell_tags_1[] = {
112         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
113 };
114 static const asn_TYPE_tag2member_t asn_MAP_PLMN_RAN_AreaCell_tag2el_1[] = {
115     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* plmn-Identity */
116     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* ran-AreaCells */
117 };
118 asn_SEQUENCE_specifics_t asn_SPC_PLMN_RAN_AreaCell_specs_1 = {
119         sizeof(struct PLMN_RAN_AreaCell),
120         offsetof(struct PLMN_RAN_AreaCell, _asn_ctx),
121         asn_MAP_PLMN_RAN_AreaCell_tag2el_1,
122         2,      /* Count of tags in the map */
123         asn_MAP_PLMN_RAN_AreaCell_oms_1,        /* Optional members */
124         1, 0,   /* Root/Additions */
125         -1,     /* First extension addition */
126 };
127 asn_TYPE_descriptor_t asn_DEF_PLMN_RAN_AreaCell = {
128         "PLMN-RAN-AreaCell",
129         "PLMN-RAN-AreaCell",
130         &asn_OP_SEQUENCE,
131         asn_DEF_PLMN_RAN_AreaCell_tags_1,
132         sizeof(asn_DEF_PLMN_RAN_AreaCell_tags_1)
133                 /sizeof(asn_DEF_PLMN_RAN_AreaCell_tags_1[0]), /* 1 */
134         asn_DEF_PLMN_RAN_AreaCell_tags_1,       /* Same as above */
135         sizeof(asn_DEF_PLMN_RAN_AreaCell_tags_1)
136                 /sizeof(asn_DEF_PLMN_RAN_AreaCell_tags_1[0]), /* 1 */
137         { 0, 0, SEQUENCE_constraint },
138         asn_MBR_PLMN_RAN_AreaCell_1,
139         2,      /* Elements count */
140         &asn_SPC_PLMN_RAN_AreaCell_specs_1      /* Additional specs */
141 };
142