blob: 4462590fd2d3354698f300399c015c2279314b51 [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-PDU-Contents"
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_E-RABs-ToBeAdded-ModReqItem.h"
9
10#include "X2N_E-RABs-ToBeAdded-ModReqItem-SCG-Bearer.h"
11#include "X2N_E-RABs-ToBeAdded-ModReqItem-Split-Bearer.h"
12static asn_per_constraints_t asn_PER_type_X2N_E_RABs_ToBeAdded_ModReqItem_constr_1 CC_NOTUSED = {
13 { APC_CONSTRAINED | APC_EXTENSIBLE, 1, 1, 0, 1 } /* (0..1,...) */,
14 { APC_UNCONSTRAINED, -1, -1, 0, 0 },
15 0, 0 /* No PER value map */
16};
17static asn_TYPE_member_t asn_MBR_X2N_E_RABs_ToBeAdded_ModReqItem_1[] = {
18 { ATF_POINTER, 0, offsetof(struct X2N_E_RABs_ToBeAdded_ModReqItem, choice.sCG_Bearer),
19 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
20 -1, /* IMPLICIT tag at current level */
21 &asn_DEF_X2N_E_RABs_ToBeAdded_ModReqItem_SCG_Bearer,
22 0,
23 { 0, 0, 0 },
24 0, 0, /* No default value */
25 "sCG-Bearer"
26 },
27 { ATF_POINTER, 0, offsetof(struct X2N_E_RABs_ToBeAdded_ModReqItem, choice.split_Bearer),
28 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
29 -1, /* IMPLICIT tag at current level */
30 &asn_DEF_X2N_E_RABs_ToBeAdded_ModReqItem_Split_Bearer,
31 0,
32 { 0, 0, 0 },
33 0, 0, /* No default value */
34 "split-Bearer"
35 },
36};
37static const asn_TYPE_tag2member_t asn_MAP_X2N_E_RABs_ToBeAdded_ModReqItem_tag2el_1[] = {
38 { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* sCG-Bearer */
39 { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 } /* split-Bearer */
40};
41static asn_CHOICE_specifics_t asn_SPC_X2N_E_RABs_ToBeAdded_ModReqItem_specs_1 = {
42 sizeof(struct X2N_E_RABs_ToBeAdded_ModReqItem),
43 offsetof(struct X2N_E_RABs_ToBeAdded_ModReqItem, _asn_ctx),
44 offsetof(struct X2N_E_RABs_ToBeAdded_ModReqItem, present),
45 sizeof(((struct X2N_E_RABs_ToBeAdded_ModReqItem *)0)->present),
46 asn_MAP_X2N_E_RABs_ToBeAdded_ModReqItem_tag2el_1,
47 2, /* Count of tags in the map */
48 0, 0,
49 2 /* Extensions start */
50};
51asn_TYPE_descriptor_t asn_DEF_X2N_E_RABs_ToBeAdded_ModReqItem = {
52 "E-RABs-ToBeAdded-ModReqItem",
53 "E-RABs-ToBeAdded-ModReqItem",
54 &asn_OP_CHOICE,
55 0, /* No effective tags (pointer) */
56 0, /* No effective tags (count) */
57 0, /* No tags (pointer) */
58 0, /* No tags (count) */
59 { 0, &asn_PER_type_X2N_E_RABs_ToBeAdded_ModReqItem_constr_1, CHOICE_constraint },
60 asn_MBR_X2N_E_RABs_ToBeAdded_ModReqItem_1,
61 2, /* Elements count */
62 &asn_SPC_X2N_E_RABs_ToBeAdded_ModReqItem_specs_1 /* Additional specs */
63};
64