Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / E-RABs-ToBeModified-SgNBModReq-Item.h
diff --git a/asn1c_defs/all-defs/E-RABs-ToBeModified-SgNBModReq-Item.h b/asn1c_defs/all-defs/E-RABs-ToBeModified-SgNBModReq-Item.h
new file mode 100755 (executable)
index 0000000..f5c0482
--- /dev/null
@@ -0,0 +1,74 @@
+/*\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        _E_RABs_ToBeModified_SgNBModReq_Item_H_\r
+#define        _E_RABs_ToBeModified_SgNBModReq_Item_H_\r
+\r
+\r
+#include <asn_application.h>\r
+\r
+/* Including external dependencies */\r
+#include "E-RAB-ID.h"\r
+#include "EN-DC-ResourceConfiguration.h"\r
+#include <constr_CHOICE.h>\r
+#include <constr_SEQUENCE.h>\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+/* Dependencies */\r
+typedef enum E_RABs_ToBeModified_SgNBModReq_Item__resource_configuration_PR {\r
+       E_RABs_ToBeModified_SgNBModReq_Item__resource_configuration_PR_NOTHING, /* No components present */\r
+       E_RABs_ToBeModified_SgNBModReq_Item__resource_configuration_PR_sgNBPDCPpresent,\r
+       E_RABs_ToBeModified_SgNBModReq_Item__resource_configuration_PR_sgNBPDCPnotpresent\r
+       /* Extensions may appear below */\r
+       \r
+} E_RABs_ToBeModified_SgNBModReq_Item__resource_configuration_PR;\r
+\r
+/* Forward declarations */\r
+struct ProtocolExtensionContainer;\r
+struct E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPpresent;\r
+struct E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPnotpresent;\r
+\r
+/* E-RABs-ToBeModified-SgNBModReq-Item */\r
+typedef struct E_RABs_ToBeModified_SgNBModReq_Item {\r
+       E_RAB_ID_t       e_RAB_ID;\r
+       EN_DC_ResourceConfiguration_t    en_DC_ResourceConfiguration;\r
+       struct E_RABs_ToBeModified_SgNBModReq_Item__resource_configuration {\r
+               E_RABs_ToBeModified_SgNBModReq_Item__resource_configuration_PR present;\r
+               union E_RABs_ToBeModified_SgNBModReq_Item__resource_configuration_u {\r
+                       struct E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPpresent      *sgNBPDCPpresent;\r
+                       struct E_RABs_ToBeModified_SgNBModReq_Item_SgNBPDCPnotpresent   *sgNBPDCPnotpresent;\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
+       } resource_configuration;\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
+} E_RABs_ToBeModified_SgNBModReq_Item_t;\r
+\r
+/* Implementation */\r
+extern asn_TYPE_descriptor_t asn_DEF_E_RABs_ToBeModified_SgNBModReq_Item;\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif /* _E_RABs_ToBeModified_SgNBModReq_Item_H_ */\r
+#include <asn_internal.h>\r