📄 m_fac.val
字号:
#define SS_CD_ALL_LISS (0x10) /* all line identification SS */
#define SS_CD_CLIP (0x11) /* calling line identification presentation */
#define SS_CD_CLIR (0x12) /* calling line identification restriction */
#define SS_CD_COLP (0x13) /* connected line identification presentation */
#define SS_CD_COLR (0x14) /* connected line identification restriction */
#define SS_CD_MCI (0x15) /* malicious call identification */
#define SS_CD_ALL_NISS (0x18) /* all name identification SS */
#define SS_CD_CNAP (0x19) /* calling name presentation */
#define SS_CD_ALL_FWSS (0x20) /* all forwarding SS */
#define SS_CD_CFU (0x21) /* call forwarding unconditional */
#define SS_CD_CD (0x24) /* call deflection */
#define SS_CD_ALL_CFWSS (0x28) /* all conditional forwarding SS */
#define SS_CD_CFB (0x29) /* call forwarding on mobile subscriber busy */
#define SS_CD_CFNRY (0x2a) /* call forwarding on no reply */
#define SS_CD_CFNRC (0x2b) /* call forwarding on mobile subscriber not reachable */
#define SS_CD_ALL_COSS (0x30) /* all call offering SS */
#define SS_CD_CT (0x31) /* explicit call transfer */
#define SS_CD_MAH (0x32) /* mobile access hunting */
#define SS_CD_ALL_CCSS (0x40) /* all Call completion SS */
#define SS_CD_CW (0x41) /* call waiting */
#define SS_CD_HLD (0x42) /* call hold */
#define SS_CD_CCBS (0x43) /* completion of call to busy subscribers, originating side */
#define SS_CD_CCBS_B (0x44) /* completion of call to busy subscribers, destination side */
#define SS_CD_MC (0x45) /* multi call */
#define SS_CD_ALL_MPSS (0x50) /* all multiparty SS */
#define SS_CD_MLPTY (0x51) /* multiparty */
#define SS_CD_ALL_CISS (0x60) /* all community of interest SS */
#define SS_CD_CUG (0x61) /* closed user group */
#define SS_CD_ALL_CHSS (0x70) /* all charging SS */
#define SS_CD_AOCI (0x71) /* advice of charge information */
#define SS_CD_AOCC (0x72) /* advice of charge charging */
#define SS_CD_ALL_AITSS (0x80) /* all additional information transfer SS */
#define SS_CD_UUS1 (0x81) /* UUS1 user-to-user signalling */
#define SS_CD_UUS2 (0x82) /* UUS2 user-to-user signalling */
#define SS_CD_UUS3 (0x83) /* UUS3 user-to-user signalling */
#define SS_CD_ALL_CBSS (0x90) /* all barring SS */
#define SS_CD_BOC (0x91) /* barring of outgoing calls */
#define SS_CD_BAOC (0x92) /* barring of all outgoing calls */
#define SS_CD_BOIC (0x93) /* barring of outgoing international calls */
#define SS_CD_BOICXH (0x94) /* barring of outgoing international calls except those directed to the home PLMN */
#define SS_CD_BIC (0x99) /* barring of incoming calls */
#define SS_CD_BAIC (0x9a) /* barring of all incoming calls */
#define SS_CD_BICRM (0x9b) /* barring of incoming calls when roaming outside home PLMN Country */
#define SS_CD_ALL_CPSS (0xa0) /* all call priority SS */
#define SS_CD_EMLPP (0xa1) /* enhanced Multilevel Precedence Pre-emption service */
#define SS_CD_ALL_PEC (0xb0) /* all LCS privacy exception classes */
#define SS_CD_UNIVERSAL (0xb1) /* allow location by any LCS client */
#define SS_CD_CALLREL (0xb2) /* allow location by any LCS client to which a call is established from the target MS */
#define SS_CD_CALLUNREL (0xb3) /* allow location by designated external value added LCS clients */
#define SS_CD_PLMN_OP (0xb4) /* allow location by designated PLMN operator LCS clients */
#define SS_CD_ALL_MOLR (0xc0) /* all Mobile Originating Location Request Classes */
#define SS_CD_BSL (0xc1) /* allow an MS to request its own location (BasicSelfLocation) */
#define SS_CD_ASL (0xc2) /* allow an MS to perform self location without interaction with the PLMN */
#define SS_CD_3RDPTY (0xc3) /* allow an MS to request transfer of its location to another LCS client */
#define SS_CD_ALL_PSSS (0xf0) /* all PLMN specific */
#define SS_CD_PLMN1 (0xf1) /* PLMN specific SS 1 */
#define SS_CD_PLMN2 (0xf2) /* PLMN specific SS 2 */
#define SS_CD_PLMN3 (0xf3) /* PLMN specific SS 3 */
#define SS_CD_PLMN4 (0xf4) /* PLMN specific SS 4 */
#define SS_CD_PLMN5 (0xf5) /* PLMN specific SS 5 */
#define SS_CD_PLMN6 (0xf6) /* PLMN specific SS 6 */
#define SS_CD_PLMN7 (0xf7) /* PLMN specific SS 7 */
#define SS_CD_PLMN8 (0xf8) /* PLMN specific SS 8 */
#define SS_CD_PLMN9 (0xf9) /* PLMN specific SS 9 */
#define SS_CD_PLMNA (0xfa) /* PLMN specific SS A */
#define SS_CD_PLMNB (0xfb) /* PLMN specific SS B */
#define SS_CD_PLMNC (0xfc) /* PLMN specific SS C */
#define SS_CD_PLMND (0xfd) /* PLMN specific SS D */
#define SS_CD_PLMNE (0xfe) /* PLMN specific SS E */
#define SS_CD_PLMNF (0xff) /* PLMN specific SS F */
/*
* Value constants for uusService
*/
#define UUS_1 (0x1) /* User user service 1 */
#define UUS_2 (0x2) /* User user service 2 */
#define UUS_3 (0x3) /* User user service 3 */
/*
* Value constants for uusRequired
*/
#define UUS_NOT_REQUIRED (0x0) /* User user service not required */
/*
* Value constants for intraCugOptions
*/
#define ICUG_NO_RESTRICTIONS (0x0) /* no CUG restrictions */
#define ICUG_INCOM_CALL_BARRED (0x1) /* CUG incoming call barred */
#define ICUG_OUTGO_CALL_BARRED (0x2) /* CUG outgoing call barred */
/*
* Value constants for callBarringCause
*/
#define BARC_SERV_ACTIVE (0x0) /* Barring service active */
#define BARC_OPERATOR_BARR (0x1) /* Operator barring */
/*
* Value constants for absentSubscriberReason
*/
#define ASR_IMSI_DETACH (0x0) /* IMSI detach */
#define ASR_RESTRICTED_AREA (0x1) /* Restricted area */
#define ASR_NO_PAGE_RESPONSE (0x2) /* No page response */
/*
* Value constants for networkResource
*/
#define NET_RCE_PLMN (0x0) /* Network resource PLMN */
#define NET_RCE_HLR (0x1) /* Network resource HLR */
#define NET_RCE_VLR (0x2) /* Network resource VLR */
#define NET_RCE_PVLR (0x3) /* Network resource PVLR */
#define NET_RCE_CTRL_MSC (0x4) /* Network resource controlling MSC */
#define NET_RCE_VMSC (0x5) /* Network resource VMSC */
#define NET_RCE_EIR (0x6) /* Network resource EIR */
#define NET_RCE_RSS (0x7) /* Network resource RSS */
/*
* Value constants for ectCallState
*/
#define ECT_CS_ALERTING (0x0) /* Alerting */
#define ECT_CS_ACTIVE (0x1) /* Active */
/*
* Value constants for unknwnSubscrDiag
*/
#define USD_IMSI_UNKNOWN (0x0) /* IMSI unknown */
#define USD_GPRS_SUBSCR_UNKNOWN (0x1) /* GPRS subscription unknown */
/*
* Value constants for callOnHoldIndicator
*/
#define CHLD_CALL_RETRIEVED (0x0) /* Call retrieved */
#define CHLD_CALL_ON_HOLD (0x1) /* Call on hold */
/*
* Value constants for guidanceInfo
*/
#define GUI_ENTER_PW (0x0) /* Enter password */
#define GUI_ENTER_NEW_PW (0x1) /* Enter new pasword */
#define GUI_ENTER_NEW_PW_AGAIN (0x2) /* Enter new password again */
#define GUI_BAD_PW_RETRY (0x3) /* Bad password - try again */
#define GUI_BAD_PW_FORM (0x4) /* Bad password format - try again */
/*
* Value constants for pwRegistrationFailureCause
*/
#define PWR_FAIL_UNDETERM (0x0) /* Undetermined */
#define PWR_FAIL_INVALID_FORM (0x1) /* Invalid format */
#define PWR_FAIL_NEW_PW_MISS (0x2) /* New passwords mismatch */
/*
* user defined constants
*/
#define MAX_PARTY_NUM (0x26)
#define MAX_SUBADDR_NUM (0x14)
#define MAX_CUGS_NUM (0xa)
#define MAX_CUGF_NUM (0xd)
#define MAX_FF_NUM (0xd)
#define MAX_BS_NUM (0xd)
#define MAX_CBF_NUM (0xd)
#define MAX_PWD_NUM (0x4)
#define MAX_CCBSF_NUM (0x5)
#define MAX_EXT_NUM (0xa)
#define MAX_USSD_DATA (0xc8)
#define MAX_USSD_STRING (0xa0)
#define MAX_EVAL_LEN (0x4)
#define MAX_NAME_STRING (0xa0)
#include "CDG_LEAVE.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -