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

📄 pconst.cdg

📁 GSM手机设计软件代码
💻 CDG
📖 第 1 页 / 共 5 页
字号:
#define L2R_DTI_REQ                    (0x80070012)
#define L2R_DTI_CNF                    (0x800e4012)
#define L2R_DTI_IND                    (0x800f4012)
#define L2R_CHANGE_RATE_REQ            (0x80080012)

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_L2R           (0xf)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_L2R            (0x14)     /* max length of data part in primitive */
#define CCDSAP_L2R                     (0x12)     
/*
 * Constants for the Service access point TRA
 */
#define TRA_ACTIVATE_REQ               (0x80000019)
#define TRA_ACTIVATE_CNF               (0x80004019)
#define TRA_DEACTIVATE_REQ             (0x80010019)
#define TRA_DEACTIVATE_CNF             (0x80014019)
#define TRA_DTI_REQ                    (0x80020019)
#define TRA_DTI_CNF                    (0x80024019)
#define TRA_DTI_IND                    (0x80034019)

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_TRA           (0x3)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_TRA            (0x10)     /* max length of data part in primitive */
#define CCDSAP_TRA                     (0x19)     
/*
 * Constants for the Service access point T30
 */
#define T30_ACTIVATE_REQ               (0x80000014)
#define T30_CONFIG_REQ                 (0x80010014)
#define T30_CAP_IND                    (0x80004014)
#define T30_CAP_REQ                    (0x80020014)
#define T30_DTI_REQ                    (0x80060014)
#define T30_DTI_CNF                    (0x80094014)
#define T30_DTI_IND                    (0x80084014)
#define T30_PHASE_IND                  (0x800a4014)
#define T30_SGN_IND                    (0x80014014)
#define T30_SGN_REQ                    (0x80030014)
#define T30_CMPL_IND                   (0x80024014)
#define T30_REPORT_IND                 (0x80034014)
#define T30_MODIFY_REQ                 (0x80040014)
#define T30_ERROR_IND                  (0x80044014)
#define T30_EOL_IND                    (0x800b4014)
#define T30_DEACTIVATE_REQ             (0x80050014)
#define T30_DEACTIVATE_CNF             (0x80054014)
#define T30_ACTIVATE_CNF               (0x80064014)
#define T30_PREAMBLE_IND               (0x80074014)

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_T30           (0xb)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_T30            (0x22c)    /* max length of data part in primitive */
#define CCDSAP_T30                     (0x14)     
/*
 * Constants for the Service access point RLP
 */
#define RLP_ATTACH_REQ                 (0x80000011)
#define RLP_DETACH_REQ                 (0x80010011)
#define RLP_DETACH_CNF                 (0x80004011)
#define RLP_CONNECT_REQ                (0x80020011)
#define RLP_CONNECT_IND                (0x80014011)
#define RLP_CONNECT_RES                (0x80030011)
#define RLP_CONNECT_CNF                (0x80024011)
#define RLP_DISC_REQ                   (0x80040011)
#define RLP_DISC_IND                   (0x80034011)
#define RLP_DISC_CNF                   (0x80044011)
#define RLP_RESET_REQ                  (0x80050011)
#define RLP_RESET_IND                  (0x80054011)
#define RLP_RESET_RES                  (0x80060011)
#define RLP_RESET_CNF                  (0x80064011)
#define RLP_READY_IND                  (0x80074011)
#define RLP_DATA_REQ                   (0x80070011)
#define RLP_GETDATA_REQ                (0x80080011)
#define RLP_DATA_IND                   (0x80084011)
#define RLP_UI_REQ                     (0x80090011)
#define RLP_UI_IND                     (0x80094011)
#define RLP_XID_IND                    (0x800a4011)
#define RLP_ERROR_IND                  (0x800b4011)
#define RLP_STATISTIC_IND              (0x800c4011)
#define RLP_REMAP_REQ                  (0x800a0011)
#define RLP_REMAP_CNF                  (0x800d4011)
#define RLP_REMAP_DATA_IND             (0x800e4011)
#define RLP_REMAP_DATA_RES             (0x800b0011)

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_RLP           (0xe)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_RLP            (0x14)     /* max length of data part in primitive */
#define CCDSAP_RLP                     (0x11)     
/*
 * Constants for the Service access point FAD
 */
#define FAD_ACTIVATE_REQ               (0x80000013)
#define FAD_DEACTIVATE_REQ             (0x80010013)
#define FAD_MODIFY_REQ                 (0x80020013)
#define FAD_DATA_REQ                   (0x80030013)
#define FAD_DATA_IND                   (0x80004013)
#define FAD_DATA_CNF                   (0x80014013)
#define FAD_SND_TCF_REQ                (0x80040013)
#define FAD_SND_TCF_CNF                (0x80024013)
#define FAD_RCV_TCF_REQ                (0x80050013)
#define FAD_RCV_TCF_CNF                (0x80034013)
#define FAD_READY_REQ                  (0x80060013)
#define FAD_READY_IND                  (0x80044013)
#define FAD_IGNORE_REQ                 (0x80070013)
#define FAD_MUX_IND                    (0x80054013)
#define FAD_ERROR_IND                  (0x80064013)
#define FAD_DEACTIVATE_CNF             (0x80074013)
#define FAD_ACTIVATE_CNF               (0x80084013)

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_FAD           (0x8)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_FAD            (0x4)      /* max length of data part in primitive */
#define CCDSAP_FAD                     (0x13)     
/*
 * Constants for the Service access point RA
 */
#define RA_ACTIVATE_REQ                (0x80000010)
#define RA_DEACTIVATE_REQ              (0x80010010)
#define RA_READY_IND                   (0x80004010)
#define RA_DATA_REQ                    (0x80020010)
#define RA_BREAK_REQ                   (0x80030010)
#define RA_DATA_IND                    (0x80014010)
#define RA_ACTIVATE_CNF                (0x80024010)
#define RA_DEACTIVATE_CNF              (0x80034010)
#define RA_BREAK_IND                   (0x80044010)
#define RA_DETECT_REQ                  (0x80040010)
#define RA_MODIFY_REQ                  (0x80050010)
#define RA_MODIFY_CNF                  (0x80054010)
#define RA_DATATRANS_REQ               (0x80060010)
#define SHM_TICK_REQ                   (0x80070010)
#define SHM_DATA_REQ                   (0x80080010)
#define SHM_READ_REQ                   (0x80090010)
#define SHM_DATA_IND                   (0x80064010)
#define SHM_BITSET_REQ                 (0x800a0010)
#define SHM_BITTEST_REQ                (0x800b0010)
#define SHM_BITTEST_IND                (0x80074010)

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_RA            (0xb)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_RA             (0x8)      /* max length of data part in primitive */
#define CCDSAP_RA                      (0x10)     
/*
 * Constants for the Service access point DTI
 */
#define DTI_READY_IND                  (0x7700)   
#define DTI_GETDATA_REQ                (0x3700)   
#define DTI_DATA_REQ                   (0x3701)   
#define DTI_DATA_IND                   (0x7701)   
#define DTI_DATA_TEST_REQ              (0x3702)   
#define DTI_DATA_TEST_IND              (0x7702)   
#define DTI_DUMMY_REQ                  (0x3703)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_DTI           (0x3)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_DTI            (0xc)      /* max length of data part in primitive */
#define CCDSAP_DTI                     (0x37)     
/*
 * Constants for the Service access point DTI2
 */
#define DTI2_CONNECT_REQ               (0x3750)   
#define DTI2_CONNECT_IND               (0x7750)   
#define DTI2_CONNECT_CNF               (0x7751)   
#define DTI2_CONNECT_RES               (0x3751)   
#define DTI2_DISCONNECT_REQ            (0x3752)   
#define DTI2_DISCONNECT_IND            (0x7752)   
#define DTI2_GETDATA_REQ               (0x3753)   
#define DTI2_READY_IND                 (0x7753)   
#define DTI2_DATA_IND                  (0x7754)   
#define DTI2_DATA_REQ                  (0x3754)   
#define DTI2_DATA_TEST_IND             (0x7755)   
#define DTI2_DATA_TEST_REQ             (0x3755)   
#define DTI2_DUMMY_REQ                 (0x3756)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_DTI2          (0x56)     /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_DTI2           (0x18)     /* max length of data part in primitive */
#define CCDSAP_DTI2                    (0x37)     
/*
 * Constants for the Service access point UART
 */
#define UART_PARAMETERS_REQ            (0x7400)   
#define UART_PARAMETERS_CNF            (0x3400)   
#define UART_PARAMETERS_IND            (0x3401)   
#define UART_DTI_REQ                   (0x7401)   
#define UART_DTI_CNF                   (0x3402)   
#define UART_DTI_IND                   (0x3403)   
#define UART_DISABLE_REQ               (0x7402)   
#define UART_DISABLE_CNF               (0x3404)   
#define UART_RING_REQ                  (0x7403)   
#define UART_RING_CNF                  (0x3405)   
#define UART_DCD_REQ                   (0x7404)   
#define UART_DCD_CNF                   (0x3406)   
#define UART_ESCAPE_REQ                (0x7405)   
#define UART_ESCAPE_CNF                (0x3407)   
#define UART_DETECTED_IND              (0x3408)   
#define UART_ERROR_IND                 (0x3409)   
#define UART_MUX_START_REQ             (0x7406)   
#define UART_MUX_START_CNF             (0x340a)   
#define UART_MUX_DLC_ESTABLISH_IND     (0x340b)   
#define UART_MUX_DLC_ESTABLISH_RES     (0x7407)   
#define UART_MUX_DLC_RELEASE_REQ       (0x7408)   
#define UART_MUX_DLC_RELEASE_IND       (0x340c)   
#define UART_MUX_SLEEP_REQ             (0x7409)   
#define UART_MUX_SLEEP_IND             (0x340d)   
#define UART_MUX_WAKEUP_REQ            (0x740a)   
#define UART_MUX_WAKEUP_IND            (0x340e)   
#define UART_MUX_CLOSE_REQ             (0x740b)   
#define UART_MUX_CLOSE_IND             (0x340f)   
#define UART_DRIVER_SENT_IND           (0x740c)   
#define UART_DRIVER_RECEIVED_IND       (0x740d)   
#define UART_DRIVER_FLUSHED_IND        (0x740e)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_UART          (0xf)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_UART           (0x14)     /* max length of data part in primitive */
#define CCDSAP_UART                    (0x34)     
/*
 * Constants for the Service access point MPHC
 */
#define MPHC_NETWORK_SYNC_REQ          (0xf)      
#define MPHC_NETWORK_SYNC_IND          (0x10)     
#define MPHC_STOP_NETWORK_SYNC_REQ     (0x11)     
#define MPHC_STOP_NETWORK_SYNC_CON     (0x12)     
#define MPHC_START_CCCH_REQ            (0x15)     
#define MPHC_STOP_CCCH_REQ             (0x16)     
#define MPHC_STOP_CCCH_CON             (0x17)     
#define MPHC_SCELL_NBCCH_REQ           (0x18)     
#define MPHC_SCELL_EBCCH_REQ           (0x19)     
#define MPHC_STOP_SCELL_BCCH_REQ       (0x1a)     
#define MPHC_STOP_SCELL_BCCH_CON       (0x1b)     
#define MPHC_DATA_IND                  (0x32)     
#define MPHC_NCELL_SYNC_REQ            (0x20)     
#define MPHC_NCELL_LIST_SYNC_REQ       (0x7a)     
#define MPHC_NCELL_SYNC_IND            (0x21)     
#define MPHC_STOP_NCELL_SYNC_REQ       (0x22)     
#define MPHC_STOP_NCELL_SYNC_CON       (0x23)     
#define MPHC_NCELL_BCCH_REQ            (0x1c)     
#define MPHC_NCELL_BCCH_IND            (0x1d)     
#define MPHC_STOP_NCELL_BCCH_REQ       (0x1e)     
#define MPHC_STOP_NCELL_BCCH_CON       (0x1f)     
#define MPHC_RXLEV_PERIODIC_REQ        (0x24)     
#define MPHC_RXLEV_PERIODIC_IND        (0x25)     
#define MPHC_STOP_RXLEV_PERIODIC_REQ   (0x26)     
#define MPHC_STOP_RXLEV_PERIODIC_CON   (0x27)     
#define MPHC_RXLEV_REQ                 (0xb)      
#define MPHC_RXLEV_IND                 (0xc)      
#define MPHC_STOP_RXLEV_REQ            (0xd)      
#define MPHC_STOP_RXLEV_CON            (0xe)      
#define MPHC_CONFIG_CBCH_REQ           (0x28)     
#define MPHC_CBCH_SCHEDULE_REQ         (0x29)     
#define MPHC_CBCH_INFO_REQ             (0x2b)     
#define MPHC_CBCH_UPDATE_REQ           (0x2a)     
#define MPHC_STOP_CBCH_REQ             (0x2c)     
#define MPHC_STOP_CBCH_CON             (0x2d)     
#define MPHC_NEW_SCELL_REQ             (0x13)     
#define MPHC_NEW_SCELL_CON             (0x14)     
#define MPHC_RA_REQ                    (0x2e)     
#define MPHC_RA_CON                    (0x2f)     
#define MPHC_STOP_RA_REQ               (0x30)     
#define MPHC_STOP_RA_CON               (0x31)     
#define MPHC_IMMED_ASSIGN_REQ          (0x33)     
#define MPHC_IMMED_ASSIGN_CON          (0x3f)     
#define MPHC_CHANNEL_ASSIGN_REQ        (0x34)     
#define MPHC_CHANNEL_ASSIGN_CON        (0x3c)     
#define MPHC_ASYNC_HO_REQ              (0x35)     
#define MPHC_ASYNC_HO_CON              (0x3b)     
#define MPHC_HANDOVER_FINISHED         (0x44)     
#define MPHC_SYNC_HO_REQ               (0x36)     
#define MPHC_SYNC_HO_CON               (0x42)     
#define MPHC_TA_FAIL_IND               (0x43)     
#define MPHC_PRE_SYNC_HO_REQ           (0x37)     
#define MPHC_PRE_SYNC_HO_CON           (0x40)     
#define MPHC_HANDOVER_FAIL_REQ         (0x47)     
#define MPHC_HANDOVER_FAIL_CON         (0x3e)     
#define MPHC_CHANGE_FREQUENCY          (0x45)     

⌨️ 快捷键说明

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