Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / LastVisitedGERANCellInformation.c
1 /*\r
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
3  * From ASN.1 module "X2AP-IEs"\r
4  *      found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
5  *      `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
6  */\r
7 \r
8 #include "LastVisitedGERANCellInformation.h"\r
9 \r
10 asn_per_constraints_t asn_PER_type_LastVisitedGERANCellInformation_constr_1 CC_NOTUSED = {\r
11         { APC_CONSTRAINED | APC_EXTENSIBLE,  0,  0,  0,  0 }    /* (0..0,...) */,\r
12         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },\r
13         0, 0    /* No PER value map */\r
14 };\r
15 asn_TYPE_member_t asn_MBR_LastVisitedGERANCellInformation_1[] = {\r
16         { ATF_NOFLAGS, 0, offsetof(struct LastVisitedGERANCellInformation, choice.undefined),\r
17                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),\r
18                 -1,     /* IMPLICIT tag at current level */\r
19                 &asn_DEF_NULL,\r
20                 0,\r
21                 { 0, 0, 0 },\r
22                 0, 0, /* No default value */\r
23                 "undefined"\r
24                 },\r
25 };\r
26 static const asn_TYPE_tag2member_t asn_MAP_LastVisitedGERANCellInformation_tag2el_1[] = {\r
27     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 } /* undefined */\r
28 };\r
29 asn_CHOICE_specifics_t asn_SPC_LastVisitedGERANCellInformation_specs_1 = {\r
30         sizeof(struct LastVisitedGERANCellInformation),\r
31         offsetof(struct LastVisitedGERANCellInformation, _asn_ctx),\r
32         offsetof(struct LastVisitedGERANCellInformation, present),\r
33         sizeof(((struct LastVisitedGERANCellInformation *)0)->present),\r
34         asn_MAP_LastVisitedGERANCellInformation_tag2el_1,\r
35         1,      /* Count of tags in the map */\r
36         0, 0,\r
37         1       /* Extensions start */\r
38 };\r
39 asn_TYPE_descriptor_t asn_DEF_LastVisitedGERANCellInformation = {\r
40         "LastVisitedGERANCellInformation",\r
41         "LastVisitedGERANCellInformation",\r
42         &asn_OP_CHOICE,\r
43         0,      /* No effective tags (pointer) */\r
44         0,      /* No effective tags (count) */\r
45         0,      /* No tags (pointer) */\r
46         0,      /* No tags (count) */\r
47         { 0, &asn_PER_type_LastVisitedGERANCellInformation_constr_1, CHOICE_constraint },\r
48         asn_MBR_LastVisitedGERANCellInformation_1,\r
49         1,      /* Elements count */\r
50         &asn_SPC_LastVisitedGERANCellInformation_specs_1        /* Additional specs */\r
51 };\r
52 \r