9ab12a8280699d220a53c72c6eab95b518d4ffcb
[ric-plt/submgr.git] / e2ap / headers / LastVisitedCell-Item.h
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 #ifndef _LastVisitedCell_Item_H_
9 #define _LastVisitedCell_Item_H_
10
11
12 #include <asn_application.h>
13
14 /* Including external dependencies */
15 #include "LastVisitedUTRANCellInformation.h"
16 #include "LastVisitedNGRANCellInformation.h"
17 #include <constr_CHOICE.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 /* Dependencies */
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;
32
33 /* Forward declarations */
34 struct LastVisitedEUTRANCellInformation;
35 struct LastVisitedGERANCellInformation;
36
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;
44                 /*
45                  * This type is extensible,
46                  * possible extensions are below.
47                  */
48                 LastVisitedNGRANCellInformation_t        nG_RAN_Cell;
49         } choice;
50         
51         /* Context for parsing across buffer boundaries */
52         asn_struct_ctx_t _asn_ctx;
53 } LastVisitedCell_Item_t;
54
55 /* Implementation */
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;
60
61 #ifdef __cplusplus
62 }
63 #endif
64
65 #endif  /* _LastVisitedCell_Item_H_ */
66 #include <asn_internal.h>