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-CommonDataTypes" |
| 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 "PrivateIE-ID.h" |
| 9 | |
| 10 | static int |
| 11 | memb_local_constraint_1(const asn_TYPE_descriptor_t *td, const void *sptr, |
| 12 | asn_app_constraint_failed_f *ctfailcb, void *app_key) { |
| 13 | long value; |
| 14 | |
| 15 | if(!sptr) { |
| 16 | ASN__CTFAIL(app_key, td, sptr, |
| 17 | "%s: value not given (%s:%d)", |
| 18 | td->name, __FILE__, __LINE__); |
| 19 | return -1; |
| 20 | } |
| 21 | |
| 22 | value = *(const long *)sptr; |
| 23 | |
| 24 | if((value >= 0 && value <= 65535)) { |
| 25 | /* Constraint check succeeded */ |
| 26 | return 0; |
| 27 | } else { |
| 28 | ASN__CTFAIL(app_key, td, sptr, |
| 29 | "%s: constraint failed (%s:%d)", |
| 30 | td->name, __FILE__, __LINE__); |
| 31 | return -1; |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | static asn_per_constraints_t asn_PER_memb_local_constr_2 CC_NOTUSED = { |
| 36 | { APC_CONSTRAINED, 16, 16, 0, 65535 } /* (0..65535) */, |
| 37 | { APC_UNCONSTRAINED, -1, -1, 0, 0 }, |
| 38 | 0, 0 /* No PER value map */ |
| 39 | }; |
| 40 | asn_per_constraints_t asn_PER_type_PrivateIE_ID_constr_1 CC_NOTUSED = { |
| 41 | { APC_CONSTRAINED, 1, 1, 0, 1 } /* (0..1) */, |
| 42 | { APC_UNCONSTRAINED, -1, -1, 0, 0 }, |
| 43 | 0, 0 /* No PER value map */ |
| 44 | }; |
| 45 | asn_TYPE_member_t asn_MBR_PrivateIE_ID_1[] = { |
| 46 | { ATF_NOFLAGS, 0, offsetof(struct PrivateIE_ID, choice.local), |
| 47 | (ASN_TAG_CLASS_CONTEXT | (0 << 2)), |
| 48 | -1, /* IMPLICIT tag at current level */ |
| 49 | &asn_DEF_NativeInteger, |
| 50 | 0, |
| 51 | { 0, &asn_PER_memb_local_constr_2, memb_local_constraint_1 }, |
| 52 | 0, 0, /* No default value */ |
| 53 | "local" |
| 54 | }, |
| 55 | { ATF_NOFLAGS, 0, offsetof(struct PrivateIE_ID, choice.global), |
| 56 | (ASN_TAG_CLASS_CONTEXT | (1 << 2)), |
| 57 | -1, /* IMPLICIT tag at current level */ |
| 58 | &asn_DEF_OBJECT_IDENTIFIER, |
| 59 | 0, |
| 60 | { 0, 0, 0 }, |
| 61 | 0, 0, /* No default value */ |
| 62 | "global" |
| 63 | }, |
| 64 | }; |
| 65 | static const asn_TYPE_tag2member_t asn_MAP_PrivateIE_ID_tag2el_1[] = { |
| 66 | { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* local */ |
| 67 | { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* global */ |
| 68 | }; |
| 69 | asn_CHOICE_specifics_t asn_SPC_PrivateIE_ID_specs_1 = { |
| 70 | sizeof(struct PrivateIE_ID), |
| 71 | offsetof(struct PrivateIE_ID, _asn_ctx), |
| 72 | offsetof(struct PrivateIE_ID, present), |
| 73 | sizeof(((struct PrivateIE_ID *)0)->present), |
| 74 | asn_MAP_PrivateIE_ID_tag2el_1, |
| 75 | 2, /* Count of tags in the map */ |
| 76 | 0, 0, |
| 77 | -1 /* Extensions start */ |
| 78 | }; |
| 79 | asn_TYPE_descriptor_t asn_DEF_PrivateIE_ID = { |
| 80 | "PrivateIE-ID", |
| 81 | "PrivateIE-ID", |
| 82 | &asn_OP_CHOICE, |
| 83 | 0, /* No effective tags (pointer) */ |
| 84 | 0, /* No effective tags (count) */ |
| 85 | 0, /* No tags (pointer) */ |
| 86 | 0, /* No tags (count) */ |
| 87 | { 0, &asn_PER_type_PrivateIE_ID_constr_1, CHOICE_constraint }, |
| 88 | asn_MBR_PrivateIE_ID_1, |
| 89 | 2, /* Elements count */ |
| 90 | &asn_SPC_PrivateIE_ID_specs_1 /* Additional specs */ |
| 91 | }; |
| 92 | |