Juha Hyttinen | ff8dccd | 2019-12-10 14:34:07 +0200 | [diff] [blame^] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "X2AP-IEs" |
| 4 | * found in "Spec/e2_and_x2-combined-and-minimized.asn1" |
| 5 | * `asn1c -pdu=auto -fincludes-quoted -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example` |
| 6 | */ |
| 7 | |
| 8 | #include "ProtectedEUTRAResourceIndication.h" |
| 9 | |
| 10 | #include "ProtocolExtensionContainer.h" |
| 11 | static int |
| 12 | memb_activationSFN_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr, |
| 13 | asn_app_constraint_failed_f *ctfailcb, void *app_key) { |
| 14 | long value; |
| 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 | value = *(const long *)sptr; |
| 24 | |
| 25 | if((value >= 0 && value <= 1023)) { |
| 26 | /* Constraint check succeeded */ |
| 27 | return 0; |
| 28 | } else { |
| 29 | ASN__CTFAIL(app_key, td, sptr, |
| 30 | "%s: constraint failed (%s:%d)", |
| 31 | td->name, __FILE__, __LINE__); |
| 32 | return -1; |
| 33 | } |
| 34 | } |
| 35 | |
| 36 | static int |
| 37 | memb_mBSFNControlRegionLength_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr, |
| 38 | asn_app_constraint_failed_f *ctfailcb, void *app_key) { |
| 39 | long value; |
| 40 | |
| 41 | if(!sptr) { |
| 42 | ASN__CTFAIL(app_key, td, sptr, |
| 43 | "%s: value not given (%s:%d)", |
| 44 | td->name, __FILE__, __LINE__); |
| 45 | return -1; |
| 46 | } |
| 47 | |
| 48 | value = *(const long *)sptr; |
| 49 | |
| 50 | if((value >= 0 && value <= 3)) { |
| 51 | /* Constraint check succeeded */ |
| 52 | return 0; |
| 53 | } else { |
| 54 | ASN__CTFAIL(app_key, td, sptr, |
| 55 | "%s: constraint failed (%s:%d)", |
| 56 | td->name, __FILE__, __LINE__); |
| 57 | return -1; |
| 58 | } |
| 59 | } |
| 60 | |
| 61 | static int |
| 62 | memb_pDCCHRegionLength_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr, |
| 63 | asn_app_constraint_failed_f *ctfailcb, void *app_key) { |
| 64 | long value; |
| 65 | |
| 66 | if(!sptr) { |
| 67 | ASN__CTFAIL(app_key, td, sptr, |
| 68 | "%s: value not given (%s:%d)", |
| 69 | td->name, __FILE__, __LINE__); |
| 70 | return -1; |
| 71 | } |
| 72 | |
| 73 | value = *(const long *)sptr; |
| 74 | |
| 75 | if((value >= 1 && value <= 3)) { |
| 76 | /* Constraint check succeeded */ |
| 77 | return 0; |
| 78 | } else { |
| 79 | ASN__CTFAIL(app_key, td, sptr, |
| 80 | "%s: constraint failed (%s:%d)", |
| 81 | td->name, __FILE__, __LINE__); |
| 82 | return -1; |
| 83 | } |
| 84 | } |
| 85 | |
| 86 | static asn_per_constraints_t asn_PER_memb_activationSFN_constr_2 CC_NOTUSED = { |
| 87 | { APC_CONSTRAINED, 10, 10, 0, 1023 } /* (0..1023) */, |
| 88 | { APC_UNCONSTRAINED, -1, -1, 0, 0 }, |
| 89 | 0, 0 /* No PER value map */ |
| 90 | }; |
| 91 | static asn_per_constraints_t asn_PER_memb_mBSFNControlRegionLength_constr_4 CC_NOTUSED = { |
| 92 | { APC_CONSTRAINED, 2, 2, 0, 3 } /* (0..3) */, |
| 93 | { APC_UNCONSTRAINED, -1, -1, 0, 0 }, |
| 94 | 0, 0 /* No PER value map */ |
| 95 | }; |
| 96 | static asn_per_constraints_t asn_PER_memb_pDCCHRegionLength_constr_5 CC_NOTUSED = { |
| 97 | { APC_CONSTRAINED, 2, 2, 1, 3 } /* (1..3) */, |
| 98 | { APC_UNCONSTRAINED, -1, -1, 0, 0 }, |
| 99 | 0, 0 /* No PER value map */ |
| 100 | }; |
| 101 | static asn_TYPE_member_t asn_MBR_ProtectedEUTRAResourceIndication_1[] = { |
| 102 | { ATF_NOFLAGS, 0, offsetof(struct ProtectedEUTRAResourceIndication, activationSFN), |
| 103 | (ASN_TAG_CLASS_CONTEXT | (0 << 2)), |
| 104 | -1, /* IMPLICIT tag at current level */ |
| 105 | &asn_DEF_NativeInteger, |
| 106 | 0, |
| 107 | { 0, &asn_PER_memb_activationSFN_constr_2, memb_activationSFN_constraint_1 }, |
| 108 | 0, 0, /* No default value */ |
| 109 | "activationSFN" |
| 110 | }, |
| 111 | { ATF_NOFLAGS, 0, offsetof(struct ProtectedEUTRAResourceIndication, protectedResourceList), |
| 112 | (ASN_TAG_CLASS_CONTEXT | (1 << 2)), |
| 113 | -1, /* IMPLICIT tag at current level */ |
| 114 | &asn_DEF_ProtectedResourceList, |
| 115 | 0, |
| 116 | { 0, 0, 0 }, |
| 117 | 0, 0, /* No default value */ |
| 118 | "protectedResourceList" |
| 119 | }, |
| 120 | { ATF_POINTER, 3, offsetof(struct ProtectedEUTRAResourceIndication, mBSFNControlRegionLength), |
| 121 | (ASN_TAG_CLASS_CONTEXT | (2 << 2)), |
| 122 | -1, /* IMPLICIT tag at current level */ |
| 123 | &asn_DEF_NativeInteger, |
| 124 | 0, |
| 125 | { 0, &asn_PER_memb_mBSFNControlRegionLength_constr_4, memb_mBSFNControlRegionLength_constraint_1 }, |
| 126 | 0, 0, /* No default value */ |
| 127 | "mBSFNControlRegionLength" |
| 128 | }, |
| 129 | { ATF_POINTER, 2, offsetof(struct ProtectedEUTRAResourceIndication, pDCCHRegionLength), |
| 130 | (ASN_TAG_CLASS_CONTEXT | (3 << 2)), |
| 131 | -1, /* IMPLICIT tag at current level */ |
| 132 | &asn_DEF_NativeInteger, |
| 133 | 0, |
| 134 | { 0, &asn_PER_memb_pDCCHRegionLength_constr_5, memb_pDCCHRegionLength_constraint_1 }, |
| 135 | 0, 0, /* No default value */ |
| 136 | "pDCCHRegionLength" |
| 137 | }, |
| 138 | { ATF_POINTER, 1, offsetof(struct ProtectedEUTRAResourceIndication, iE_Extensions), |
| 139 | (ASN_TAG_CLASS_CONTEXT | (4 << 2)), |
| 140 | -1, /* IMPLICIT tag at current level */ |
| 141 | &asn_DEF_ProtocolExtensionContainer_8858P56, |
| 142 | 0, |
| 143 | { 0, 0, 0 }, |
| 144 | 0, 0, /* No default value */ |
| 145 | "iE-Extensions" |
| 146 | }, |
| 147 | }; |
| 148 | static const int asn_MAP_ProtectedEUTRAResourceIndication_oms_1[] = { 2, 3, 4 }; |
| 149 | static const ber_tlv_tag_t asn_DEF_ProtectedEUTRAResourceIndication_tags_1[] = { |
| 150 | (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) |
| 151 | }; |
| 152 | static const asn_TYPE_tag2member_t asn_MAP_ProtectedEUTRAResourceIndication_tag2el_1[] = { |
| 153 | { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* activationSFN */ |
| 154 | { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* protectedResourceList */ |
| 155 | { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* mBSFNControlRegionLength */ |
| 156 | { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* pDCCHRegionLength */ |
| 157 | { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* iE-Extensions */ |
| 158 | }; |
| 159 | static asn_SEQUENCE_specifics_t asn_SPC_ProtectedEUTRAResourceIndication_specs_1 = { |
| 160 | sizeof(struct ProtectedEUTRAResourceIndication), |
| 161 | offsetof(struct ProtectedEUTRAResourceIndication, _asn_ctx), |
| 162 | asn_MAP_ProtectedEUTRAResourceIndication_tag2el_1, |
| 163 | 5, /* Count of tags in the map */ |
| 164 | asn_MAP_ProtectedEUTRAResourceIndication_oms_1, /* Optional members */ |
| 165 | 3, 0, /* Root/Additions */ |
| 166 | 5, /* First extension addition */ |
| 167 | }; |
| 168 | asn_TYPE_descriptor_t asn_DEF_ProtectedEUTRAResourceIndication = { |
| 169 | "ProtectedEUTRAResourceIndication", |
| 170 | "ProtectedEUTRAResourceIndication", |
| 171 | &asn_OP_SEQUENCE, |
| 172 | asn_DEF_ProtectedEUTRAResourceIndication_tags_1, |
| 173 | sizeof(asn_DEF_ProtectedEUTRAResourceIndication_tags_1) |
| 174 | /sizeof(asn_DEF_ProtectedEUTRAResourceIndication_tags_1[0]), /* 1 */ |
| 175 | asn_DEF_ProtectedEUTRAResourceIndication_tags_1, /* Same as above */ |
| 176 | sizeof(asn_DEF_ProtectedEUTRAResourceIndication_tags_1) |
| 177 | /sizeof(asn_DEF_ProtectedEUTRAResourceIndication_tags_1[0]), /* 1 */ |
| 178 | { 0, 0, SEQUENCE_constraint }, |
| 179 | asn_MBR_ProtectedEUTRAResourceIndication_1, |
| 180 | 5, /* Elements count */ |
| 181 | &asn_SPC_ProtectedEUTRAResourceIndication_specs_1 /* Additional specs */ |
| 182 | }; |
| 183 | |