blob: c105dcfa49c1dc390a63bb7beb7242229be35d5c [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 "DLResourcesULandDLSharing.h"
9
10static asn_oer_constraints_t asn_OER_type_DLResourcesULandDLSharing_constr_1 CC_NOTUSED = {
11 { 0, 0 },
12 -1};
13asn_per_constraints_t asn_PER_type_DLResourcesULandDLSharing_constr_1 CC_NOTUSED = {
14 { APC_CONSTRAINED | APC_EXTENSIBLE, 1, 1, 0, 1 } /* (0..1,...) */,
15 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
16 0, 0 /* No PER value map */
17};
18asn_TYPE_member_t asn_MBR_DLResourcesULandDLSharing_1[] = {
19 { ATF_NOFLAGS, 0, offsetof(struct DLResourcesULandDLSharing, choice.unchanged),
20 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
21 -1, /* IMPLICIT tag at current level */
22 &asn_DEF_NULL,
23 0,
24 { 0, 0, 0 },
25 0, 0, /* No default value */
26 "unchanged"
27 },
28 { ATF_NOFLAGS, 0, offsetof(struct DLResourcesULandDLSharing, choice.changed),
29 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
30 -1, /* IMPLICIT tag at current level */
31 &asn_DEF_DLResourceBitmapULandDLSharing,
32 0,
33 { 0, 0, 0 },
34 0, 0, /* No default value */
35 "changed"
36 },
37};
38static const asn_TYPE_tag2member_t asn_MAP_DLResourcesULandDLSharing_tag2el_1[] = {
39 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* unchanged */
40 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* changed */
41};
42asn_CHOICE_specifics_t asn_SPC_DLResourcesULandDLSharing_specs_1 = {
43 sizeof(struct DLResourcesULandDLSharing),
44 offsetof(struct DLResourcesULandDLSharing, _asn_ctx),
45 offsetof(struct DLResourcesULandDLSharing, present),
46 sizeof(((struct DLResourcesULandDLSharing *)0)->present),
47 asn_MAP_DLResourcesULandDLSharing_tag2el_1,
48 2, /* Count of tags in the map */
49 0, 0,
50 2 /* Extensions start */
51};
52asn_TYPE_descriptor_t asn_DEF_DLResourcesULandDLSharing = {
53 "DLResourcesULandDLSharing",
54 "DLResourcesULandDLSharing",
55 &asn_OP_CHOICE,
56 0, /* No effective tags (pointer) */
57 0, /* No effective tags (count) */
58 0, /* No tags (pointer) */
59 0, /* No tags (count) */
60 { &asn_OER_type_DLResourcesULandDLSharing_constr_1, &asn_PER_type_DLResourcesULandDLSharing_constr_1, CHOICE_constraint },
61 asn_MBR_DLResourcesULandDLSharing_1,
62 2, /* Elements count */
63 &asn_SPC_DLResourcesULandDLSharing_specs_1 /* Additional specs */
64};
65