X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2FSYSINFO%2FPagingCycle.h;fp=src%2Fcodec_utils%2FSYSINFO%2FPagingCycle.h;h=a03c2a8edc45207e11212e209ac8eeda70e22a5e;hb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;hp=0000000000000000000000000000000000000000;hpb=997e3f26d55352586a1d4d0c46c41a98452af88a;p=o-du%2Fl2.git diff --git a/src/codec_utils/SYSINFO/PagingCycle.h b/src/codec_utils/SYSINFO/PagingCycle.h new file mode 100644 index 000000000..a03c2a8ed --- /dev/null +++ b/src/codec_utils/SYSINFO/PagingCycle.h @@ -0,0 +1,55 @@ +/* + * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) + * From ASN.1 module "NR-RRC-Definitions" + * found in "../../mib_sib1.asn1" + * `asn1c -D ./mib_sib_out/ -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` + */ + +#ifndef _PagingCycle_H_ +#define _PagingCycle_H_ + + +#include + +/* Including external dependencies */ +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Dependencies */ +typedef enum PagingCycle { + PagingCycle_rf32 = 0, + PagingCycle_rf64 = 1, + PagingCycle_rf128 = 2, + PagingCycle_rf256 = 3 +} e_PagingCycle; + +/* PagingCycle */ +typedef long PagingCycle_t; + +/* Implementation */ +extern asn_per_constraints_t asn_PER_type_PagingCycle_constr_1; +extern asn_TYPE_descriptor_t asn_DEF_PagingCycle; +extern const asn_INTEGER_specifics_t asn_SPC_PagingCycle_specs_1; +asn_struct_free_f PagingCycle_free; +asn_struct_print_f PagingCycle_print; +asn_constr_check_f PagingCycle_constraint; +ber_type_decoder_f PagingCycle_decode_ber; +der_type_encoder_f PagingCycle_encode_der; +xer_type_decoder_f PagingCycle_decode_xer; +xer_type_encoder_f PagingCycle_encode_xer; +oer_type_decoder_f PagingCycle_decode_oer; +oer_type_encoder_f PagingCycle_encode_oer; +per_type_decoder_f PagingCycle_decode_uper; +per_type_encoder_f PagingCycle_encode_uper; +per_type_decoder_f PagingCycle_decode_aper; +per_type_encoder_f PagingCycle_encode_aper; + +#ifdef __cplusplus +} +#endif + +#endif /* _PagingCycle_H_ */ +#include