[Epic-ID: ODUHIGH-475][Task-ID: ODUHIGH-476]RRC codec upgrade
[o-du/l2.git] / src / codec_utils / RRC / MeasGapConfig.h
diff --git a/src/codec_utils/RRC/MeasGapConfig.h b/src/codec_utils/RRC/MeasGapConfig.h
deleted file mode 100644 (file)
index 38be80c..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-/*
- * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
- * From ASN.1 module "NR-RRC-Definitions"
- *     found in "02_Aug/rrc_15_3_asn.asn1"
- *     `asn1c -D ./Aug02 -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example`
- */
-
-#ifndef        _MeasGapConfig_H_
-#define        _MeasGapConfig_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 MeasGapConfig__gapFR2_PR {
-       MeasGapConfig__gapFR2_PR_NOTHING,       /* No components present */
-       MeasGapConfig__gapFR2_PR_release,
-       MeasGapConfig__gapFR2_PR_setup
-} MeasGapConfig__gapFR2_PR;
-typedef enum MeasGapConfig__ext1__gapFR1_PR {
-       MeasGapConfig__ext1__gapFR1_PR_NOTHING, /* No components present */
-       MeasGapConfig__ext1__gapFR1_PR_release,
-       MeasGapConfig__ext1__gapFR1_PR_setup
-} MeasGapConfig__ext1__gapFR1_PR;
-typedef enum MeasGapConfig__ext1__gapUE_PR {
-       MeasGapConfig__ext1__gapUE_PR_NOTHING,  /* No components present */
-       MeasGapConfig__ext1__gapUE_PR_release,
-       MeasGapConfig__ext1__gapUE_PR_setup
-} MeasGapConfig__ext1__gapUE_PR;
-
-/* Forward declarations */
-struct GapConfig;
-
-/* MeasGapConfig */
-typedef struct MeasGapConfig {
-       struct MeasGapConfig__gapFR2 {
-               MeasGapConfig__gapFR2_PR present;
-               union MeasGapConfig__gapFR2_u {
-                       NULL_t   release;
-                       struct GapConfig        *setup;
-               } choice;
-               
-               /* Context for parsing across buffer boundaries */
-               asn_struct_ctx_t _asn_ctx;
-       } *gapFR2;
-       /*
-        * This type is extensible,
-        * possible extensions are below.
-        */
-       struct MeasGapConfig__ext1 {
-               struct MeasGapConfig__ext1__gapFR1 {
-                       MeasGapConfig__ext1__gapFR1_PR present;
-                       union MeasGapConfig__ext1__gapFR1_u {
-                               NULL_t   release;
-                               struct GapConfig        *setup;
-                       } choice;
-                       
-                       /* Context for parsing across buffer boundaries */
-                       asn_struct_ctx_t _asn_ctx;
-               } *gapFR1;
-               struct MeasGapConfig__ext1__gapUE {
-                       MeasGapConfig__ext1__gapUE_PR present;
-                       union MeasGapConfig__ext1__gapUE_u {
-                               NULL_t   release;
-                               struct GapConfig        *setup;
-                       } choice;
-                       
-                       /* Context for parsing across buffer boundaries */
-                       asn_struct_ctx_t _asn_ctx;
-               } *gapUE;
-               
-               /* Context for parsing across buffer boundaries */
-               asn_struct_ctx_t _asn_ctx;
-       } *ext1;
-       
-       /* Context for parsing across buffer boundaries */
-       asn_struct_ctx_t _asn_ctx;
-} MeasGapConfig_t;
-
-/* Implementation */
-extern asn_TYPE_descriptor_t asn_DEF_MeasGapConfig;
-extern asn_SEQUENCE_specifics_t asn_SPC_MeasGapConfig_specs_1;
-extern asn_TYPE_member_t asn_MBR_MeasGapConfig_1[2];
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* _MeasGapConfig_H_ */
-#include <asn_internal.h>