X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcodec_utils%2FRRC%2FUL-CCCH1-Message.h;fp=src%2Fcodec_utils%2FRRC%2FUL-CCCH1-Message.h;h=ab3b3e3ee32bf257ae8ee44581bf61eea8e0dab8;hb=1b3eb2476cbf89b7583b5e264fef931038e3f695;hp=0000000000000000000000000000000000000000;hpb=ee769160fe5360f0d3ea043deaede2902ae13073;p=o-du%2Fl2.git diff --git a/src/codec_utils/RRC/UL-CCCH1-Message.h b/src/codec_utils/RRC/UL-CCCH1-Message.h new file mode 100644 index 000000000..ab3b3e3ee --- /dev/null +++ b/src/codec_utils/RRC/UL-CCCH1-Message.h @@ -0,0 +1,38 @@ +/* + * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) + * From ASN.1 module "NR-RRC-Definitions" + * found in "../../../rrc_15.5.1_asn.asn1" + * `asn1c -D ./rrc_out -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` + */ + +#ifndef _UL_CCCH1_Message_H_ +#define _UL_CCCH1_Message_H_ + + +#include + +/* Including external dependencies */ +#include "UL-CCCH1-MessageType.h" +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* UL-CCCH1-Message */ +typedef struct UL_CCCH1_Message { + UL_CCCH1_MessageType_t message; + + /* Context for parsing across buffer boundaries */ + asn_struct_ctx_t _asn_ctx; +} UL_CCCH1_Message_t; + +/* Implementation */ +extern asn_TYPE_descriptor_t asn_DEF_UL_CCCH1_Message; + +#ifdef __cplusplus +} +#endif + +#endif /* _UL_CCCH1_Message_H_ */ +#include