Updated INFO.yaml file
[ric-app/kpimon.git] / asn1c_defs / all-defs / LastVisitedCell-Item.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 "LastVisitedCell-Item.h"\r
9 \r
10 #include "LastVisitedEUTRANCellInformation.h"\r
11 #include "LastVisitedGERANCellInformation.h"\r
12 asn_per_constraints_t asn_PER_type_LastVisitedCell_Item_constr_1 CC_NOTUSED = {\r
13         { APC_CONSTRAINED | APC_EXTENSIBLE,  2,  2,  0,  2 }    /* (0..2,...) */,\r
14         { APC_UNCONSTRAINED,    -1, -1,  0,  0 },\r
15         0, 0    /* No PER value map */\r
16 };\r
17 asn_TYPE_member_t asn_MBR_LastVisitedCell_Item_1[] = {\r
18         { ATF_POINTER, 0, offsetof(struct LastVisitedCell_Item, choice.e_UTRAN_Cell),\r
19                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),\r
20                 -1,     /* IMPLICIT tag at current level */\r
21                 &asn_DEF_LastVisitedEUTRANCellInformation,\r
22                 0,\r
23                 { 0, 0, 0 },\r
24                 0, 0, /* No default value */\r
25                 "e-UTRAN-Cell"\r
26                 },\r
27         { ATF_NOFLAGS, 0, offsetof(struct LastVisitedCell_Item, choice.uTRAN_Cell),\r
28                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),\r
29                 -1,     /* IMPLICIT tag at current level */\r
30                 &asn_DEF_LastVisitedUTRANCellInformation,\r
31                 0,\r
32                 { 0, 0, 0 },\r
33                 0, 0, /* No default value */\r
34                 "uTRAN-Cell"\r
35                 },\r
36         { ATF_POINTER, 0, offsetof(struct LastVisitedCell_Item, choice.gERAN_Cell),\r
37                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),\r
38                 +1,     /* EXPLICIT tag at current level */\r
39                 &asn_DEF_LastVisitedGERANCellInformation,\r
40                 0,\r
41                 { 0, 0, 0 },\r
42                 0, 0, /* No default value */\r
43                 "gERAN-Cell"\r
44                 },\r
45         { ATF_NOFLAGS, 0, offsetof(struct LastVisitedCell_Item, choice.nG_RAN_Cell),\r
46                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),\r
47                 -1,     /* IMPLICIT tag at current level */\r
48                 &asn_DEF_LastVisitedNGRANCellInformation,\r
49                 0,\r
50                 { 0, 0, 0 },\r
51                 0, 0, /* No default value */\r
52                 "nG-RAN-Cell"\r
53                 },\r
54 };\r
55 static const asn_TYPE_tag2member_t asn_MAP_LastVisitedCell_Item_tag2el_1[] = {\r
56     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* e-UTRAN-Cell */\r
57     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* uTRAN-Cell */\r
58     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* gERAN-Cell */\r
59     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* nG-RAN-Cell */\r
60 };\r
61 asn_CHOICE_specifics_t asn_SPC_LastVisitedCell_Item_specs_1 = {\r
62         sizeof(struct LastVisitedCell_Item),\r
63         offsetof(struct LastVisitedCell_Item, _asn_ctx),\r
64         offsetof(struct LastVisitedCell_Item, present),\r
65         sizeof(((struct LastVisitedCell_Item *)0)->present),\r
66         asn_MAP_LastVisitedCell_Item_tag2el_1,\r
67         4,      /* Count of tags in the map */\r
68         0, 0,\r
69         3       /* Extensions start */\r
70 };\r
71 asn_TYPE_descriptor_t asn_DEF_LastVisitedCell_Item = {\r
72         "LastVisitedCell-Item",\r
73         "LastVisitedCell-Item",\r
74         &asn_OP_CHOICE,\r
75         0,      /* No effective tags (pointer) */\r
76         0,      /* No effective tags (count) */\r
77         0,      /* No tags (pointer) */\r
78         0,      /* No tags (count) */\r
79         { 0, &asn_PER_type_LastVisitedCell_Item_constr_1, CHOICE_constraint },\r
80         asn_MBR_LastVisitedCell_Item_1,\r
81         4,      /* Elements count */\r
82         &asn_SPC_LastVisitedCell_Item_specs_1   /* Additional specs */\r
83 };\r
84 \r