/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "../../../rrc_15.5.1_asn.asn1" * `asn1c -D ./rrc_out_hlal -fcompound-names -fno-include-deps -findirect-choice -gen-PER -no-gen-example` */ #ifndef _PHR_Config_H_ #define _PHR_Config_H_ #include /* Including external dependencies */ #include #include #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum PHR_Config__phr_PeriodicTimer { PHR_Config__phr_PeriodicTimer_sf10 = 0, PHR_Config__phr_PeriodicTimer_sf20 = 1, PHR_Config__phr_PeriodicTimer_sf50 = 2, PHR_Config__phr_PeriodicTimer_sf100 = 3, PHR_Config__phr_PeriodicTimer_sf200 = 4, PHR_Config__phr_PeriodicTimer_sf500 = 5, PHR_Config__phr_PeriodicTimer_sf1000 = 6, PHR_Config__phr_PeriodicTimer_infinity = 7 } e_PHR_Config__phr_PeriodicTimer; typedef enum PHR_Config__phr_ProhibitTimer { PHR_Config__phr_ProhibitTimer_sf0 = 0, PHR_Config__phr_ProhibitTimer_sf10 = 1, PHR_Config__phr_ProhibitTimer_sf20 = 2, PHR_Config__phr_ProhibitTimer_sf50 = 3, PHR_Config__phr_ProhibitTimer_sf100 = 4, PHR_Config__phr_ProhibitTimer_sf200 = 5, PHR_Config__phr_ProhibitTimer_sf500 = 6, PHR_Config__phr_ProhibitTimer_sf1000 = 7 } e_PHR_Config__phr_ProhibitTimer; typedef enum PHR_Config__phr_Tx_PowerFactorChange { PHR_Config__phr_Tx_PowerFactorChange_dB1 = 0, PHR_Config__phr_Tx_PowerFactorChange_dB3 = 1, PHR_Config__phr_Tx_PowerFactorChange_dB6 = 2, PHR_Config__phr_Tx_PowerFactorChange_infinity = 3 } e_PHR_Config__phr_Tx_PowerFactorChange; typedef enum PHR_Config__phr_ModeOtherCG { PHR_Config__phr_ModeOtherCG_real = 0, PHR_Config__phr_ModeOtherCG_virtual = 1 } e_PHR_Config__phr_ModeOtherCG; /* PHR-Config */ typedef struct PHR_Config { long phr_PeriodicTimer; long phr_ProhibitTimer; long phr_Tx_PowerFactorChange; BOOLEAN_t multiplePHR; BOOLEAN_t dummy; BOOLEAN_t phr_Type2OtherCell; long phr_ModeOtherCG; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } PHR_Config_t; /* Implementation */ /* extern asn_TYPE_descriptor_t asn_DEF_phr_PeriodicTimer_2; // (Use -fall-defs-global to expose) */ /* extern asn_TYPE_descriptor_t asn_DEF_phr_ProhibitTimer_11; // (Use -fall-defs-global to expose) */ /* extern asn_TYPE_descriptor_t asn_DEF_phr_Tx_PowerFactorChange_20; // (Use -fall-defs-global to expose) */ /* extern asn_TYPE_descriptor_t asn_DEF_phr_ModeOtherCG_28; // (Use -fall-defs-global to expose) */ extern asn_TYPE_descriptor_t asn_DEF_PHR_Config; extern asn_SEQUENCE_specifics_t asn_SPC_PHR_Config_specs_1; extern asn_TYPE_member_t asn_MBR_PHR_Config_1[7]; #ifdef __cplusplus } #endif #endif /* _PHR_Config_H_ */ #include