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

📄 m_rr.val

📁 GSM手机设计软件代码
💻 VAL
📖 第 1 页 / 共 3 页
字号:
#define CALL_PRIO_LEV_A                (0x6)      /* call priority level A          */
#define CALL_PRIO_LEV_B                (0x7)      /* call priority level B          */
/*
 * Value constants for dtx_used
 */
#define DTX_USED_NO                    (0x0)      /* DTX was not used               */
#define DTX_USED_YES                   (0x1)      /* DTX was used                   */
/*
 * Value constants for low_arfcn
 */
#define LOW_ARFCN_GNOLZ_DEF            (0x0)      /* reserved                       */
/*
 * Value constants for si13_pos
 */
#define SI13_ON_BCCH_NORM              (0x0)      /* on BCCH Norm                   */
#define SI13_ON_BCCH_EXT               (0x1)      /* on BCCH Ext.                   */
/*
 * Value constants for res_ack
 */
#define RES_ACK_NO                     (0x0)      /* resumption of GPRS services not successfully acknowledged */
#define RES_ACK_YES                    (0x1)      /* resumption of GPRS services successfully acknowledged */
/*
 * Value constants for mac_mode
 */
#define MAC_DYN_ALLOC                  (0x0)      /* dynamic allocation             */
#define MAC_EXT_DYN_ALLOC              (0x1)      /* extended dynamic allocation    */
#define MAC_FIX_ALLOC_NOT_HALF         (0x2)      /* fixed allocation, not half duplex mode */
#define MAC_FIX_ALLOC                  (0x3)      /* fixed allocation, half duplex mode */
/*
 * Value constants for ident_type
 */
#define ID_TYPE_NO_IDENT               (0x0)      /* No Identity                    */
#define ID_TYPE_IMSI                   (0x1)      /* IMSI                           */
#define ID_TYPE_IMEI                   (0x2)      /* IMEI                           */
#define ID_TYPE_IMEISV                 (0x3)      /* IMEISV                         */
#define ID_TYPE_TMSI                   (0x4)      /* TMSI                           */
#define IDENT_TYPE_GNOLZ_DEF           (0x0)      /* reserved                       */
/*
 * Value constants for odd_even
 */
#define EVEN                           (0x0)      /* even                           */
#define ODD                            (0x1)      /* odd                            */
/*
 * Value constants for mr_vers
 */
#define MR_VERS_1                      (0x1)      /* Adaptive Multirate speech version 1 */
#define MR_VERS_GNOLZ_DEF              (0x0)      /* reserved                       */
/*
 * Value constants for nscb
 */
#define NSCB_ON                        (0x0)      /* NSCB can be used (default)     */
#define NSCB_OFF                       (0x1)      /* NSCB shall be turned off       */
/*
 * Value constants for icmi
 */
#define ICMI_IMPL                      (0x0)      /* initial codec mode defined by implicit rule provided in GSM 05.09 */
#define ICMI_START_MODE                (0x1)      /* initial codec mode defined by start mode field */
/*
 * Value constants for st_mode
 */
#define CODEC_MODE_1                   (0x0)      /* lowest bit rate                */
#define CODEC_MODE_2                   (0x1)      /* second lowest rate if codec includes more then 1 mode */
#define CODEC_MODE_3                   (0x2)      /* third lowest rate if codec includes more then 2 modes */
#define CODEC_MODE_4                   (0x3)      /* highest mode if codec includes 4 modes */
/*
 * Value constants for set_amr
 */
#define SET_AMR_12_2                   (0x80)     /* codec 12.2 kbit/s is part of subset */
#define SET_AMR_10_2                   (0x40)     /* codec 10.2 kbit/s is part of subset */
#define SET_AMR_7_95                   (0x20)     /* codec 7.95 kbit/s is part of subset */
#define SET_AMR_7_4                    (0x10)     /* codec 7.4 kbit/s is part of subset */
#define SET_AMR_6_7                    (0x8)      /* codec 6.7 kbit/s is part of subset */
#define SET_AMR_5_9                    (0x4)      /* codec 5.9 kbit/s is part of subset */
#define SET_AMR_5_15                   (0x2)      /* codec 5.15 kbit/s is part of subset */
#define SET_AMR_4_75                   (0x1)      /* codec 4 .75 kbit/s is part of subset */
/*
 * Value constants for ncm
 */
#define NC_0                           (0x0)      
#define NC_1                           (0x1)      
#define NC_2                           (0x2)      
#define NC_TARGET                      (0x3)      /* information on NC mode to be gathered from the target cell */
/*
 * Value constants for cell_bar_qual
 */
#define CBQ_NO                         (0x0)      /* cell selection and reselection depending on cell bar access */
#define CBQ_YES                        (0x1)      /* cell selection priority always low, reselection always normal */
/*
 * Value constants for pwr_ctrl_mode
 */
#define PWR_CTR_A                      (0x0)      /* mode A                         */
#define PWR_CTR_B                      (0x1)      /* mode B                         */
/*
 * Value constants for pck_chan_type
 */
#define PCK_CH_1                       (0x1)      /* for backward compatibility     */
#define PCK_CHAN_TYPE_GNOLZ_DEF        (0x0)      /* reserved                       */
/*
 * Value constants for indir
 */
#define INDIR_NO                       (0x0)      /* non hopping configuration      */
#define INDIR_YES                      (0x1)      /* indirect encoding of hopping RF channel configuration */
/*
 * Value constants for ma_num
 */
#define MA_NUM_14                      (0x0)      /* MA_NUMBER = 14                 */
#define MA_NUM_15                      (0x1)      /* MA_NUMBER = 15                 */
/*
 * Value constants for pm
 */
#define PAGING_NORM                    (0x0)      /* Normal paging.                 */
#define PAGING_EXT                     (0x1)      /* Extended paging.               */
#define PAGING_REORG                   (0x2)      /* Paging reorganization.         */
#define PAGING_SAME                    (0x3)      /* Same as before.                */
/*
 * Value constants for pch_restruct
 */
#define PCH_RESTRUCT_NO                (0x0)      /* paging channel is restructured */
#define PCH_RESTRUCT_YES               (0x1)      /* paging channel is not restructured */
/*
 * Value constants for bcch_type
 */
#define BCCH_NORM                      (0x0)      /* on BCCH Norm                   */
#define BCCH_EXT                       (0x1)      /* on BCCH Ext.                   */
/*
 * Value constants for atc
 */
#define ATC_HANDOV_MAN                 (0x0)      /* Sending of Handover access is mandatory */
#define ATC_HANDOV_OPT                 (0x1)      /* Sending of Handover access is optional */
/*
 * Value constants for max_retrans
 */
#define MAX_RETRANS_1                  (0x0)      /* Maximum 1 retransmission       */
#define MAX_RETRANS_2                  (0x1)      /* Maximum 2 retransmissions      */
#define MAX_RETRANS_4                  (0x2)      /* Maximum 4 retransmissions      */
#define MAX_RETRANS_7                  (0x3)      /* Maximum 7 retransmissions      */
/*
 * Value constants for tx_integer
 */
#define SPREAD_TRANS_3                 (0x0)      /* 3 slots used to spread transmission */
#define SPREAD_TRANS_4                 (0x1)      /* 4 slots used to spread transmission */
#define SPREAD_TRANS_5                 (0x2)      /* 5 slots used to spread transmission */
#define SPREAD_TRANS_6                 (0x3)      /* 6 slots used to spread transmission */
#define SPREAD_TRANS_7                 (0x4)      /* 7 slots used to spread transmission */
#define SPREAD_TRANS_8                 (0x5)      /* 8 slots used to spread transmission */
#define SPREAD_TRANS_9                 (0x6)      /* 9 slots used to spread transmission */
#define SPREAD_TRANS_10                (0x7)      /* 10 slots used to spread transmission */
#define SPREAD_TRANS_11                (0x8)      /* 11 slots used to spread transmission */
#define SPREAD_TRANS_12                (0x9)      /* 12 slots used to spread transmission */
#define SPREAD_TRANS_14                (0xa)      /* 14slots used to spread transmission */
#define SPREAD_TRANS_16                (0xb)      /* 16 slots used to spread transmission */
#define SPREAD_TRANS_20                (0xc)      /* 20 slots used to spread transmission */
#define SPREAD_TRANS_25                (0xd)      /* 25 slots used to spread transmission */
#define SPREAD_TRANS_32                (0xe)      /* 32 slots used to spread transmission */
#define SPREAD_TRANS_50                (0xf)      /* 50 slots used to spread transmission */
/*
 * Value constants for cell_bar_access
 */
#define BARRED_NO                      (0x0)      /* The cell is not barred         */
#define BARRED_YES                     (0x1)      /* The cell is barred             */
/*
 * Value constants for re
 */
#define REESTAB_YES                    (0x0)      /* Call Reestablishment allowed in the cell */
#define REESTAB_NO                     (0x1)      /* Call Reestablishment not allowed in the cell */
/*
 * Value constants for nch_position
 */
#define NCH_1BLK_NR0                   (0x0)      /* 1 block / first is block 0     */
#define NCH_1BLK_NR1                   (0x1)      /* 1 block / first is block 1     */
#define NCH_1BLK_NR2                   (0x2)      /* 1 block / first is block 2     */
#define NCH_1BLK_NR3                   (0x3)      /* 1 block / first is block 3     */
#define NCH_1BLK_NR4                   (0x4)      /* 1 block / first is block 4     */
#define NCH_1BLK_NR5                   (0x5)      /* 1 block / first is block 5     */
#define NCH_1BLK_NR6                   (0x6)      /* 1 block / first is block 6     */
#define NCH_2BLK_NR0                   (0x7)      /* 2 blocks / first is block 0    */
#define NCH_2BLK_NR1                   (0x8)      /* 2 blocks / first is block 1    */
#define NCH_2BLK_NR2                   (0x9)      /* 2 blocks / first is block 2    */
#define NCH_2BLK_NR3                   (0xa)      /* 2 blocks / first is block 3    */
#define NCH_2BLK_NR4                   (0xb)      /* 2 blocks / first is block 4    */
#define NCH_2BLK_NR5                   (0xc)      /* 2 blocks / first is block 5    */
#define NCH_3BLK_NR0                   (0xd)      /* 3 blocks / first is block 0    */
#define NCH_3BLK_NR1                   (0xe)      /* 3 blocks / first is block 1    */
#define NCH_3BLK_NR2                   (0xf)      /* 3 blocks / first is block 2    */
#define NCH_3BLK_NR3                   (0x10)     /* 3 blocks / first is block 3    */
#define NCH_3BLK_NR4                   (0x11)     /* 3 blocks / first is block 4    */
#define NCH_4BLK_NR0                   (0x12)     /* 4 blocks / first is block 0    */
#define NCH_4BLK_NR1                   (0x13)     /* 4 blocks / first is block 1    */
#define NCH_4BLK_NR2                   (0x14)     /* 4 blocks / first is block 2    */
#define NCH_4BLK_NR3                   (0x15)     /* 4 blocks / first is block 3    */
#define NCH_5BLK_NR0                   (0x16)     /* 5 blocks / first is block 0    */
#define NCH_5BLK_NR1                   (0x17)     /* 5 blocks / first is block 1    */
#define NCH_5BLK_NR2                   (0x18)     /* 5 blocks / first is block 2    */
#define NCH_6BLK_NR0                   (0x19)     /* 6 blocks / first is block 0    */
#define NCH_6BLK_NR1                   (0x1a)     /* 6 blocks / first is block 1    */
#define NCH_7BLK_NR0                   (0x1b)     /* 7 blocks / first is block 0    */
#define NCH_POSITION_GNOLZ_DEF         (0x0)      /* reserved                       */
/*
 * Value constants for nci
 */
#define NCI_IGNORE                     (0x0)      /* Out of range timing advance is ignored */
#define NCI_TRIGGER                    (0x1)      /* Out of range timing advance shall trigger a handover failure */
/*
 * Value constants for rot
 */
#define TIME_DIFF_NO                   (0x0)      /* Mobile Time Difference IE shall not be included in the HANDOVER COMPLETE message */
#define TIME_DIFF_YES                  (0x1)      /* Mobile Time Difference IE shall be included in the HANDOVER COMPLETE message */
/*
 * Value constants for si
 */
#define SYI_NON_SYNCH                  (0x0)      /* Non-synchronized               */
#define SYI_NORM_SYNCH                 (0x1)      /* Synchronized                   */
#define SYI_PRE_SYNCH                  (0x2)      /* Pre-synchronised               */
#define SYI_PSEUDO_SYNCH               (0x3)      /* Pseudo-synchronised            */
/*
 * Value constants for poll
 */
#define POLL_NO_ACTION                 (0x0)      /* no action required from MS     */
#define POLL_SEND_ACK                  (0x1)      /* MS shall send a PACKET CONTROL ACKNOWLEDGEMENT */
/*
 * Value constants for usf_gran
 */
#define USF_GRAN1                      (0x0)      /* the mobile shall send one RLC/MAC block */
#define USF_GRAN4                      (0x1)      /* the mobile shall send four consecutive RLC/MAC blocks */
/*
 * Value constants for ccm
 */
#define COD_S_1                        (0x0)      
#define COD_S_2                        (0x1)      
#define COD_S_3                        (0x2)      
#define COD_S_4                        (0x3)      
/*
 * Value constants for tlli_bcc

⌨️ 快捷键说明

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