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

📄 pconst.cdg

📁 GSM手机设计软件代码
💻 CDG
📖 第 1 页 / 共 5 页
字号:
#define MPHC_CHANGE_FREQUENCY_CON      (0x3a)     
#define MPHC_CHANNEL_MODE_MODIFY_REQ   (0x46)     
#define MPHC_CHANNEL_MODE_MODIFY_CON   (0x3d)     
#define MPHC_SET_CIPHERING_REQ         (0x48)     
#define MPHC_SET_CIPHERING_CON         (0x41)     
#define MPHC_MEAS_REPORT               (0x49)     
#define MPHC_UPDATE_BA_LIST            (0x4a)     
#define MPHC_STOP_DEDICATED            (0x39)     
#define MPHC_NCELL_FB_SB_READ          (0x4b)     
#define MPHC_NCELL_SB_READ             (0x4c)     
#define OML1_CLOSE_TCH_LOOP_REQ        (0x61)     
#define OML1_CLOSE_TCH_LOOP_CON        (0x65)     
#define OML1_OPEN_TCH_LOOP_REQ         (0x62)     
#define OML1_OPEN_TCH_LOOP_CON         (0x66)     
#define OML1_START_DAI_TEST_REQ        (0x63)     
#define OML1_START_DAI_TEST_CON        (0x67)     
#define OML1_STOP_DAI_TEST_REQ         (0x64)     
#define OML1_STOP_DAI_TEST_CON         (0x68)     
#define TST_SLEEP_REQ                  (0x4)      
#define MPHC_ADC_IND                   (0x69)     
#define MPHC_INIT_L1_REQ               (0x72)     
#define MPHC_INIT_L1_CON               (0x73)     
#define MPHC_DEACTIVATE_REQ            (0x6e)     
#define TST_TEST_HW_REQ                (0x1)      
#define TST_TEST_HW_CON                (0x2)      

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_MPHC          (0x7a)     /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_MPHC           (0x174)    /* max length of data part in primitive */
#define CCDSAP_MPHC                    (0x0)      
/*
 * Constants for the Service access point CCI
 */
#define CCI_CIPHER_REQ                 (0x3600)   
#define CCI_CIPHER_CNF                 (0x7600)   
#define CCI_DECIPHER_REQ               (0x3601)   
#define CCI_DECIPHER_CNF               (0x7601)   
#define CCI_RESET_REQ                  (0x3602)   
#define CCI_NEG_REQ_V42                (0x3603)   
#define CCI_INIT_REQ                   (0x3604)   
#define CCI_FLUSH_REQ                  (0x3605)   
#define CCI_ERROR_IND                  (0x7602)   
#define CCI_COMP_REQ                   (0x3606)   
#define CCI_COMP_IND                   (0x7603)   
#define CCI_DECOMP_REQ                 (0x3607)   
#define CCI_DECOMP_IND                 (0x7604)   
#define CCI_COMP_REQ_TEST              (0x3608)   
#define CCI_DECOMP_IND_TEST            (0x7605)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_CCI           (0x8)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_CCI            (0x28)     /* max length of data part in primitive */
#define CCDSAP_CCI                     (0x36)     
/*
 * Constants for the Service access point GMMAA
 */
#define GMMAA_ESTABLISH_REQ            (0x2500)   
#define GMMAA_RELEASE_IND              (0x6500)   
#define GMMAA_ESTABLISH_REJ            (0x6501)   
#define GMMAA_TIMER_REQ                (0x2501)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_GMMAA         (0x1)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_GMMAA          (0x4)      /* max length of data part in primitive */
#define CCDSAP_GMMAA                   (0x25)     
/*
 * Constants for the Service access point GMMREG
 */
#define GMMREG_ATTACH_REQ              (0x3300)   
#define GMMREG_ATTACH_CNF              (0x7300)   
#define GMMREG_ATTACH_REJ              (0x7301)   
#define GMMREG_DETACH_REQ              (0x3301)   
#define GMMREG_DETACH_CNF              (0x7302)   
#define GMMREG_DETACH_IND              (0x7303)   
#define GMMREG_NET_REQ                 (0x3302)   
#define GMMREG_PLMN_IND                (0x7304)   
#define GMMREG_PLMN_RES                (0x3303)   
#define GMMREG_SUSPEND_IND             (0x7305)   
#define GMMREG_RESUME_IND              (0x7306)   
#define GMMREG_PLMN_MODE_REQ           (0x3304)   
#define GMMREG_INFO_IND                (0x7307)   
#define GMMREG_CONFIG_REQ              (0x3305)   
#define GMMREG_CIPHERING_IND           (0x7308)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_GMMREG        (0x8)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_GMMREG         (0xa0)     /* max length of data part in primitive */
#define CCDSAP_GMMREG                  (0x33)     
/*
 * Constants for the Service access point GMMSM
 */
#define GMMSM_ESTABLISH_REQ            (0x2400)   
#define GMMSM_ESTABLISH_CNF            (0x6400)   
#define GMMSM_ESTABLISH_REJ            (0x6401)   
#define GMMSM_RELEASE_IND              (0x6402)   
#define GMMSM_UNITDATA_REQ             (0x2401)   
#define GMMSM_UNITDATA_IND             (0x6403)   
#define GMMSM_SEQUENCE_IND             (0x6404)   
#define GMMSM_SEQUENCE_RES             (0x2402)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_GMMSM         (0x4)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_GMMSM          (0x44)     /* max length of data part in primitive */
#define CCDSAP_GMMSM                   (0x24)     
/*
 * Constants for the Service access point GMMSMS
 */
#define GMMSMS_REG_STATE_REQ           (0x2300)   
#define GMMSMS_REG_STATE_CNF           (0x6300)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_GMMSMS        (0x0)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_GMMSMS         (0x4)      /* max length of data part in primitive */
#define CCDSAP_GMMSMS                  (0x23)     
/*
 * Constants for the Service access point MMGMM
 */
#define MMGMM_REG_REQ                  (0x2e00)   
#define MMGMM_REG_CNF                  (0x6e00)   
#define MMGMM_REG_REJ                  (0x6e01)   
#define MMGMM_NREG_IND                 (0x6e02)   
#define MMGMM_NREG_REQ                 (0x2e01)   
#define MMGMM_NREG_CNF                 (0x6e03)   
#define MMGMM_NET_REQ                  (0x2e02)   
#define MMGMM_PLMN_IND                 (0x6e04)   
#define MMGMM_PLMN_RES                 (0x2e03)   
#define MMGMM_PLMN_MODE_REQ            (0x2e04)   
#define MMGMM_AUTH_REJ_REQ             (0x2e05)   
#define MMGMM_AUTH_REJ_IND             (0x6e05)   
#define MMGMM_CM_ESTABLISH_IND         (0x6e06)   
#define MMGMM_CM_ESTABLISH_RES         (0x2e06)   
#define MMGMM_CM_RELEASE_IND           (0x6e07)   
#define MMGMM_ACTIVATE_IND             (0x6e08)   
#define MMGMM_ATTACH_STARTED_REQ       (0x2e07)   
#define MMGMM_ATTACH_ACC_REQ           (0x2e08)   
#define MMGMM_ATTACH_REJ_REQ           (0x2e09)   
#define MMGMM_DETACH_STARTED_REQ       (0x2e0a)   
#define MMGMM_START_T3212_REQ          (0x2e0b)   
#define MMGMM_T3212_VAL_IND            (0x6e09)   
#define MMGMM_INFO_IND                 (0x6e0a)   
#define MMGMM_CM_EMERGENCY_IND         (0x6e0b)   
#define MMGMM_CM_EMERGENCY_RES         (0x2e0c)   
#define MMGMM_LUP_ACCEPT_IND           (0x6e0c)   
#define MMGMM_LUP_NEEDED_IND           (0x6e0d)   
#define MMGMM_CIPHERING_IND            (0x6e0e)   
#define MMGMM_ALLOWED_REQ              (0x2e0d)   
#define MMGMM_TMSI_IND                 (0x6e0f)   
#define MMGMM_TRIGGER_REQ              (0x2e0e)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_MMGMM         (0xf)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_MMGMM          (0xa0)     /* max length of data part in primitive */
#define CCDSAP_MMGMM                   (0x2e)     
/*
 * Constants for the Service access point LL
 */
#define LL_RESET_IND                   (0x6200)   
#define LL_ESTABLISH_REQ               (0x2200)   
#define LL_ESTABLISH_CNF               (0x6201)   
#define LL_ESTABLISH_IND               (0x6202)   
#define LL_ESTABLISH_RES               (0x2201)   
#define LL_RELEASE_REQ                 (0x2202)   
#define LL_RELEASE_CNF                 (0x6203)   
#define LL_RELEASE_IND                 (0x6204)   
#define LL_XID_REQ                     (0x2203)   
#define LL_XID_CNF                     (0x6205)   
#define LL_XID_IND                     (0x6206)   
#define LL_XID_RES                     (0x2204)   
#define LL_READY_IND                   (0x6207)   
#define LL_UNITREADY_IND               (0x6208)   
#define LL_GETDATA_REQ                 (0x2205)   
#define LL_GETUNITDATA_REQ             (0x2206)   
#define LL_DATA_REQ                    (0x2207)   
#define LL_DATA_CNF                    (0x6209)   
#define LL_DATA_IND                    (0x620a)   
#define LL_UNITDATA_REQ                (0x2208)   
#define LL_UNITDATA_IND                (0x620b)   
#define LL_STATUS_IND                  (0x620c)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_LL            (0xc)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_LL             (0x10c)    /* max length of data part in primitive */
#define CCDSAP_LL                      (0x22)     
/*
 * Constants for the Service access point LLGMM
 */
#define LLGMM_ASSIGN_REQ               (0x2100)   
#define LLGMM_TRIGGER_REQ              (0x2101)   
#define LLGMM_SUSPEND_REQ              (0x2102)   
#define LLGMM_RESUME_REQ               (0x2103)   
#define LLGMM_STATUS_IND               (0x6100)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_LLGMM         (0x3)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_LLGMM          (0x14)     /* max length of data part in primitive */
#define CCDSAP_LLGMM                   (0x21)     
/*
 * Constants for the Service access point GMMRR
 */
#define GMMRR_ASSIGN_REQ               (0x1f00)   
#define GMMRR_ENABLE_REQ               (0x1f01)   
#define GMMRR_DISABLE_REQ              (0x1f02)   
#define GMMRR_CELL_IND                 (0x5f00)   
#define GMMRR_NO_CELL_IND              (0x5f01)   
#define GMMRR_READY_REQ                (0x1f03)   
#define GMMRR_STANDBY_REQ              (0x1f04)   
#define GMMRR_PAGE_IND                 (0x5f02)   
#define GMMRR_CS_PAGE_IND              (0x5f03)   
#define GMMRR_CS_PAGE_RES              (0x1f05)   
#define GMMRR_SUSPEND_REQ              (0x1f06)   
#define GMMRR_SUSPEND_CNF              (0x5f04)   
#define GMMRR_RESUME_REQ               (0x1f07)   
#define GMMRR_TEST_MODE_REQ            (0x1f08)   
#define GMMRR_TEST_MODE_CNF            (0x5f05)   
#define GMMRR_TEST_END_REQ             (0x1f09)   
#define GMMRR_STATUS_IND               (0x5f06)   
#define GMMRR_ATTACH_STARTED_REQ       (0x1f0a)   
#define GMMRR_ATTACH_FINISHED_REQ      (0x1f0b)   
#define GMMRR_CELL_RES                 (0x1f0c)   
#define GMMRR_TRIGGER_IND              (0x5f07)   
#define GMMRR_CR_IND                   (0x5f08)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_GMMRR         (0xc)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_GMMRR          (0x2c)     /* max length of data part in primitive */
#define CCDSAP_GMMRR                   (0x1f)     
/*
 * Constants for the Service access point GRR
 */
#define GRR_DATA_REQ                   (0x2000)   
#define GRR_DATA_IND                   (0x6000)   
#define GRR_DATA_IND_TEST              (0x6001)   
#define GRR_UNITDATA_REQ               (0x2001)   
#define GRR_UNITDATA_IND               (0x6002)   
#define GRR_UNITDATA_IND_TEST          (0x6003)   
#define GRR_READY_IND                  (0x6004)   
#define GRR_SUSPEND_REQ                (0x2002)   
#define GRR_RESUME_REQ                 (0x2003)   
#define GRR_SUSPEND_READY_IND          (0x6005)   

/*
 * calculated constants
 */
#define MAX_PRIMITIVE_ID_GRR           (0x5)      /* highest value for prim identifier */
#define MAX_PSTRUCT_LEN_GRR            (0x24)     /* max length of data part in primitive */
#define CCDSAP_GRR                     (0x20)     
/*
 * Constants for the Service access point RRGRR
 */
#define RRGRR_GPRS_IND                 (0x6d00)   
#define RRGRR_SI13_IND                 (0x6d01)   
#define RRGRR_PACKET_PAGING_IND        (0x6d02)   
#define RRGRR_CHANNEL_REQ              (0x2d00)   
#define RRGRR_IA_IND                   (0x6d03)   
#define RRGRR_IAEXT_IND                (0x6d04)   
#define RRGRR_ASSIGNMENT_REJ_IND       (0x6d05)   
#define RRGRR_DATA_IND                 (0x6d06)   
#define RRGRR_DATA_REQ                 (0x2d02)   
#define RRGRR_IA_DOWNLINK_IND          (0x6d08)   
#define RRGRR_START_MON_CCCH_REQ       (0x2d03)   
#define RRGRR_STOP_MON_CCCH_REQ        (0x2d04)   
#define RRGRR_CR_REQ                   (0x2d05)   
#define RRGRR_START_MON_BCCH_REQ       (0x2d06)   
#define RRGRR_RR_EST_REQ               (0x2d07)   
#define RRGRR_RR_EST_RSP               (0x2d08)   
#define RRGRR_SI_STATE_IND             (0x6d0b)   
#define RRGRR_RR_EST_IND               (0x6d0d)   
#define RRGRR_UPDATED_SI_IND           (0x6d0e)   
#define RRGRR_STOP_MON_BCCH_REQ        (0x2d09)   
#define RRGRR_ACTIVATE_REQ             (0x2d0a)   
#define RRGRR_GPRS_DATA_REQ            (0x2d0c)   

⌨️ 快捷键说明

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