2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "NR-RRC-Definitions"
4 * found in "/home/labadmin/hlal/rrc_15.3_asn.asn1"
5 * `asn1c -D ./15_3_rrc/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
8 #include "RRCSystemInfoRequest-r15-IEs.h"
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;
17 ASN__CTFAIL(app_key, td, sptr,
18 "%s: value not given (%s:%d)",
19 td->name, __FILE__, __LINE__);
25 size = 8 * st->size - (st->bits_unused & 0x07);
31 /* Constraint check succeeded */
34 ASN__CTFAIL(app_key, td, sptr,
35 "%s: constraint failed (%s:%d)",
36 td->name, __FILE__, __LINE__);
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;
48 ASN__CTFAIL(app_key, td, sptr,
49 "%s: value not given (%s:%d)",
50 td->name, __FILE__, __LINE__);
56 size = 8 * st->size - (st->bits_unused & 0x07);
62 /* Constraint check succeeded */
65 ASN__CTFAIL(app_key, td, sptr,
66 "%s: constraint failed (%s:%d)",
67 td->name, __FILE__, __LINE__);
72 static asn_oer_constraints_t asn_OER_memb_requested_SI_List_constr_2 CC_NOTUSED = {
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 */
80 static asn_oer_constraints_t asn_OER_memb_spare_constr_3 CC_NOTUSED = {
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 */
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 */
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 */
98 { ATF_NOFLAGS, 0, offsetof(struct RRCSystemInfoRequest_r15_IEs, spare),
99 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
100 -1, /* IMPLICIT tag at current level */
103 { &asn_OER_memb_spare_constr_3, &asn_PER_memb_spare_constr_3, memb_spare_constraint_1 },
104 0, 0, /* No default value */
108 static const ber_tlv_tag_t asn_DEF_RRCSystemInfoRequest_r15_IEs_tags_1[] = {
109 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
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 */
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 */
123 asn_TYPE_descriptor_t asn_DEF_RRCSystemInfoRequest_r15_IEs = {
124 "RRCSystemInfoRequest-r15-IEs",
125 "RRCSystemInfoRequest-r15-IEs",
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 */