Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / ResponseInformationSgNBReconfComp.h
diff --git a/asn1c_defs/all-defs/ResponseInformationSgNBReconfComp.h b/asn1c_defs/all-defs/ResponseInformationSgNBReconfComp.h
new file mode 100755 (executable)
index 0000000..6572304
--- /dev/null
@@ -0,0 +1,58 @@
+/*\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        _ResponseInformationSgNBReconfComp_H_\r
+#define        _ResponseInformationSgNBReconfComp_H_\r
+\r
+\r
+#include <asn_application.h>\r
+\r
+/* Including external dependencies */\r
+#include <constr_CHOICE.h>\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+/* Dependencies */\r
+typedef enum ResponseInformationSgNBReconfComp_PR {\r
+       ResponseInformationSgNBReconfComp_PR_NOTHING,   /* No components present */\r
+       ResponseInformationSgNBReconfComp_PR_success_SgNBReconfComp,\r
+       ResponseInformationSgNBReconfComp_PR_reject_by_MeNB_SgNBReconfComp\r
+       /* Extensions may appear below */\r
+       \r
+} ResponseInformationSgNBReconfComp_PR;\r
+\r
+/* Forward declarations */\r
+struct ResponseInformationSgNBReconfComp_SuccessItem;\r
+struct ResponseInformationSgNBReconfComp_RejectByMeNBItem;\r
+\r
+/* ResponseInformationSgNBReconfComp */\r
+typedef struct ResponseInformationSgNBReconfComp {\r
+       ResponseInformationSgNBReconfComp_PR present;\r
+       union ResponseInformationSgNBReconfComp_u {\r
+               struct ResponseInformationSgNBReconfComp_SuccessItem    *success_SgNBReconfComp;\r
+               struct ResponseInformationSgNBReconfComp_RejectByMeNBItem       *reject_by_MeNB_SgNBReconfComp;\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
+} ResponseInformationSgNBReconfComp_t;\r
+\r
+/* Implementation */\r
+extern asn_TYPE_descriptor_t asn_DEF_ResponseInformationSgNBReconfComp;\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif /* _ResponseInformationSgNBReconfComp_H_ */\r
+#include <asn_internal.h>\r