Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / LastVisitedCell-Item.h
diff --git a/asn1c_defs/all-defs/LastVisitedCell-Item.h b/asn1c_defs/all-defs/LastVisitedCell-Item.h
new file mode 100755 (executable)
index 0000000..2d10adc
--- /dev/null
@@ -0,0 +1,66 @@
+/*\r
+ * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
+ * From ASN.1 module "X2AP-IEs"\r
+ *     found in "../../asn_defs/asn1/x2ap-modified-15-05.asn"\r
+ *     `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-OER`\r
+ */\r
+\r
+#ifndef        _LastVisitedCell_Item_H_\r
+#define        _LastVisitedCell_Item_H_\r
+\r
+\r
+#include <asn_application.h>\r
+\r
+/* Including external dependencies */\r
+#include "LastVisitedUTRANCellInformation.h"\r
+#include "LastVisitedNGRANCellInformation.h"\r
+#include <constr_CHOICE.h>\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+/* Dependencies */\r
+typedef enum LastVisitedCell_Item_PR {\r
+       LastVisitedCell_Item_PR_NOTHING,        /* No components present */\r
+       LastVisitedCell_Item_PR_e_UTRAN_Cell,\r
+       LastVisitedCell_Item_PR_uTRAN_Cell,\r
+       LastVisitedCell_Item_PR_gERAN_Cell,\r
+       /* Extensions may appear below */\r
+       LastVisitedCell_Item_PR_nG_RAN_Cell\r
+} LastVisitedCell_Item_PR;\r
+\r
+/* Forward declarations */\r
+struct LastVisitedEUTRANCellInformation;\r
+struct LastVisitedGERANCellInformation;\r
+\r
+/* LastVisitedCell-Item */\r
+typedef struct LastVisitedCell_Item {\r
+       LastVisitedCell_Item_PR present;\r
+       union LastVisitedCell_Item_u {\r
+               struct LastVisitedEUTRANCellInformation *e_UTRAN_Cell;\r
+               LastVisitedUTRANCellInformation_t        uTRAN_Cell;\r
+               struct LastVisitedGERANCellInformation  *gERAN_Cell;\r
+               /*\r
+                * This type is extensible,\r
+                * possible extensions are below.\r
+                */\r
+               LastVisitedNGRANCellInformation_t        nG_RAN_Cell;\r
+       } choice;\r
+       \r
+       /* Context for parsing across buffer boundaries */\r
+       asn_struct_ctx_t _asn_ctx;\r
+} LastVisitedCell_Item_t;\r
+\r
+/* Implementation */\r
+extern asn_TYPE_descriptor_t asn_DEF_LastVisitedCell_Item;\r
+extern asn_CHOICE_specifics_t asn_SPC_LastVisitedCell_Item_specs_1;\r
+extern asn_TYPE_member_t asn_MBR_LastVisitedCell_Item_1[4];\r
+extern asn_per_constraints_t asn_PER_type_LastVisitedCell_Item_constr_1;\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif /* _LastVisitedCell_Item_H_ */\r
+#include <asn_internal.h>\r