[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / EUTRA-Parameters.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 "EUTRA-Parameters.h"
9
10 #include "EUTRA-ParametersCommon.h"
11 #include "EUTRA-ParametersXDD-Diff.h"
12 static int
13 memb_supportedBandListEUTRA_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
14                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
15         size_t size;
16         
17         if(!sptr) {
18                 ASN__CTFAIL(app_key, td, sptr,
19                         "%s: value not given (%s:%d)",
20                         td->name, __FILE__, __LINE__);
21                 return -1;
22         }
23         
24         /* Determine the number of elements */
25         size = _A_CSEQUENCE_FROM_VOID(sptr)->count;
26         
27         if((size >= 1 && size <= 256)) {
28                 /* Perform validation of the inner elements */
29                 return td->encoding_constraints.general_constraints(td, sptr, ctfailcb, app_key);
30         } else {
31                 ASN__CTFAIL(app_key, td, sptr,
32                         "%s: constraint failed (%s:%d)",
33                         td->name, __FILE__, __LINE__);
34                 return -1;
35         }
36 }
37
38 static asn_oer_constraints_t asn_OER_type_supportedBandListEUTRA_constr_2 CC_NOTUSED = {
39         { 0, 0 },
40         -1      /* (SIZE(1..256)) */};
41 static asn_per_constraints_t asn_PER_type_supportedBandListEUTRA_constr_2 CC_NOTUSED = {
42         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
43         { APC_CONSTRAINED,       8,  8,  1,  256 }      /* (SIZE(1..256)) */,
44         0, 0    /* No PER value map */
45 };
46 static asn_oer_constraints_t asn_OER_memb_supportedBandListEUTRA_constr_2 CC_NOTUSED = {
47         { 0, 0 },
48         -1      /* (SIZE(1..256)) */};
49 static asn_per_constraints_t asn_PER_memb_supportedBandListEUTRA_constr_2 CC_NOTUSED = {
50         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
51         { APC_CONSTRAINED,       8,  8,  1,  256 }      /* (SIZE(1..256)) */,
52         0, 0    /* No PER value map */
53 };
54 static asn_TYPE_member_t asn_MBR_supportedBandListEUTRA_2[] = {
55         { ATF_POINTER, 0, 0,
56                 (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
57                 0,
58                 &asn_DEF_FreqBandIndicatorEUTRA,
59                 0,
60                 { 0, 0, 0 },
61                 0, 0, /* No default value */
62                 ""
63                 },
64 };
65 static const ber_tlv_tag_t asn_DEF_supportedBandListEUTRA_tags_2[] = {
66         (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
67         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
68 };
69 static asn_SET_OF_specifics_t asn_SPC_supportedBandListEUTRA_specs_2 = {
70         sizeof(struct EUTRA_Parameters__supportedBandListEUTRA),
71         offsetof(struct EUTRA_Parameters__supportedBandListEUTRA, _asn_ctx),
72         0,      /* XER encoding is XMLDelimitedItemList */
73 };
74 static /* Use -fall-defs-global to expose */
75 asn_TYPE_descriptor_t asn_DEF_supportedBandListEUTRA_2 = {
76         "supportedBandListEUTRA",
77         "supportedBandListEUTRA",
78         &asn_OP_SEQUENCE_OF,
79         asn_DEF_supportedBandListEUTRA_tags_2,
80         sizeof(asn_DEF_supportedBandListEUTRA_tags_2)
81                 /sizeof(asn_DEF_supportedBandListEUTRA_tags_2[0]) - 1, /* 1 */
82         asn_DEF_supportedBandListEUTRA_tags_2,  /* Same as above */
83         sizeof(asn_DEF_supportedBandListEUTRA_tags_2)
84                 /sizeof(asn_DEF_supportedBandListEUTRA_tags_2[0]), /* 2 */
85         { &asn_OER_type_supportedBandListEUTRA_constr_2, &asn_PER_type_supportedBandListEUTRA_constr_2, SEQUENCE_OF_constraint },
86         asn_MBR_supportedBandListEUTRA_2,
87         1,      /* Single element */
88         &asn_SPC_supportedBandListEUTRA_specs_2 /* Additional specs */
89 };
90
91 asn_TYPE_member_t asn_MBR_EUTRA_Parameters_1[] = {
92         { ATF_NOFLAGS, 0, offsetof(struct EUTRA_Parameters, supportedBandListEUTRA),
93                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
94                 0,
95                 &asn_DEF_supportedBandListEUTRA_2,
96                 0,
97                 { &asn_OER_memb_supportedBandListEUTRA_constr_2, &asn_PER_memb_supportedBandListEUTRA_constr_2,  memb_supportedBandListEUTRA_constraint_1 },
98                 0, 0, /* No default value */
99                 "supportedBandListEUTRA"
100                 },
101         { ATF_POINTER, 2, offsetof(struct EUTRA_Parameters, eutra_ParametersCommon),
102                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
103                 -1,     /* IMPLICIT tag at current level */
104                 &asn_DEF_EUTRA_ParametersCommon,
105                 0,
106                 { 0, 0, 0 },
107                 0, 0, /* No default value */
108                 "eutra-ParametersCommon"
109                 },
110         { ATF_POINTER, 1, offsetof(struct EUTRA_Parameters, eutra_ParametersXDD_Diff),
111                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
112                 -1,     /* IMPLICIT tag at current level */
113                 &asn_DEF_EUTRA_ParametersXDD_Diff,
114                 0,
115                 { 0, 0, 0 },
116                 0, 0, /* No default value */
117                 "eutra-ParametersXDD-Diff"
118                 },
119 };
120 static const int asn_MAP_EUTRA_Parameters_oms_1[] = { 1, 2 };
121 static const ber_tlv_tag_t asn_DEF_EUTRA_Parameters_tags_1[] = {
122         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
123 };
124 static const asn_TYPE_tag2member_t asn_MAP_EUTRA_Parameters_tag2el_1[] = {
125     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* supportedBandListEUTRA */
126     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* eutra-ParametersCommon */
127     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* eutra-ParametersXDD-Diff */
128 };
129 asn_SEQUENCE_specifics_t asn_SPC_EUTRA_Parameters_specs_1 = {
130         sizeof(struct EUTRA_Parameters),
131         offsetof(struct EUTRA_Parameters, _asn_ctx),
132         asn_MAP_EUTRA_Parameters_tag2el_1,
133         3,      /* Count of tags in the map */
134         asn_MAP_EUTRA_Parameters_oms_1, /* Optional members */
135         2, 0,   /* Root/Additions */
136         3,      /* First extension addition */
137 };
138 asn_TYPE_descriptor_t asn_DEF_EUTRA_Parameters = {
139         "EUTRA-Parameters",
140         "EUTRA-Parameters",
141         &asn_OP_SEQUENCE,
142         asn_DEF_EUTRA_Parameters_tags_1,
143         sizeof(asn_DEF_EUTRA_Parameters_tags_1)
144                 /sizeof(asn_DEF_EUTRA_Parameters_tags_1[0]), /* 1 */
145         asn_DEF_EUTRA_Parameters_tags_1,        /* Same as above */
146         sizeof(asn_DEF_EUTRA_Parameters_tags_1)
147                 /sizeof(asn_DEF_EUTRA_Parameters_tags_1[0]), /* 1 */
148         { 0, 0, SEQUENCE_constraint },
149         asn_MBR_EUTRA_Parameters_1,
150         3,      /* Elements count */
151         &asn_SPC_EUTRA_Parameters_specs_1       /* Additional specs */
152 };
153