[Epic-ID: ODUHIGH-405][Task-ID: ODUHIGH-423] Modified RRC asn structures
[o-du/l2.git] / src / codec_utils / RRC / RRCSystemInfoRequest-r15-IEs.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 "RRCSystemInfoRequest-r15-IEs.h"
9
10 static int
11 memb_requested_SI_List_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
12                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
13         const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
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         if(st->size > 0) {
24                 /* Size in bits */
25                 size = 8 * st->size - (st->bits_unused & 0x07);
26         } else {
27                 size = 0;
28         }
29         
30         if((size == 32)) {
31                 /* Constraint check succeeded */
32                 return 0;
33         } else {
34                 ASN__CTFAIL(app_key, td, sptr,
35                         "%s: constraint failed (%s:%d)",
36                         td->name, __FILE__, __LINE__);
37                 return -1;
38         }
39 }
40
41 static int
42 memb_spare_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
43                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
44         const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
45         size_t size;
46         
47         if(!sptr) {
48                 ASN__CTFAIL(app_key, td, sptr,
49                         "%s: value not given (%s:%d)",
50                         td->name, __FILE__, __LINE__);
51                 return -1;
52         }
53         
54         if(st->size > 0) {
55                 /* Size in bits */
56                 size = 8 * st->size - (st->bits_unused & 0x07);
57         } else {
58                 size = 0;
59         }
60         
61         if((size == 12)) {
62                 /* Constraint check succeeded */
63                 return 0;
64         } else {
65                 ASN__CTFAIL(app_key, td, sptr,
66                         "%s: constraint failed (%s:%d)",
67                         td->name, __FILE__, __LINE__);
68                 return -1;
69         }
70 }
71
72 static asn_oer_constraints_t asn_OER_memb_requested_SI_List_constr_2 CC_NOTUSED = {
73         { 0, 0 },
74         32      /* (SIZE(32..32)) */};
75 static asn_per_constraints_t asn_PER_memb_requested_SI_List_constr_2 CC_NOTUSED = {
76         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
77         { APC_CONSTRAINED,       0,  0,  32,  32 }      /* (SIZE(32..32)) */,
78         0, 0    /* No PER value map */
79 };
80 static asn_oer_constraints_t asn_OER_memb_spare_constr_3 CC_NOTUSED = {
81         { 0, 0 },
82         12      /* (SIZE(12..12)) */};
83 static asn_per_constraints_t asn_PER_memb_spare_constr_3 CC_NOTUSED = {
84         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
85         { APC_CONSTRAINED,       0,  0,  12,  12 }      /* (SIZE(12..12)) */,
86         0, 0    /* No PER value map */
87 };
88 asn_TYPE_member_t asn_MBR_RRCSystemInfoRequest_r15_IEs_1[] = {
89         { ATF_NOFLAGS, 0, offsetof(struct RRCSystemInfoRequest_r15_IEs, requested_SI_List),
90                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
91                 -1,     /* IMPLICIT tag at current level */
92                 &asn_DEF_BIT_STRING,
93                 0,
94                 { &asn_OER_memb_requested_SI_List_constr_2, &asn_PER_memb_requested_SI_List_constr_2,  memb_requested_SI_List_constraint_1 },
95                 0, 0, /* No default value */
96                 "requested-SI-List"
97                 },
98         { ATF_NOFLAGS, 0, offsetof(struct RRCSystemInfoRequest_r15_IEs, spare),
99                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
100                 -1,     /* IMPLICIT tag at current level */
101                 &asn_DEF_BIT_STRING,
102                 0,
103                 { &asn_OER_memb_spare_constr_3, &asn_PER_memb_spare_constr_3,  memb_spare_constraint_1 },
104                 0, 0, /* No default value */
105                 "spare"
106                 },
107 };
108 static const ber_tlv_tag_t asn_DEF_RRCSystemInfoRequest_r15_IEs_tags_1[] = {
109         (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
110 };
111 static const asn_TYPE_tag2member_t asn_MAP_RRCSystemInfoRequest_r15_IEs_tag2el_1[] = {
112     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* requested-SI-List */
113     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* spare */
114 };
115 asn_SEQUENCE_specifics_t asn_SPC_RRCSystemInfoRequest_r15_IEs_specs_1 = {
116         sizeof(struct RRCSystemInfoRequest_r15_IEs),
117         offsetof(struct RRCSystemInfoRequest_r15_IEs, _asn_ctx),
118         asn_MAP_RRCSystemInfoRequest_r15_IEs_tag2el_1,
119         2,      /* Count of tags in the map */
120         0, 0, 0,        /* Optional elements (not needed) */
121         -1,     /* First extension addition */
122 };
123 asn_TYPE_descriptor_t asn_DEF_RRCSystemInfoRequest_r15_IEs = {
124         "RRCSystemInfoRequest-r15-IEs",
125         "RRCSystemInfoRequest-r15-IEs",
126         &asn_OP_SEQUENCE,
127         asn_DEF_RRCSystemInfoRequest_r15_IEs_tags_1,
128         sizeof(asn_DEF_RRCSystemInfoRequest_r15_IEs_tags_1)
129                 /sizeof(asn_DEF_RRCSystemInfoRequest_r15_IEs_tags_1[0]), /* 1 */
130         asn_DEF_RRCSystemInfoRequest_r15_IEs_tags_1,    /* Same as above */
131         sizeof(asn_DEF_RRCSystemInfoRequest_r15_IEs_tags_1)
132                 /sizeof(asn_DEF_RRCSystemInfoRequest_r15_IEs_tags_1[0]), /* 1 */
133         { 0, 0, SEQUENCE_constraint },
134         asn_MBR_RRCSystemInfoRequest_r15_IEs_1,
135         2,      /* Elements count */
136         &asn_SPC_RRCSystemInfoRequest_r15_IEs_specs_1   /* Additional specs */
137 };
138