⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 m_grr.val

📁 GSM手机设计软件代码
💻 VAL
📖 第 1 页 / 共 3 页
字号:
#define T_RESEL_GNOLZ_7                (0x7)      /* 300 seconds                    */
/*
 * Value constants for gprs_prio_class
 */
#define GPRS_PRIORITY_CLASS_INVALID    (0xff)     /* This value is used to indicate the absence of this parameter */
/*
 * Value constants for gprs_hcs_thr
 */
#define GPRS_HCS_THR_INVALID           (0xff)     /* This value is used to indicate the absence of this parameter */
/*
 * Value constants for pbcch_loc
 */
#define PBCCH_TN1                      (0x0)      
#define PBCCH_TN2                      (0x1)      
#define PBCCH_TN3                      (0x2)      
#define PBCCH_TN4                      (0x3)      
/*
 * Value constants for gprs_rxlev_access_min
 */
#define GPRS_RXLEV_ACCESS_MIN_INVALID  (0xff)     /* This value is used to indicate the absence of this parameter */
/*
 * Value constants for gprs_temp_offset
 */
#define GPRS_TEMPORARY_OFFSET_00_DB    (0x0)      /* 0 dB                           */
#define GPRS_TEMPORARY_OFFSET_10_DB    (0x1)      /* 10 dB                          */
#define GPRS_TEMPORARY_OFFSET_20_DB    (0x2)      /* 20 dB                          */
#define GPRS_TEMPORARY_OFFSET_30_DB    (0x3)      /* 30 dB                          */
#define GPRS_TEMPORARY_OFFSET_40_DB    (0x4)      /* 40 dB                          */
#define GPRS_TEMPORARY_OFFSET_50_DB    (0x5)      /* 50 dB                          */
#define GPRS_TEMPORARY_OFFSET_60_DB    (0x6)      /* 60 dB                          */
#define GPRS_TEMPORARY_OFFSET_INFINITY (0x7)      /* infinity                       */
#define GPRS_TEMPORARY_OFFSET_INVALID  (0xff)     /* This value is used to indicate the absence of this parameter */
/*
 * Value constants for gprs_penalty_time
 */
#define GPRS_PENALTY_TIME_MAX          (0x1f)     /* Maximum value of GPRS_PENALTY_TIME */
#define GPRS_PENALTY_TIME_INVALID      (0xff)     /* This value is used to indicate the absence of this parameter */
/*
 * Value constants for ctrl_order
 */
#define NCMEAS_NC0                     (0x0)      /* NC0                            */
#define NCMEAS_NC1                     (0x1)      /* NC1                            */
#define NCMEAS_NC2                     (0x2)      /* NC2                            */
#define NCMEAS_RESET                   (0x3)      /* RESET                          */
/*
 * Value constants for non_drx_per
 */
#define NC_NON_DRX_PER_DEFAULT         (0x2)      /* Non-DRX mode period default value (0.48 sec) */
/*
 * Value constants for rep_per_t
 */
#define NC_REP_PER_T_DEFAULT           (0x3)      /* Reporting period default value in packet transfer mode */
#define NC_REP_PER_I_DEFAULT           (0x7)      /* Reporting period default value in packet idle mode */
/*
 * Value constants for f_ack_ind
 */
#define F_ACK_IND_GNOLZ_0              (0x0)      /* retransmission are requested and the TBF is incomplete */
#define F_ACK_IND_GNOLZ_1              (0x1)      /* no retransmissions are requested and this message indicates acknowledgement of all RLC data in the TBF */
/*
 * Value constants for rbb
 */
#define INVALID                        (0x0)      /* Negative Ack of the RLC data block with BSN=(SSN-bit_nr)mod128 */
#define RECEIVED                       (0x1)      /* Positive Ack of the RLC data block with BSN=(SSN-bit_nr)mod128 */
/*
 * Value constants for cell_ba
 */
#define CR_ALLOWED                     (0x0)      /* Status for cell reselection is set to normal; */
#define CR_NOT_WED                     (0x1)      /* Status for cell reselection is set to barred. */
/*
 * Value constants for chan_need
 */
#define CHAN_NEED_GNOLZ_0              (0x0)      /* Any channel                    */
#define CHAN_NEED_GNOLZ_1              (0x1)      /* SDCCH                          */
#define CHAN_NEED_GNOLZ_2              (0x2)      /* TCH/F (Full rate)              */
#define CHAN_NEED_GNOLZ_3              (0x3)      /* TCH/H or TCH/F                 */
/*
 * Value constants for nmo
 */
#define NMO_GNOLZ_0                    (0x0)      /* Network Mode 1                 */
#define NMO_GNOLZ_1                    (0x1)      /* Network Mode 2                 */
#define NMO_GNOLZ_2                    (0x2)      /* Network Mode 3                 */
#define NMO_GNOLZ_3                    (0x3)      /* reserved                       */
/*
 * Value constants for ab_type
 */
#define AB_8_BIT                       (0x0)      /* 8 bit access burst shall be used */
#define AB_11_BIT                      (0x1)      /* 11 bit access burst shall be used */
/*
 * Value constants for ctrl_ack_type
 */
#define CTRL_ACK_TYPE_GNOLZ_0          (0x0)      /* default format is four access bursts */
#define CTRL_ACK_TYPE_GNOLZ_1          (0x1)      /* default format is RLC/MAC control block. */
/*
 * Value constants for s_prach
 */
#define S_PRACH_GNOLZ_0                (0x0)      /* S=12                           */
#define S_PRACH_GNOLZ_1                (0x1)      /* S=15                           */
#define S_PRACH_GNOLZ_2                (0x2)      /* S=20                           */
#define S_PRACH_GNOLZ_3                (0x3)      /* S=30                           */
#define S_PRACH_GNOLZ_4                (0x4)      /* S=41                           */
#define S_PRACH_GNOLZ_5                (0x5)      /* S=55                           */
#define S_PRACH_GNOLZ_6                (0x6)      /* S=76                           */
#define S_PRACH_GNOLZ_7                (0x7)      /* S=109                          */
#define S_PRACH_GNOLZ_8                (0x8)      /* S=163                          */
#define S_PRACH_GNOLZ_9                (0x9)      /* S=217                          */
#define S_PRACH_GNOLZ_DEF              (0x0)      /* reserved                       */
/*
 * Value constants for tx_int
 */
#define TX_INT_GNOLZ_0                 (0x0)      /* 2 slots used to spread transmission */
#define TX_INT_GNOLZ_1                 (0x1)      /* 3 slots used to spread transmission */
#define TX_INT_GNOLZ_2                 (0x2)      /* 4 slots used to spread transmission */
#define TX_INT_GNOLZ_3                 (0x3)      /* 5 slots used to spread transmission */
#define TX_INT_GNOLZ_4                 (0x4)      /* 6 slots used to spread transmission */
#define TX_INT_GNOLZ_5                 (0x5)      /* 7 slots used to spread transmission */
#define TX_INT_GNOLZ_6                 (0x6)      /* 8 slots used to spread transmission */
#define TX_INT_GNOLZ_7                 (0x7)      /* 9 slots used to spread transmission */
#define TX_INT_GNOLZ_8                 (0x8)      /* 10 slots used to spread transmission */
#define TX_INT_GNOLZ_9                 (0x9)      /* 12 slots used to spread transmission */
#define TX_INT_GNOLZ_A                 (0xa)      /* 14 slots used to spread transmission */
#define TX_INT_GNOLZ_B                 (0xb)      /* 16 slots used to spread transmission */
#define TX_INT_GNOLZ_C                 (0xc)      /* 20 slots used to spread transmission */
#define TX_INT_GNOLZ_D                 (0xd)      /* 25 slots used to spread transmission */
#define TX_INT_GNOLZ_E                 (0xe)      /* 32 slots used to spread transmission */
#define TX_INT_GNOLZ_F                 (0xf)      /* 50 slots used to spread transmission */
/*
 * Value constants for multi_band_rep
 */
#define GRR_MULTIBAND_REPORTING_0      (0x0)      /* normal operation               */
#define GRR_MULTIBAND_REPORTING_1      (0x1)      /* one cell of the non-serving cell band */
#define GRR_MULTIBAND_REPORTING_2      (0x2)      /* two cells of the non-serving cell band */
#define GRR_MULTIBAND_REPORTING_3      (0x3)      /* three cells of the non-serving cell band */
/*
 * Value constants for si13_loc
 */
#define BCCH_NORM                      (0x0)      /* _                              */
#define BCCH_EXT                       (0x1)      /* _                              */
/*
 * Value constants for gprs_resel_off
 */
#define GPRS_RESEL_OFF_DEFAULT         (0x10)     /* Default value                  */
#define GPRS_RESEL_OFF_INVALID         (0xff)     /* This value is used to indicate the absence of this parameter */
/*
 * Value constants for spgc_ccch_sup
 */
#define SPLIT_PG_CYCLE_NOT_SUPPORTED   (0x0)      
#define SPLIT_PG_CYCLE_SUPPORTED       (0x1)      
/*
 * Value constants for prio_acc_thr
 */
#define P_NOT_ALLOWED                  (0x0)      /* packet access is not allowed in the cell; */
#define PRIO_ACC_THR_GNOLZ_1           (0x1)      /* spare, shall be interpreted as '000' (packet access not allowed); */
#define PRIO_ACC_THR_GNOLZ_2           (0x2)      /* spare, shall be interpreted as '000' (packet access not allowed); */
#define P_PRIO1                        (0x3)      /* packet access is allowed for priority level 1; */
#define P_PRIO2                        (0x4)      /* packet access is allowed for priority level 1 to 2; */
#define P_PRIO3                        (0x5)      /* packet access is allowed for priority level 1 to 3; */
#define P_PRIO4                        (0x6)      /* packet access is allowed for priority level 1 to 4; */
#define PRIO_ACC_THR_GNOLZ_7           (0x7)      /* shall be interpreted as '110' (packet access allowed). */
/*
 * Value constants for nc_mode
 */
#define NCMODE_NC1                     (0x0)      /* Mobile station in mode NC1     */
#define NCMODE_NC2                     (0x1)      /* Mobile station in mode NC2     */
/*
 * Value constants for xrep_type
 */
#define XREP_TYPE1                     (0x0)      /* Type 1 measurement reporting   */
#define XREP_TYPE2                     (0x1)      /* Type 2 measurement reporting   */
#define XREP_TYPE3                     (0x2)      /* Type 3 measurement reporting   */
#define XREP_RESERVED                  (0x3)      /* Reserved                       */
/*
 * Value constants for xdyn_alloc
 */
#define DYNAMIC_ALLOC                  (0x0)      /* Dynamic Allocation             */
#define EXT_DYNAMIC_ALLOC              (0x1)      /* Extended Dynamic Allocation    */
/*
 * Value constants for usf_grant
 */
#define ONE_RLC_BLOCK                  (0x0)      /* the ms shall transmit one RLC/MAC block */
#define FOUR_C_RLC_BLOCKS              (0x1)      /* the ms shall transmit four consecutive RLC/MAC blocks */
/*
 * Value constants for xrep_per
 */
#define EXT_REP_PER_DEFAULT            (0x5)      /* Reporting period default value */
/*
 * Value constants for generation
 */
#define GENERATION_DEFAULT             (0x0)      /* Default value for parameter generation. */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -