blob: 730ca2e7c420250da193cd53ffb008943e392271 [file] [log] [blame]
sjana76e88d22020-03-19 13:24:39 -04001/*
2 * Generated by asn1c-0.9.29 n1 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-IEs"
4 * found in "../../asn_defs/asn1/x2ap-15-04.asn"
5 * `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`
6 */
7
8#include "X2N_WTID.h"
9
10#include "X2N_WTID-Type1.h"
11asn_per_constraints_t asn_PER_type_X2N_WTID_constr_1 CC_NOTUSED = {
12 { APC_CONSTRAINED | APC_EXTENSIBLE, 1, 1, 0, 1 } /* (0..1,...) */,
13 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
14 0, 0 /* No PER value map */
15};
16asn_TYPE_member_t asn_MBR_X2N_WTID_1[] = {
17 { ATF_POINTER, 0, offsetof(struct X2N_WTID, choice.wTID_Type1),
18 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
19 -1, /* IMPLICIT tag at current level */
20 &asn_DEF_X2N_WTID_Type1,
21 0,
22 { 0, 0, 0 },
23 0, 0, /* No default value */
24 "wTID-Type1"
25 },
26 { ATF_NOFLAGS, 0, offsetof(struct X2N_WTID, choice.wTID_Type2),
27 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
28 -1, /* IMPLICIT tag at current level */
29 &asn_DEF_X2N_WTID_Long_Type2,
30 0,
31 { 0, 0, 0 },
32 0, 0, /* No default value */
33 "wTID-Type2"
34 },
35};
36static const asn_TYPE_tag2member_t asn_MAP_X2N_WTID_tag2el_1[] = {
37 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* wTID-Type1 */
38 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* wTID-Type2 */
39};
40asn_CHOICE_specifics_t asn_SPC_X2N_WTID_specs_1 = {
41 sizeof(struct X2N_WTID),
42 offsetof(struct X2N_WTID, _asn_ctx),
43 offsetof(struct X2N_WTID, present),
44 sizeof(((struct X2N_WTID *)0)->present),
45 asn_MAP_X2N_WTID_tag2el_1,
46 2, /* Count of tags in the map */
47 0, 0,
48 2 /* Extensions start */
49};
50asn_TYPE_descriptor_t asn_DEF_X2N_WTID = {
51 "WTID",
52 "WTID",
53 &asn_OP_CHOICE,
54 0, /* No effective tags (pointer) */
55 0, /* No effective tags (count) */
56 0, /* No tags (pointer) */
57 0, /* No tags (count) */
58 { 0, &asn_PER_type_X2N_WTID_constr_1, CHOICE_constraint },
59 asn_MBR_X2N_WTID_1,
60 2, /* Elements count */
61 &asn_SPC_X2N_WTID_specs_1 /* Additional specs */
62};
63