X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2FF1AP%2FEUTRA-SpecialSubframe-Info.h;fp=src%2Fcodec_utils%2FF1AP%2FEUTRA-SpecialSubframe-Info.h;h=a2482f12f620c437ae182509e94dcb2ed0686f1d;hb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;hp=0000000000000000000000000000000000000000;hpb=997e3f26d55352586a1d4d0c46c41a98452af88a;p=o-du%2Fl2.git diff --git a/src/codec_utils/F1AP/EUTRA-SpecialSubframe-Info.h b/src/codec_utils/F1AP/EUTRA-SpecialSubframe-Info.h new file mode 100755 index 000000000..a2482f12f --- /dev/null +++ b/src/codec_utils/F1AP/EUTRA-SpecialSubframe-Info.h @@ -0,0 +1,52 @@ +/* + * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) + * From ASN.1 module "F1AP-IEs" + * found in "F1.asn1" + * `asn1c -D ./out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` + */ + +#ifndef _EUTRA_SpecialSubframe_Info_H_ +#define _EUTRA_SpecialSubframe_Info_H_ + + +#include + +/* Including external dependencies */ +#include "EUTRA-SpecialSubframePatterns.h" +#include "EUTRA-CyclicPrefixDL.h" +#include "EUTRA-CyclicPrefixUL.h" +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Forward declarations */ +struct ProtocolExtensionContainer; + +/* EUTRA-SpecialSubframe-Info */ +typedef struct EUTRA_SpecialSubframe_Info { + EUTRA_SpecialSubframePatterns_t specialSubframePatterns; + EUTRA_CyclicPrefixDL_t cyclicPrefixDL; + EUTRA_CyclicPrefixUL_t cyclicPrefixUL; + struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */ + /* + * This type is extensible, + * possible extensions are below. + */ + + /* Context for parsing across buffer boundaries */ + asn_struct_ctx_t _asn_ctx; +} EUTRA_SpecialSubframe_Info_t; + +/* Implementation */ +extern asn_TYPE_descriptor_t asn_DEF_EUTRA_SpecialSubframe_Info; +extern asn_SEQUENCE_specifics_t asn_SPC_EUTRA_SpecialSubframe_Info_specs_1; +extern asn_TYPE_member_t asn_MBR_EUTRA_SpecialSubframe_Info_1[4]; + +#ifdef __cplusplus +} +#endif + +#endif /* _EUTRA_SpecialSubframe_Info_H_ */ +#include