blob: 62455b122bef585d2bc295aa113a640cf48b9b12 [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"
4 * found in "Spec/e2ap-v031ex.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6 */
7
8#include "UsableABSInformationFDD.h"
9
10#include "ProtocolExtensionContainer.h"
11static int
12memb_usable_abs_pattern_info_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 == 40)) {
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 asn_oer_constraints_t asn_OER_memb_usable_abs_pattern_info_constr_2 CC_NOTUSED = {
43 { 0, 0 },
44 40 /* (SIZE(40..40)) */};
45static asn_per_constraints_t asn_PER_memb_usable_abs_pattern_info_constr_2 CC_NOTUSED = {
46 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
47 { APC_CONSTRAINED, 0, 0, 40, 40 } /* (SIZE(40..40)) */,
48 0, 0 /* No PER value map */
49};
50asn_TYPE_member_t asn_MBR_UsableABSInformationFDD_1[] = {
51 { ATF_NOFLAGS, 0, offsetof(struct UsableABSInformationFDD, usable_abs_pattern_info),
52 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
53 -1, /* IMPLICIT tag at current level */
54 &asn_DEF_BIT_STRING,
55 0,
56 { &asn_OER_memb_usable_abs_pattern_info_constr_2, &asn_PER_memb_usable_abs_pattern_info_constr_2, memb_usable_abs_pattern_info_constraint_1 },
57 0, 0, /* No default value */
58 "usable-abs-pattern-info"
59 },
60 { ATF_POINTER, 1, offsetof(struct UsableABSInformationFDD, iE_Extensions),
61 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
62 -1, /* IMPLICIT tag at current level */
63 &asn_DEF_ProtocolExtensionContainer_9566P218,
64 0,
65 { 0, 0, 0 },
66 0, 0, /* No default value */
67 "iE-Extensions"
68 },
69};
70static const int asn_MAP_UsableABSInformationFDD_oms_1[] = { 1 };
71static const ber_tlv_tag_t asn_DEF_UsableABSInformationFDD_tags_1[] = {
72 (ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
73};
74static const asn_TYPE_tag2member_t asn_MAP_UsableABSInformationFDD_tag2el_1[] = {
75 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* usable-abs-pattern-info */
76 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* iE-Extensions */
77};
78asn_SEQUENCE_specifics_t asn_SPC_UsableABSInformationFDD_specs_1 = {
79 sizeof(struct UsableABSInformationFDD),
80 offsetof(struct UsableABSInformationFDD, _asn_ctx),
81 asn_MAP_UsableABSInformationFDD_tag2el_1,
82 2, /* Count of tags in the map */
83 asn_MAP_UsableABSInformationFDD_oms_1, /* Optional members */
84 1, 0, /* Root/Additions */
85 2, /* First extension addition */
86};
87asn_TYPE_descriptor_t asn_DEF_UsableABSInformationFDD = {
88 "UsableABSInformationFDD",
89 "UsableABSInformationFDD",
90 &asn_OP_SEQUENCE,
91 asn_DEF_UsableABSInformationFDD_tags_1,
92 sizeof(asn_DEF_UsableABSInformationFDD_tags_1)
93 /sizeof(asn_DEF_UsableABSInformationFDD_tags_1[0]), /* 1 */
94 asn_DEF_UsableABSInformationFDD_tags_1, /* Same as above */
95 sizeof(asn_DEF_UsableABSInformationFDD_tags_1)
96 /sizeof(asn_DEF_UsableABSInformationFDD_tags_1[0]), /* 1 */
97 { 0, 0, SEQUENCE_constraint },
98 asn_MBR_UsableABSInformationFDD_1,
99 2, /* Elements count */
100 &asn_SPC_UsableABSInformationFDD_specs_1 /* Additional specs */
101};
102