287b3efed1e03f2de6b66619687051e10c982d7d
[ric-app/admin.git] / asn1c_defs / X2N_LastVisitedGERANCellInformation.c
1 /*
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_LastVisitedGERANCellInformation.h"
9
10 asn_per_constraints_t asn_PER_type_X2N_LastVisitedGERANCellInformation_constr_1 CC_NOTUSED = {
11         { APC_CONSTRAINED | APC_EXTENSIBLE,  0,  0,  0,  0 }    /* (0..0,...) */,
12         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
13         0, 0    /* No PER value map */
14 };
15 asn_TYPE_member_t asn_MBR_X2N_LastVisitedGERANCellInformation_1[] = {
16         { ATF_NOFLAGS, 0, offsetof(struct X2N_LastVisitedGERANCellInformation, choice.undefined),
17                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
18                 -1,     /* IMPLICIT tag at current level */
19                 &asn_DEF_NULL,
20                 0,
21                 { 0, 0, 0 },
22                 0, 0, /* No default value */
23                 "undefined"
24                 },
25 };
26 static const asn_TYPE_tag2member_t asn_MAP_X2N_LastVisitedGERANCellInformation_tag2el_1[] = {
27     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* undefined */
28 };
29 asn_CHOICE_specifics_t asn_SPC_X2N_LastVisitedGERANCellInformation_specs_1 = {
30         sizeof(struct X2N_LastVisitedGERANCellInformation),
31         offsetof(struct X2N_LastVisitedGERANCellInformation, _asn_ctx),
32         offsetof(struct X2N_LastVisitedGERANCellInformation, present),
33         sizeof(((struct X2N_LastVisitedGERANCellInformation *)0)->present),
34         asn_MAP_X2N_LastVisitedGERANCellInformation_tag2el_1,
35         1,      /* Count of tags in the map */
36         0, 0,
37         1       /* Extensions start */
38 };
39 asn_TYPE_descriptor_t asn_DEF_X2N_LastVisitedGERANCellInformation = {
40         "LastVisitedGERANCellInformation",
41         "LastVisitedGERANCellInformation",
42         &asn_OP_CHOICE,
43         0,      /* No effective tags (pointer) */
44         0,      /* No effective tags (count) */
45         0,      /* No tags (pointer) */
46         0,      /* No tags (count) */
47         { 0, &asn_PER_type_X2N_LastVisitedGERANCellInformation_constr_1, CHOICE_constraint },
48         asn_MBR_X2N_LastVisitedGERANCellInformation_1,
49         1,      /* Elements count */
50         &asn_SPC_X2N_LastVisitedGERANCellInformation_specs_1    /* Additional specs */
51 };
52