Adding initial code jy.oak@samsung.com
[ric-app/kpimon.git] / asn1c_defs / all-defs / UE-ContextInformation.h
diff --git a/asn1c_defs/all-defs/UE-ContextInformation.h b/asn1c_defs/all-defs/UE-ContextInformation.h
new file mode 100755 (executable)
index 0000000..fc014e1
--- /dev/null
@@ -0,0 +1,62 @@
+/*\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        _UE_ContextInformation_H_\r
+#define        _UE_ContextInformation_H_\r
+\r
+\r
+#include <asn_application.h>\r
+\r
+/* Including external dependencies */\r
+#include "UE-S1AP-ID.h"\r
+#include "UESecurityCapabilities.h"\r
+#include "AS-SecurityInformation.h"\r
+#include "UEAggregateMaximumBitRate.h"\r
+#include "SubscriberProfileIDforRFP.h"\r
+#include "E-RABs-ToBeSetup-List.h"\r
+#include "RRC-Context.h"\r
+#include <constr_SEQUENCE.h>\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+/* Forward declarations */\r
+struct HandoverRestrictionList;\r
+struct LocationReportingInformation;\r
+struct ProtocolExtensionContainer;\r
+\r
+/* UE-ContextInformation */\r
+typedef struct UE_ContextInformation {\r
+       UE_S1AP_ID_t     mME_UE_S1AP_ID;\r
+       UESecurityCapabilities_t         uESecurityCapabilities;\r
+       AS_SecurityInformation_t         aS_SecurityInformation;\r
+       UEAggregateMaximumBitRate_t      uEaggregateMaximumBitRate;\r
+       SubscriberProfileIDforRFP_t     *subscriberProfileIDforRFP;     /* OPTIONAL */\r
+       E_RABs_ToBeSetup_List_t  e_RABs_ToBeSetup_List;\r
+       RRC_Context_t    rRC_Context;\r
+       struct HandoverRestrictionList  *handoverRestrictionList;       /* OPTIONAL */\r
+       struct LocationReportingInformation     *locationReportingInformation;  /* OPTIONAL */\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
+} UE_ContextInformation_t;\r
+\r
+/* Implementation */\r
+extern asn_TYPE_descriptor_t asn_DEF_UE_ContextInformation;\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif /* _UE_ContextInformation_H_ */\r
+#include <asn_internal.h>\r