2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "X2AP-IEs"
4 * found in "X2AP-15-4-0.asn1"
5 * `asn1c -D ./asn1_n1 -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example`
8 #ifndef _LastVisitedCell_Item_H_
9 #define _LastVisitedCell_Item_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include "LastVisitedUTRANCellInformation.h"
16 #include "LastVisitedNGRANCellInformation.h"
17 #include <constr_CHOICE.h>
24 typedef enum LastVisitedCell_Item_PR {
25 LastVisitedCell_Item_PR_NOTHING, /* No components present */
26 LastVisitedCell_Item_PR_e_UTRAN_Cell,
27 LastVisitedCell_Item_PR_uTRAN_Cell,
28 LastVisitedCell_Item_PR_gERAN_Cell,
29 /* Extensions may appear below */
30 LastVisitedCell_Item_PR_nG_RAN_Cell
31 } LastVisitedCell_Item_PR;
33 /* Forward declarations */
34 struct LastVisitedEUTRANCellInformation;
35 struct LastVisitedGERANCellInformation;
37 /* LastVisitedCell-Item */
38 typedef struct LastVisitedCell_Item {
39 LastVisitedCell_Item_PR present;
40 union LastVisitedCell_Item_u {
41 struct LastVisitedEUTRANCellInformation *e_UTRAN_Cell;
42 LastVisitedUTRANCellInformation_t uTRAN_Cell;
43 struct LastVisitedGERANCellInformation *gERAN_Cell;
45 * This type is extensible,
46 * possible extensions are below.
48 LastVisitedNGRANCellInformation_t nG_RAN_Cell;
51 /* Context for parsing across buffer boundaries */
52 asn_struct_ctx_t _asn_ctx;
53 } LastVisitedCell_Item_t;
56 extern asn_TYPE_descriptor_t asn_DEF_LastVisitedCell_Item;
57 extern asn_CHOICE_specifics_t asn_SPC_LastVisitedCell_Item_specs_1;
58 extern asn_TYPE_member_t asn_MBR_LastVisitedCell_Item_1[4];
59 extern asn_per_constraints_t asn_PER_type_LastVisitedCell_Item_constr_1;
65 #endif /* _LastVisitedCell_Item_H_ */
66 #include <asn_internal.h>