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 "ABSInformation.h" |
| 9 | |
| 10 | static asn_per_constraints_t asn_PER_type_ABSInformation_constr_1 CC_NOTUSED = { |
| 11 | { APC_CONSTRAINED | APC_EXTENSIBLE, 2, 2, 0, 2 } /* (0..2,...) */, |
| 12 | { APC_UNCONSTRAINED, -1, -1, 0, 0 }, |
| 13 | 0, 0 /* No PER value map */ |
| 14 | }; |
| 15 | static asn_TYPE_member_t asn_MBR_ABSInformation_1[] = { |
| 16 | { ATF_NOFLAGS, 0, offsetof(struct ABSInformation, choice.fdd), |
| 17 | (ASN_TAG_CLASS_CONTEXT | (0 << 2)), |
| 18 | -1, /* IMPLICIT tag at current level */ |
| 19 | &asn_DEF_ABSInformationFDD, |
| 20 | 0, |
| 21 | { 0, 0, 0 }, |
| 22 | 0, 0, /* No default value */ |
| 23 | "fdd" |
| 24 | }, |
| 25 | { ATF_NOFLAGS, 0, offsetof(struct ABSInformation, choice.tdd), |
| 26 | (ASN_TAG_CLASS_CONTEXT | (1 << 2)), |
| 27 | -1, /* IMPLICIT tag at current level */ |
| 28 | &asn_DEF_ABSInformationTDD, |
| 29 | 0, |
| 30 | { 0, 0, 0 }, |
| 31 | 0, 0, /* No default value */ |
| 32 | "tdd" |
| 33 | }, |
| 34 | { ATF_NOFLAGS, 0, offsetof(struct ABSInformation, choice.abs_inactive), |
| 35 | (ASN_TAG_CLASS_CONTEXT | (2 << 2)), |
| 36 | -1, /* IMPLICIT tag at current level */ |
| 37 | &asn_DEF_NULL, |
| 38 | 0, |
| 39 | { 0, 0, 0 }, |
| 40 | 0, 0, /* No default value */ |
| 41 | "abs-inactive" |
| 42 | }, |
| 43 | }; |
| 44 | static const asn_TYPE_tag2member_t asn_MAP_ABSInformation_tag2el_1[] = { |
| 45 | { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* fdd */ |
| 46 | { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* tdd */ |
| 47 | { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 } /* abs-inactive */ |
| 48 | }; |
| 49 | static asn_CHOICE_specifics_t asn_SPC_ABSInformation_specs_1 = { |
| 50 | sizeof(struct ABSInformation), |
| 51 | offsetof(struct ABSInformation, _asn_ctx), |
| 52 | offsetof(struct ABSInformation, present), |
| 53 | sizeof(((struct ABSInformation *)0)->present), |
| 54 | asn_MAP_ABSInformation_tag2el_1, |
| 55 | 3, /* Count of tags in the map */ |
| 56 | 0, 0, |
| 57 | 3 /* Extensions start */ |
| 58 | }; |
| 59 | asn_TYPE_descriptor_t asn_DEF_ABSInformation = { |
| 60 | "ABSInformation", |
| 61 | "ABSInformation", |
| 62 | &asn_OP_CHOICE, |
| 63 | 0, /* No effective tags (pointer) */ |
| 64 | 0, /* No effective tags (count) */ |
| 65 | 0, /* No tags (pointer) */ |
| 66 | 0, /* No tags (count) */ |
| 67 | { 0, &asn_PER_type_ABSInformation_constr_1, CHOICE_constraint }, |
| 68 | asn_MBR_ABSInformation_1, |
| 69 | 3, /* Elements count */ |
| 70 | &asn_SPC_ABSInformation_specs_1 /* Additional specs */ |
| 71 | }; |
| 72 | |