📄 m_rr_com.val
字号:
#define MSLOT_CLASS_4 (0x4) /* Multi Slot Class 4 */
#define MSLOT_CLASS_5 (0x5) /* Multi Slot Class 5 */
#define MSLOT_CLASS_6 (0x6) /* Multi Slot Class 6 */
#define MSLOT_CLASS_7 (0x7) /* Multi Slot Class 7 */
#define MSLOT_CLASS_8 (0x8) /* Multi Slot Class 8 */
#define MSLOT_CLASS_9 (0x9) /* Multi Slot Class 9 */
#define MSLOT_CLASS_10 (0xa) /* Multi Slot Class 10 */
#define MSLOT_CLASS_11 (0xb) /* Multi Slot Class 11 */
#define MSLOT_CLASS_12 (0xc) /* Multi Slot Class 12 */
#define MSLOT_CLASS_13 (0xd) /* Multi Slot Class 13 */
#define MSLOT_CLASS_14 (0xe) /* Multi Slot Class 14 */
#define MSLOT_CLASS_15 (0xf) /* Multi Slot Class 15 */
#define MSLOT_CLASS_16 (0x10) /* Multi Slot Class 16 */
#define MSLOT_CLASS_17 (0x11) /* Multi Slot Class 17 */
#define MSLOT_CLASS_18 (0x12) /* Multi Slot Class 18 */
#define MSLOT_CLASS_19 (0x13) /* Multi Slot Class 19 */
#define MSLOT_CLASS_20 (0x14) /* Multi Slot Class 20 (not for HSCSD) */
#define MSLOT_CLASS_21 (0x15) /* Multi Slot Class 21 (not for HSCSD) */
#define MSLOT_CLASS_22 (0x16) /* Multi Slot Class 22 (not for HSCSD) */
#define MSLOT_CLASS_23 (0x17) /* Multi Slot Class 23 (not for HSCSD) */
#define MSLOT_CLASS_24 (0x18) /* Multi Slot Class 24 (not for HSCSD) */
#define MSLOT_CLASS_25 (0x19) /* Multi Slot Class 25 (not for HSCSD) */
#define MSLOT_CLASS_26 (0x1a) /* Multi Slot Class 26 (not for HSCSD) */
#define MSLOT_CLASS_27 (0x1b) /* Multi Slot Class 27 (not for HSCSD) */
#define MSLOT_CLASS_28 (0x1c) /* Multi Slot Class 28 (not for HSCSD) */
#define MSLOT_CLASS_29 (0x1d) /* Multi Slot Class 29 (not for HSCSD) */
/*
* Value constants for dtm_e
*/
#define NO (0x0) /* value is not set */
#define YES (0x1) /* value is set */
#define NOT_SUPPORTED (0x0) /* feature not supported */
#define SUPPORTED (0x1) /* feature supported */
/*
* Value constants for mb_value
*/
#define MB_NO_EUROPEAN_BAND (0x0) /* 0b000: neither GSM 900, E-GSM or DCS 1800 supported */
#define MB_GSM900 (0x1) /* 0b001: GSM 900 is supported */
#define MB_EGSM (0x2) /* 0b010: E-GSM is supported */
#define MB_DCS1800 (0x4) /* 0b100: DCS 1800 is supported */
#define MB_DUAL (0x5) /* 0b101: GSM 900 and DCS 1800 is supported */
#define MB_DUAL_EXT (0x6) /* 0b110: E-GSM and DCS 1800 is supported */
#define MB_VALUE_GNOLZ_DEF (0x0) /* Reserved */
/*
* Value constants for pcs1900_cap
*/
#define POWER_CLASS_1 (0x1) /* Power Class 1 */
#define POWER_CLASS_2 (0x2) /* Power Class 2 */
#define POWER_CLASS_3 (0x3) /* Power Class 3 */
#define POWER_CLASS_4 (0x4) /* Power Class 4 */
#define POWER_CLASS_5 (0x5) /* Power Class 5 */
#define PCS1900_CAP_GNOLZ_6 (0x6) /* Reserved */
#define PCS1900_CAP_GNOLZ_7 (0x7) /* Reserved */
#define MIN_CLASS_GSM (0x2) /* minimal GSM power class */
#define MAX_CLASS_GSM (0x5) /* maximal GSM power class */
#define MIN_CLASS_DCS (0x1) /* minimal DCS power class */
#define MAX_CLASS_DCS (0x3) /* maximal DCS power class */
#define MIN_CLASS_PCS (0x1) /* minimal PCS power class */
#define MAX_CLASS_PCS (0x3) /* maximal PCS power class */
#define CLASS_MIN_POW_GSM (0x5) /* GSM power class with the lowest output power */
#define CLASS_MIN_POW_DCS (0x2) /* DCS power class with the lowest output power */
#define CLASS_MIN_POW_PCS (0x2) /* PCS power class with the lowest output power */
#define IDX_PWRCLASS_900 (0x0) /* Index for use with rf_cap.rf_power.pow_class4[] array */
#define IDX_PWRCLASS_1800 (0x1) /* Index for use with rf_cap.rf_power.pow_class4[] array */
#define IDX_PWRCLASS_1900 (0x2) /* Index for use with rf_cap.rf_power.pow_class4[] array */
#define IDX_PWRCLASS_850 (0x3) /* Index for use with rf_cap.rf_power.pow_class4[] array */
#define IDX_PWRCLASS_400 (0x4) /* Index for use with rf_cap.rf_power.pow_class4[] array */
/*
* Value constants for single_band
*/
#define SINGLE_EGSM (0x0) /* Extended GSM is supported */
#define SINGLE_GSM900 (0x1) /* GSM 900 is supported */
#define SINGLE_DCS1800 (0x2) /* DCS 1800 is supported */
#define SINGLE_GSM450 (0x3) /* GSM 450 is supported */
#define SINGLE_GSM480 (0x4) /* GSM 480 is supported */
#define SINGLE_GSM850 (0x5) /* GSM 850 is supported */
#define SINGLE_PCS1900 (0x6) /* PCS 1900 is supported */
#define SINGLE_BAND_GNOLZ_DEF (0x0) /* Reserved */
/*
* Value constants for setbands
*/
#define BAND_AUTO (0x0) /* 0b00000000: All bands shall be scanned */
#define BAND_GSM_900 (0x1) /* 0b00000001: GSM 900 is supported, shall be scanned */
#define BAND_DCS_1800 (0x2) /* 0b00000010: DCS 1800 is supported, shall be scanned */
#define BAND_PCS_1900 (0x4) /* 0b00000100: PCS 1900 is supported, shall be scanned */
#define BAND_E_GSM (0x8) /* 0b00001000: Extended GSM is supported, shall be scanned */
#define BAND_GSM_850 (0x10) /* 0b00010000: GSM 850 is supported, shall be scanned */
#define BAND_GSM_450 (0x20) /* 0b00100000: GSM 450 is supported, shall be scanned */
#define BAND_GSM_480 (0x40) /* 0b01000000: GSM 480 is supported, shall be scanned */
#define BAND_R_GSM (0x80) /* 0b10000000: R-GSM is supported, shall be scanned */
#define BAND_DUAL (0x3) /* 0b00000011: GSM 900 and DCS 1800 is supported, shall be scanned */
#define BAND_DUAL_EXT (0xb) /* 0b00001011: GSM 900, E-GSM and DCS 1800 is supported, shall be scanned */
#define BAND_DUAL_US (0x14) /* 0b00010100: GSM 850 and PCS 1900 is supported, shall be scanned */
/*
* Value constants for acc_tech_typ
*/
#define ACC_GSM_P (0x0) /* GSM P */
#define ACC_GSM_E (0x1) /* GSM E -note that GSM E covers GSM P */
#define ACC_GSM_R (0x2) /* GSM R - note that GSM R covers GSM E and GSM P */
#define ACC_GSM_1800 (0x3) /* GSM 1800 (DCS) */
#define ACC_GSM_1900 (0x4) /* GSM 1900 (PCS) */
#define ACC_GSM_450 (0x5) /* GSM 450 */
#define ACC_GSM_480 (0x6) /* GSM 480 */
#define ACC_GSM_850 (0x7) /* GSM 850 */
#define ACC_INVALID (0xf) /* no valid access technology type present (this value isnt defined in the specification) */
#define ACC_TECH_TYP_GNOLZ_DEF (0x0) /* unknown */
/*
* user defined constants
*/
#define RR_COM_DUMMY_CONSTANT (0x0)
#define DL_ONLY_8PSK (0x0) /* 8-PSK supported for downlink reception only */
#define FULL_8PSK (0x1) /* 8-PSK supported for uplink transmission and downlink reception */
#include "CDG_LEAVE.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -