blob: 9832138787c7e84e4f07434864c755ac949e6032 [file] [log] [blame]
Peter Szilagyifbc56f92019-07-23 19:29:46 +00001/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-IEs"
kalnagy1455c852019-10-21 13:06:23 +02004 * found in "X2AP-15-4-0.asn1"
5 * `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
Peter Szilagyifbc56f92019-07-23 19:29:46 +00006 */
7
8#include "ReservedSubframePattern.h"
9
10#include "ProtocolExtensionContainer.h"
11static int
12memb_reservedSubframePattern_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
13 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
14 const BIT_STRING_t *st = (const BIT_STRING_t *)sptr;
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 if(st->size > 0) {
25 /* Size in bits */
26 size = 8 * st->size - (st->bits_unused & 0x07);
27 } else {
28 size = 0;
29 }
30
31 if((size >= 10 && size <= 160)) {
32 /* Constraint check succeeded */
33 return 0;
34 } else {
35 ASN__CTFAIL(app_key, td, sptr,
36 "%s: constraint failed (%s:%d)",
37 td->name, __FILE__, __LINE__);
38 return -1;
39 }
40}
41
42static int
43memb_mBSFNControlRegionLength_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr,
44 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
45 long value;
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 value = *(const long *)sptr;
55
56 if((value >= 0 && value <= 3)) {
57 /* Constraint check succeeded */
58 return 0;
59 } else {
60 ASN__CTFAIL(app_key, td, sptr,
61 "%s: constraint failed (%s:%d)",
62 td->name, __FILE__, __LINE__);
63 return -1;
64 }
65}
66
67static asn_oer_constraints_t asn_OER_memb_reservedSubframePattern_constr_3 CC_NOTUSED = {
68 { 0, 0 },
69 -1 /* (SIZE(10..160)) */};
70static asn_per_constraints_t asn_PER_memb_reservedSubframePattern_constr_3 CC_NOTUSED = {
71 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
72 { APC_CONSTRAINED, 8, 8, 10, 160 } /* (SIZE(10..160)) */,
73 0, 0 /* No PER value map */
74};
75static asn_oer_constraints_t asn_OER_memb_mBSFNControlRegionLength_constr_4 CC_NOTUSED = {
76 { 1, 1 } /* (0..3) */,
77 -1};
78static asn_per_constraints_t asn_PER_memb_mBSFNControlRegionLength_constr_4 CC_NOTUSED = {
79 { APC_CONSTRAINED, 2, 2, 0, 3 } /* (0..3) */,
80 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
81 0, 0 /* No PER value map */
82};
83asn_TYPE_member_t asn_MBR_ReservedSubframePattern_1[] = {
84 { ATF_NOFLAGS, 0, offsetof(struct ReservedSubframePattern, subframeType),
85 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
86 -1, /* IMPLICIT tag at current level */
87 &asn_DEF_SubframeType,
88 0,
89 { 0, 0, 0 },
90 0, 0, /* No default value */
91 "subframeType"
92 },
93 { ATF_NOFLAGS, 0, offsetof(struct ReservedSubframePattern, reservedSubframePattern),
94 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
95 -1, /* IMPLICIT tag at current level */
96 &asn_DEF_BIT_STRING,
97 0,
98 { &asn_OER_memb_reservedSubframePattern_constr_3, &asn_PER_memb_reservedSubframePattern_constr_3, memb_reservedSubframePattern_constraint_1 },
99 0, 0, /* No default value */
100 "reservedSubframePattern"
101 },
102 { ATF_NOFLAGS, 0, offsetof(struct ReservedSubframePattern, mBSFNControlRegionLength),
103 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
104 -1, /* IMPLICIT tag at current level */
105 &asn_DEF_NativeInteger,
106 0,
107 { &asn_OER_memb_mBSFNControlRegionLength_constr_4, &asn_PER_memb_mBSFNControlRegionLength_constr_4, memb_mBSFNControlRegionLength_constraint_1 },
108 0, 0, /* No default value */
109 "mBSFNControlRegionLength"
110 },
111 { ATF_POINTER, 1, offsetof(struct ReservedSubframePattern, iE_Extensions),
112 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
113 -1, /* IMPLICIT tag at current level */
kalnagy1455c852019-10-21 13:06:23 +0200114 &asn_DEF_ProtocolExtensionContainer_7683P185,
Peter Szilagyifbc56f92019-07-23 19:29:46 +0000115 0,
116 { 0, 0, 0 },
117 0, 0, /* No default value */
118 "iE-Extensions"
119 },
120};
121static const int asn_MAP_ReservedSubframePattern_oms_1[] = { 3 };
122static const ber_tlv_tag_t asn_DEF_ReservedSubframePattern_tags_1[] = {
123 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
124};
125static const asn_TYPE_tag2member_t asn_MAP_ReservedSubframePattern_tag2el_1[] = {
126 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* subframeType */
127 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* reservedSubframePattern */
128 { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* mBSFNControlRegionLength */
129 { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* iE-Extensions */
130};
131asn_SEQUENCE_specifics_t asn_SPC_ReservedSubframePattern_specs_1 = {
132 sizeof(struct ReservedSubframePattern),
133 offsetof(struct ReservedSubframePattern, _asn_ctx),
134 asn_MAP_ReservedSubframePattern_tag2el_1,
135 4, /* Count of tags in the map */
136 asn_MAP_ReservedSubframePattern_oms_1, /* Optional members */
137 1, 0, /* Root/Additions */
138 4, /* First extension addition */
139};
140asn_TYPE_descriptor_t asn_DEF_ReservedSubframePattern = {
141 "ReservedSubframePattern",
142 "ReservedSubframePattern",
143 &asn_OP_SEQUENCE,
144 asn_DEF_ReservedSubframePattern_tags_1,
145 sizeof(asn_DEF_ReservedSubframePattern_tags_1)
146 /sizeof(asn_DEF_ReservedSubframePattern_tags_1[0]), /* 1 */
147 asn_DEF_ReservedSubframePattern_tags_1, /* Same as above */
148 sizeof(asn_DEF_ReservedSubframePattern_tags_1)
149 /sizeof(asn_DEF_ReservedSubframePattern_tags_1[0]), /* 1 */
150 { 0, 0, SEQUENCE_constraint },
151 asn_MBR_ReservedSubframePattern_1,
152 4, /* Elements count */
153 &asn_SPC_ReservedSubframePattern_specs_1 /* Additional specs */
154};
155