Add version 0.5.0
[ric-plt/submgr.git] / e2ap / lib / LastVisitedGERANCellInformation.c
1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "X2AP-IEs"
4  *      found in "Spec/e2ap-v031ex.asn"
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
6  */
7
8 #include "LastVisitedGERANCellInformation.h"
9
10 static asn_oer_constraints_t asn_OER_type_LastVisitedGERANCellInformation_constr_1 CC_NOTUSED = {
11         { 0, 0 },
12         -1};
13 asn_per_constraints_t asn_PER_type_LastVisitedGERANCellInformation_constr_1 CC_NOTUSED = {
14         { APC_CONSTRAINED | APC_EXTENSIBLE,  0,  0,  0,  0 }    /* (0..0,...) */,
15         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },
16         0, 0    /* No PER value map */
17 };
18 asn_TYPE_member_t asn_MBR_LastVisitedGERANCellInformation_1[] = {
19         { ATF_NOFLAGS, 0, offsetof(struct LastVisitedGERANCellInformation, choice.undefined),
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                 "undefined"
27                 },
28 };
29 static const asn_TYPE_tag2member_t asn_MAP_LastVisitedGERANCellInformation_tag2el_1[] = {
30     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* undefined */
31 };
32 asn_CHOICE_specifics_t asn_SPC_LastVisitedGERANCellInformation_specs_1 = {
33         sizeof(struct LastVisitedGERANCellInformation),
34         offsetof(struct LastVisitedGERANCellInformation, _asn_ctx),
35         offsetof(struct LastVisitedGERANCellInformation, present),
36         sizeof(((struct LastVisitedGERANCellInformation *)0)->present),
37         asn_MAP_LastVisitedGERANCellInformation_tag2el_1,
38         1,      /* Count of tags in the map */
39         0, 0,
40         1       /* Extensions start */
41 };
42 asn_TYPE_descriptor_t asn_DEF_LastVisitedGERANCellInformation = {
43         "LastVisitedGERANCellInformation",
44         "LastVisitedGERANCellInformation",
45         &asn_OP_CHOICE,
46         0,      /* No effective tags (pointer) */
47         0,      /* No effective tags (count) */
48         0,      /* No tags (pointer) */
49         0,      /* No tags (count) */
50         { &asn_OER_type_LastVisitedGERANCellInformation_constr_1, &asn_PER_type_LastVisitedGERANCellInformation_constr_1, CHOICE_constraint },
51         asn_MBR_LastVisitedGERANCellInformation_1,
52         1,      /* Elements count */
53         &asn_SPC_LastVisitedGERANCellInformation_specs_1        /* Additional specs */
54 };
55