/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "E2SM-KPM-IEs" * found in "../../ASN1_Input/E2SM_KPM_V_3_0.asn1" * `asn1c -D ./../../E2_output/E2SM_KPM_v3.0_output -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _BinRangeItem_H_ #define _BinRangeItem_H_ #include /* Including external dependencies */ #include "BinIndex.h" #include "BinRangeValue.h" #include #ifdef __cplusplus extern "C" { #endif /* BinRangeItem */ typedef struct BinRangeItem { BinIndex_t binIndex; BinRangeValue_t startValue; BinRangeValue_t endValue; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } BinRangeItem_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_BinRangeItem; extern asn_SEQUENCE_specifics_t asn_SPC_BinRangeItem_specs_1; extern asn_TYPE_member_t asn_MBR_BinRangeItem_1[3]; #ifdef __cplusplus } #endif #endif /* _BinRangeItem_H_ */ #include