X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2FSYSINFO%2FFrequencyInfoUL-SIB.h;fp=src%2Fcodec_utils%2FSYSINFO%2FFrequencyInfoUL-SIB.h;h=fbe77fcb0671c85136a40b578c39b61e416284d8;hb=3235ecfc7414aa0b72d0ad50db63ae8b5626045b;hp=0000000000000000000000000000000000000000;hpb=997e3f26d55352586a1d4d0c46c41a98452af88a;p=o-du%2Fl2.git diff --git a/src/codec_utils/SYSINFO/FrequencyInfoUL-SIB.h b/src/codec_utils/SYSINFO/FrequencyInfoUL-SIB.h new file mode 100644 index 000000000..fbe77fcb0 --- /dev/null +++ b/src/codec_utils/SYSINFO/FrequencyInfoUL-SIB.h @@ -0,0 +1,67 @@ +/* + * 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 _FrequencyInfoUL_SIB_H_ +#define _FrequencyInfoUL_SIB_H_ + + +#include + +/* Including external dependencies */ +#include "ARFCN-ValueNR.h" +#include "P-Max.h" +#include +#include +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Dependencies */ +typedef enum FrequencyInfoUL_SIB__frequencyShift7p5khz { + FrequencyInfoUL_SIB__frequencyShift7p5khz_true = 0 +} e_FrequencyInfoUL_SIB__frequencyShift7p5khz; + +/* Forward declarations */ +struct MultiFrequencyBandListNR_SIB; +struct SCS_SpecificCarrier; + +/* FrequencyInfoUL-SIB */ +typedef struct FrequencyInfoUL_SIB { + struct MultiFrequencyBandListNR_SIB *frequencyBandList; /* OPTIONAL */ + ARFCN_ValueNR_t *absoluteFrequencyPointA; /* OPTIONAL */ + struct FrequencyInfoUL_SIB__scs_SpecificCarrierList { + A_SEQUENCE_OF(struct SCS_SpecificCarrier) list; + + /* Context for parsing across buffer boundaries */ + asn_struct_ctx_t _asn_ctx; + } scs_SpecificCarrierList; + P_Max_t *p_Max; /* OPTIONAL */ + long *frequencyShift7p5khz; /* OPTIONAL */ + /* + * This type is extensible, + * possible extensions are below. + */ + + /* Context for parsing across buffer boundaries */ + asn_struct_ctx_t _asn_ctx; +} FrequencyInfoUL_SIB_t; + +/* Implementation */ +/* extern asn_TYPE_descriptor_t asn_DEF_frequencyShift7p5khz_7; // (Use -fall-defs-global to expose) */ +extern asn_TYPE_descriptor_t asn_DEF_FrequencyInfoUL_SIB; +extern asn_SEQUENCE_specifics_t asn_SPC_FrequencyInfoUL_SIB_specs_1; +extern asn_TYPE_member_t asn_MBR_FrequencyInfoUL_SIB_1[5]; + +#ifdef __cplusplus +} +#endif + +#endif /* _FrequencyInfoUL_SIB_H_ */ +#include