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

📄 m_cc.val

📁 GSM手机设计软件代码
💻 VAL
📖 第 1 页 / 共 3 页
字号:
#define NDATA_8                        (0x1)      /* 8 bits (this value is also used in the case of bit oriented protocols) */
/*
 * Value constants for user_rate
 */
#define UR_0_3_KBIT                    (0x1)      /* rate : 0.3 kbit/s Recommendation X.1 and V.110 */
#define UR_1_2_KBIT                    (0x2)      /* rate : 1.2 kbit/s Recommendation X.1 and V.110 */
#define UR_2_4_KBIT                    (0x3)      /* rate : 2.4 kbit/s Recommendation X.1 and V.110 */
#define UR_4_8_KBIT                    (0x4)      /* rate : 4.8 kbit/s Recommendation X.1 and V.110 */
#define UR_9_6_KBIT                    (0x5)      /* rate : 9.6 kbit/s Recommendation X.1 and V.110 */
#define UR_12_0_KBIT_TRANS             (0x6)      /* rate : 12.0 kbit/s transparent */
#define UR_1_2_KBIT_V23                (0x7)      /* rate : 1.2 kbit/s/75 bit/s Recommendation V.23, X.1,V.110. */
#define USER_RATE_GNOLZ_DEF            (0x0)      /* reserved                       */
/*
 * Value constants for intermed_rate
 */
#define IR_8_KBIT                      (0x2)      /* 8 kbit/s                       */
#define IR_16_KBIT                     (0x3)      /* 16 kbit/s                      */
#define INTERMED_RATE_GNOLZ_DEF        (0x0)      /* reserved                       */
/*
 * Value constants for nic_tx
 */
#define NIC_TX_NO                      (0x0)      /* does not require to send data with network independent clock */
#define NIC_TX_YES                     (0x1)      /* requires to send data with network independent clock */
/*
 * Value constants for nic_rx
 */
#define NIC_RX_NO                      (0x0)      /* cannot accept data with network independent clock (i.e. sender does not support this optional procedure) */
#define NIC_RX_YES                     (0x1)      /* can accept data with network independent clock (i.e. sender does support this optional procedure) */
/*
 * Value constants for parity
 */
#define PARITY_ODD                     (0x0)      /* odd                            */
#define PARITY_EVEN                    (0x2)      /* even                           */
#define PARITY_NONE                    (0x3)      /* none                           */
#define PARITY_0                       (0x4)      /* forced to 0                    */
#define PARITY_1                       (0x5)      /* forced to 1                    */
#define PARITY_GNOLZ_DEF               (0x0)      /* reserved                       */
/*
 * Value constants for conn_elem
 */
#define CE_TRANSPA                     (0x0)      /* transparent                    */
#define CE_RLP                         (0x1)      /* non transparent (RLP)          */
#define CE_TRANSPA_PREF                (0x2)      /* both, transparent preferred    */
#define CE_RLP_PREF                    (0x3)      /* both, non transparent preferred */
/*
 * Value constants for modem_type
 */
#define MT_NONE                        (0x0)      /* none                           */
#define MT_V21                         (0x1)      /* V.21                           */
#define MT_V22                         (0x2)      /* V.22                           */
#define MT_V22BIS                      (0x3)      /* V.22 bis                       */
#define MT_V23                         (0x4)      /* V.23                           */
#define MT_V26TER                      (0x5)      /* V.26 ter                       */
#define MT_V32                         (0x6)      /* V.32                           */
#define MT_UNDEF                       (0x7)      /* modem for undefined interface  */
#define MT_AUTO                        (0x8)      /* autobauding type 1             */
#define MODEM_TYPE_GNOLZ_DEF           (0x0)      /* reserved                       */
/*
 * Value constants for modem_type_2
 */
#define OTHER_MODEM_TYPE_NONE          (0x0)      /* No other modem type specified  */
#define OTHER_MODEM_TYPE_V32BIS        (0x1)      /* V.32bis                        */
#define OTHER_MODEM_TYPE_V34           (0x2)      /* V.34                           */
/*
 * Value constants for fnur
 */
#define FNUR_NOT_APPLICABLE            (0x0)      /* Fixed network user rate not applicable */
#define FNUR_9600                      (0x1)      /* FNUR 9.6 kbit/s                */
#define FNUR_14400                     (0x2)      /* FNUR 14.4 kbit/s               */
#define FNUR_19200                     (0x3)      /* FNUR 19.2 kbit/s               */
#define FNUR_28800                     (0x4)      /* FNUR 28.8 kbit/s               */
#define FNUR_38400                     (0x5)      /* FNUR 38.4 kbit/s               */
#define FNUR_48000                     (0x6)      /* FNUR 48.0 kbit/s               */
#define FNUR_56000                     (0x7)      /* FNUR 56.0 kbit/s               */
#define FNUR_64000                     (0x8)      /* FNUR 64.0 kbit/s               */
/*
 * Value constants for acc
 */
#define ACC_EMPTY                      (0x0)      /* No channel codings acceptable  */
#define ACC_48                         (0x1)      /* TCH 4.8 acceptable             */
#define ACC_96                         (0x2)      /* TCH 9.6 acceptable             */
#define ACC_48_96                      (0x3)      /* TCH 4.8/9.6 acceptable         */
#define ACC_144                        (0x8)      /* TCH 14.4 acceptable            */
#define ACC_48_144                     (0x9)      /* TCH 4.8/14.4 acceptable        */
#define ACC_96_144                     (0xa)      /* TCH 9.6/14.4 acceptable        */
#define ACC_ALL                        (0xb)      /* All channel codings acceptable */
/*
 * Value constants for mTch
 */
#define MAX_TCH_1                      (0x0)      /* Maximum of 1 TCH               */
#define MAX_TCH_2                      (0x1)      /* Maximum of 2 TCH               */
#define MAX_TCH_3                      (0x2)      /* Maximum of 3 TCH               */
#define MAX_TCH_4                      (0x3)      /* Maximum of 4 TCH               */
#define MAX_TCH_5                      (0x4)      /* Maximum of 5 TCH               */
#define MAX_TCH_6                      (0x5)      /* Maximum of 6 TCH               */
#define MAX_TCH_7                      (0x6)      /* Maximum of 7 TCH               */
#define MAX_TCH_8                      (0x7)      /* Maximum of 8 TCH               */
/*
 * Value constants for uimi
 */
#define UIMI_NOT_ALLOWED               (0x0)      /* User initiated modification not allowed/required */
#define UIMI_MAX_1_TCH                 (0x1)      /* User initiated modification up to 1 TCH/F */
#define UIMI_MAX_2_TCH                 (0x2)      /* User initiated modification up to 2 TCH/F */
#define UIMI_MAX_3_TCH                 (0x3)      /* User initiated modification up to 3 TCH/F */
#define UIMI_MAX_4_TCH                 (0x4)      /* User initiated modification up to 4 TCH/F */
/*
 * Value constants for waiur
 */
#define WAIUR_NOT_APPLICABLE           (0x0)      /* Wanted Air Interface user rate not applicable */
#define WAIUR_9600                     (0x1)      /* WAIUR 9.6 kbit/s               */
#define WAIUR_14400                    (0x2)      /* WAIUR 14.4 kbit/s              */
#define WAIUR_19200                    (0x3)      /* WAIUR 19.2 kbit/s              */
#define WAIUR_28800                    (0x5)      /* WAIUR 28.8 kbit/s              */
#define WAIUR_38400                    (0x6)      /* WAIUR 38.4 kbit/s              */
#define WAIUR_43200                    (0x7)      /* WAIUR 43.2 kbit/s              */
#define WAIUR_57600                    (0x8)      /* WAIUR 57.6 kbit/s              */
/*
 * Value constants for l2_ident
 */
#define L2_OCT_ID                      (0x2)      /* octet identifier               */
#define L2_IDENT_GNOLZ_DEF             (0x0)      /* reserved                       */
/*
 * Value constants for user_inf_l2_prot
 */
#define L2_X25                         (0x6)      /* recommendation X.25, link level */
#define L2_ISO6429                     (0x8)      /* ISO 6429, codeset 0 (DC1/DC3)  */
#define L2_X75                         (0x9)      /* X.75 layer 2 modified (teletex) */
#define L2_VIDEOTEX                    (0xa)      /* videotex profile 1             */
#define L2_COPFC                       (0xc)      /* COPnoFlCt (Character oriented Protocol with no Flow Control mechanism) */
#define USER_INF_L2_PROT_GNOLZ_DEF     (0x0)      /* reserved                       */
/*
 * Value constants for pcp
 */
#define PCP_NO                         (0x0)      /* Mobile does not support prolonged clearing procedure */
#define PCP_YES                        (0x1)      /* Mobile supports prolonged clearing procedure */
/*
 * Value constants for dtmf
 */
#define DTMF_EARLY                     (0x0)      /* Reserved for earlier versions of the protocol. */
#define DTMF_CURRENT                   (0x1)      /* The mobile station supports DTMF as specified in section 5.5.7 of GSM 4.08. */
/*
 * Value constants for cs
 */
#define CS_Q931                        (0x0)      /* standardized coding as described in CCITT Rec. Q.931 */
#define CS_INTERNATIONAL               (0x1)      /* reserved for other international standards */
#define CS_NATIONAL                    (0x2)      /* national standard              */
#define CS_GSM_PLMN                    (0x3)      /* standard defined for the GSM PLMNS as described in 10.86/GSM 04.08 */
/*
 * Value constants for state
 */
#define CS_0                           (0x0)      /* null                           */
#define CS_01                          (0x2)      /* MM connection pending          */
#define CS_03                          (0x23)     /* Wait for network information   */
#define CS_05                          (0x25)     /* CC-Establishment confirmed     */
#define CS_06                          (0x26)     /* Recall present                 */
#define CS_1                           (0x1)      /* call initiated                 */
#define CS_3                           (0x3)      /* mobile originating call proceeding */
#define CS_4                           (0x4)      /* call delivered                 */
#define CS_6                           (0x6)      /* call present                   */
#define CS_7                           (0x7)      /* call received                  */
#define CS_8                           (0x8)      /* connect request                */
#define CS_9                           (0x9)      /* mobile terminating call confirmed */
#define CS_10                          (0xa)      /* active                         */
#define CS_11                          (0xb)      /* disconnect request             */
#define CS_12                          (0xc)      /* disconnect indication          */
#define CS_19                          (0x13)     /* release request                */
#define CS_26                          (0x1a)     /* mobile originating modify      */
#define CS_27                          (0x1b)     /* mobile terminating modify      */
#define CS_28                          (0x1c)     /* connect indication             */
#define STATE_GNOLZ_DEF                (0x0)      /* reserved                       */
/*
 * Value constants for ton
 */
#define TON_UNKNOWN                    (0x0)      /* unknown                        */
#define TON_INTERNATIONAL              (0x1)      /* international number           */
#define TON_NATIONAL                   (0x2)      /* national number                */
#define TON_NETWORK                    (0x3)      /* network specific number        */
#define TON_DEDICATED                  (0x4)      /* dedicated access, short code   */
#define TON_EXTENSION                  (0x7)      /* reserved for extention         */
#define TON_GNOLZ_DEF                  (0x0)      /* reserved                       */
/*
 * Value constants for npi

⌨️ 快捷键说明

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