[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]RRC codec upgrade
[o-du/l2.git] / src / codec_utils / RRC / CG-ConfigInfoRrc.h
diff --git a/src/codec_utils/RRC/CG-ConfigInfoRrc.h b/src/codec_utils/RRC/CG-ConfigInfoRrc.h
new file mode 100644 (file)
index 0000000..f66d9ad
--- /dev/null
@@ -0,0 +1,80 @@
+/*
+ * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
+ * From ASN.1 module "NR-InterNodeDefinitions"
+ *     found in "../ASN1_Input/rrc_15_3_asn.asn1"
+ *     `asn1c -D ../RRC_output_14Nov/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER`
+ */
+
+#ifndef        _CG_ConfigInfoRrc_H_
+#define        _CG_ConfigInfoRrc_H_
+
+
+#include <asn_application.h>
+
+/* Including external dependencies */
+#include <NULL.h>
+#include <constr_CHOICE.h>
+#include <constr_SEQUENCE.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* Dependencies */
+typedef enum CG_ConfigInfoRrc__criticalExtensions_PR {
+       CG_ConfigInfoRrc__criticalExtensions_PR_NOTHING,        /* No components present */
+       CG_ConfigInfoRrc__criticalExtensions_PR_c1,
+       CG_ConfigInfoRrc__criticalExtensions_PR_criticalExtensionsFuture
+} CG_ConfigInfoRrc__criticalExtensions_PR;
+typedef enum CG_ConfigInfoRrc__criticalExtensions__c1_PR {
+       CG_ConfigInfoRrc__criticalExtensions__c1_PR_NOTHING,    /* No components present */
+       CG_ConfigInfoRrc__criticalExtensions__c1_PR_cg_ConfigInfo,
+       CG_ConfigInfoRrc__criticalExtensions__c1_PR_spare3,
+       CG_ConfigInfoRrc__criticalExtensions__c1_PR_spare2,
+       CG_ConfigInfoRrc__criticalExtensions__c1_PR_spare1
+} CG_ConfigInfoRrc__criticalExtensions__c1_PR;
+
+/* Forward declarations */
+struct CG_ConfigInfo_IEs;
+
+/* CG-ConfigInfoRrc */
+typedef struct CG_ConfigInfoRrc {
+       struct CG_ConfigInfoRrc__criticalExtensions {
+               CG_ConfigInfoRrc__criticalExtensions_PR present;
+               union CG_ConfigInfoRrc__criticalExtensions_u {
+                       struct CG_ConfigInfoRrc__criticalExtensions__c1 {
+                               CG_ConfigInfoRrc__criticalExtensions__c1_PR present;
+                               union CG_ConfigInfoRrc__criticalExtensions__c1_u {
+                                       struct CG_ConfigInfo_IEs        *cg_ConfigInfo;
+                                       NULL_t   spare3;
+                                       NULL_t   spare2;
+                                       NULL_t   spare1;
+                               } choice;
+                               
+                               /* Context for parsing across buffer boundaries */
+                               asn_struct_ctx_t _asn_ctx;
+                       } *c1;
+                       struct CG_ConfigInfoRrc__criticalExtensions__criticalExtensionsFuture {
+                               
+                               /* Context for parsing across buffer boundaries */
+                               asn_struct_ctx_t _asn_ctx;
+                       } *criticalExtensionsFuture;
+               } choice;
+               
+               /* Context for parsing across buffer boundaries */
+               asn_struct_ctx_t _asn_ctx;
+       } criticalExtensions;
+       
+       /* Context for parsing across buffer boundaries */
+       asn_struct_ctx_t _asn_ctx;
+} CG_ConfigInfoRrc_t;
+
+/* Implementation */
+extern asn_TYPE_descriptor_t asn_DEF_CG_ConfigInfoRrc;
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _CG_ConfigInfoRrc_H_ */
+#include <asn_internal.h>