X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2FE2AP%2FRICQueryRequest.h;fp=src%2Fcodec_utils%2FE2AP%2FRICQueryRequest.h;h=0454af2c57e8b39bb24018769999f425536b119e;hb=f6d2e6f0523c7686e6cd1a1b1c08fe2a9b2df683;hp=0000000000000000000000000000000000000000;hpb=bf5434b9c6c179180c5bc37640ed700b1a4cbfa7;p=o-du%2Fl2.git diff --git a/src/codec_utils/E2AP/RICQueryRequest.h b/src/codec_utils/E2AP/RICQueryRequest.h new file mode 100644 index 000000000..0454af2c5 --- /dev/null +++ b/src/codec_utils/E2AP/RICQueryRequest.h @@ -0,0 +1,44 @@ +/* + * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) + * From ASN.1 module "E2AP-PDU-Contents" + * found in "../../ASN1_Input/E2APV0300.asn1" + * `asn1c -D ../../E2_v3.0_output/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` + */ + +#ifndef _RICQueryRequest_H_ +#define _RICQueryRequest_H_ + + +#include + +/* Including external dependencies */ +#include "ProtocolIE-ContainerE2.h" +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* RICQueryRequest */ +typedef struct RICQueryRequest { + ProtocolIE_ContainerE2_2530P17_t protocolIEs; + /* + * This type is extensible, + * possible extensions are below. + */ + + /* Context for parsing across buffer boundaries */ + asn_struct_ctx_t _asn_ctx; +} RICQueryRequest_t; + +/* Implementation */ +extern asn_TYPE_descriptor_t asn_DEF_RICQueryRequest; +extern asn_SEQUENCE_specifics_t asn_SPC_RICQueryRequest_specs_1; +extern asn_TYPE_member_t asn_MBR_RICQueryRequest_1[1]; + +#ifdef __cplusplus +} +#endif + +#endif /* _RICQueryRequest_H_ */ +#include