Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / NRNeighbour-Information.h
diff --git a/asn1c_defs/all-defs/NRNeighbour-Information.h b/asn1c_defs/all-defs/NRNeighbour-Information.h
new file mode 100755 (executable)
index 0000000..d9a7690
--- /dev/null
@@ -0,0 +1,93 @@
+/*\r
+ * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)\r
+ * From ASN.1 module "X2AP-PDU-Contents"\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        _NRNeighbour_Information_H_\r
+#define        _NRNeighbour_Information_H_\r
+\r
+\r
+#include <asn_application.h>\r
+\r
+/* Including external dependencies */\r
+#include <asn_SEQUENCE_OF.h>\r
+#include "NRPCI.h"\r
+#include "NRCGI.h"\r
+#include "FiveGS-TAC.h"\r
+#include "TAC.h"\r
+#include <OCTET_STRING.h>\r
+#include <constr_CHOICE.h>\r
+#include <constr_SEQUENCE.h>\r
+#include <constr_SEQUENCE_OF.h>\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+/* Dependencies */\r
+typedef enum NRNeighbour_Information__Member__nRNeighbourModeInfo_PR {\r
+       NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_NOTHING,        /* No components present */\r
+       NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_fdd,\r
+       NRNeighbour_Information__Member__nRNeighbourModeInfo_PR_tdd\r
+       /* Extensions may appear below */\r
+       \r
+} NRNeighbour_Information__Member__nRNeighbourModeInfo_PR;\r
+\r
+/* Forward declarations */\r
+struct ProtocolExtensionContainer;\r
+struct FDD_InfoNeighbourServedNRCell_Information;\r
+struct TDD_InfoNeighbourServedNRCell_Information;\r
+\r
+/* Forward definitions */\r
+typedef struct NRNeighbour_Information__Member {\r
+       NRPCI_t  nrpCI;\r
+       NRCGI_t  nrCellID;\r
+       FiveGS_TAC_t    *fiveGS_TAC;    /* OPTIONAL */\r
+       TAC_t   *configured_TAC;        /* OPTIONAL */\r
+       OCTET_STRING_t   measurementTimingConfiguration;\r
+       struct NRNeighbour_Information__Member__nRNeighbourModeInfo {\r
+               NRNeighbour_Information__Member__nRNeighbourModeInfo_PR present;\r
+               union NRNeighbour_Information__Member__nRNeighbourModeInfo_u {\r
+                       struct FDD_InfoNeighbourServedNRCell_Information        *fdd;\r
+                       struct TDD_InfoNeighbourServedNRCell_Information        *tdd;\r
+                       /*\r
+                        * This type is extensible,\r
+                        * possible extensions are below.\r
+                        */\r
+               } choice;\r
+               \r
+               /* Context for parsing across buffer boundaries */\r
+               asn_struct_ctx_t _asn_ctx;\r
+       } nRNeighbourModeInfo;\r
+       struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */\r
+       /*\r
+        * This type is extensible,\r
+        * possible extensions are below.\r
+        */\r
+       \r
+       /* Context for parsing across buffer boundaries */\r
+       asn_struct_ctx_t _asn_ctx;\r
+} NRNeighbour_Information__Member;\r
+\r
+/* NRNeighbour-Information */\r
+typedef struct NRNeighbour_Information {\r
+       A_SEQUENCE_OF(NRNeighbour_Information__Member) list;\r
+       \r
+       /* Context for parsing across buffer boundaries */\r
+       asn_struct_ctx_t _asn_ctx;\r
+} NRNeighbour_Information_t;\r
+\r
+/* Implementation */\r
+extern asn_TYPE_descriptor_t asn_DEF_NRNeighbour_Information;\r
+extern asn_SET_OF_specifics_t asn_SPC_NRNeighbour_Information_specs_1;\r
+extern asn_TYPE_member_t asn_MBR_NRNeighbour_Information_1[1];\r
+extern asn_per_constraints_t asn_PER_type_NRNeighbour_Information_constr_1;\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif /* _NRNeighbour_Information_H_ */\r
+#include <asn_internal.h>\r