X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2FE2AP%2FRICactions-RefusedToBeRemoved-List.h;fp=src%2Fcodec_utils%2FE2AP%2FRICactions-RefusedToBeRemoved-List.h;h=e4b2bc85973ea8692951c4eaeffea52ab426a9a8;hb=f6d2e6f0523c7686e6cd1a1b1c08fe2a9b2df683;hp=0000000000000000000000000000000000000000;hpb=bf5434b9c6c179180c5bc37640ed700b1a4cbfa7;p=o-du%2Fl2.git diff --git a/src/codec_utils/E2AP/RICactions-RefusedToBeRemoved-List.h b/src/codec_utils/E2AP/RICactions-RefusedToBeRemoved-List.h new file mode 100644 index 000000000..e4b2bc859 --- /dev/null +++ b/src/codec_utils/E2AP/RICactions-RefusedToBeRemoved-List.h @@ -0,0 +1,41 @@ +/* + * 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 _RICactions_RefusedToBeRemoved_List_H_ +#define _RICactions_RefusedToBeRemoved_List_H_ + + +#include + +/* Including external dependencies */ +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Forward declarations */ +struct ProtocolIE_SingleContainerE2; + +/* RICactions-RefusedToBeRemoved-List */ +typedef struct RICactions_RefusedToBeRemoved_List { + A_SEQUENCE_OF(struct ProtocolIE_SingleContainerE2) list; + + /* Context for parsing across buffer boundaries */ + asn_struct_ctx_t _asn_ctx; +} RICactions_RefusedToBeRemoved_List_t; + +/* Implementation */ +extern asn_TYPE_descriptor_t asn_DEF_RICactions_RefusedToBeRemoved_List; + +#ifdef __cplusplus +} +#endif + +#endif /* _RICactions_RefusedToBeRemoved_List_H_ */ +#include