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

📄 m_sm.val

📁 GSM手机设计软件代码
💻 VAL
字号:
/*
+--------------------------------------------------------------------------+
| PROJEKT : PROTOCOL STACK                                                 |
| FILE    : M_SM.val                                                       |
| SOURCE  : "Z:\condat\gsm\condat\ms\dfile\msg\SM.mdf"                     |
| LastModified : "29 April 2002"                                           |
| IdAndVersion : "8441.605.99.007"                                         |
| SrcFileTime  : "Thu Aug 14 00:00:00 2003"                                |
| Generated by CCDGEN_2.2.4 on Thu Aug 14 16:45:17 2003                    |
|           !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!!                |
+--------------------------------------------------------------------------+
*/

/* PRAGMAS
 * PREFIX                 : NONE
 * COMPATIBILITY_DEFINES  : NO (require PREFIX)
 * ALWAYS_ENUM_IN_VAL_FILE: NO
 * ENABLE_GROUP: NO
 */


#ifndef M_SM_VAL
#define M_SM_VAL


#define CDG_ENTER__M_SM_VAL

#define CDG_ENTER__FILENAME _M_SM_VAL
#define CDG_ENTER__M_SM_VAL__FILE_TYPE CDGINC
#define CDG_ENTER__M_SM_VAL__LAST_MODIFIED _29_April_2002
#define CDG_ENTER__M_SM_VAL__ID_AND_VERSION _8441_605_99_007

#define CDG_ENTER__M_SM_VAL__SRC_FILE_TIME _Thu_Aug_14_00_00_00_2003

#include "CDG_ENTER.h"

#undef CDG_ENTER__M_SM_VAL

#undef CDG_ENTER__FILENAME

/*
 * Value constants for nsapi_val
 */
#define NSAPI_5                        (0x5)      /* NSAPI 5                        */
#define NSAPI_6                        (0x6)      /* NSAPI 6                        */
#define NSAPI_7                        (0x7)      /* NSAPI 7                        */
#define NSAPI_8                        (0x8)      /* NSAPI 8                        */
#define NSAPI_9                        (0x9)      /* NSAPI 9                        */
#define NSAPI_10                       (0xa)      /* NSAPI 10                       */
#define NSAPI_11                       (0xb)      /* NSAPI 11                       */
#define NSAPI_12                       (0xc)      /* NSAPI 12                       */
#define NSAPI_13                       (0xd)      /* NSAPI 13                       */
#define NSAPI_14                       (0xe)      /* NSAPI 14                       */
#define NSAPI_15                       (0xf)      /* NSAPI 15                       */
#define NSAPI_VAL_GNOLZ_DEF            (0x0)      /* reserved                       */
/*
 * Value constants for sapi
 */
#define SAPI_3                         (0x3)      /* SAPI 3                         */
#define SAPI_5                         (0x5)      /* SAPI 5                         */
#define SAPI_9                         (0x9)      /* SAPI 9                         */
#define SAPI_11                        (0xb)      /* SAPI 11                        */
#define SAPI_GNOLZ_DEF                 (0x0)      /* reserved                       */
/*
 * Value constants for delay
 */
#define DELAY_SUB                      (0x0)      /* Subscribed delay class (uplink only) */
#define DELAY_RES_DL                   (0x0)      /* Reserved (downlink only)       */
#define DELAY_1                        (0x1)      /* Delay class 1                  */
#define DELAY_2                        (0x2)      /* Delay class 2                  */
#define DELAY_3                        (0x3)      /* Delay class 3                  */
#define DELAY_4                        (0x4)      /* Delay class 4 (best effort)    */
#define DELAY_RES                      (0x7)      /* Reserved                       */
#define DELAY_GNOLZ_DEF                (0x0)      /* Delay class 4 (best effort)    */
/*
 * Value constants for reliability
 */
#define RELY_SUB                       (0x0)      /* Subscribed reliability class (uplink only) */
#define RELY_RES_DL                    (0x0)      /* Reserved (dowwnlink only)      */
#define RELY_1                         (0x1)      /* Acknowledged GTP, LLC, and RLC; Protected data */
#define RELY_2                         (0x2)      /* Unacknowledged GTP; Acknowledged LLC and RLC, Protected data */
#define RELY_3                         (0x3)      /* Unacknowledged GTP and LLC; Acknowledged RLC, Protected data */
#define RELY_4                         (0x4)      /* Unacknowledged GTP, LLC, and RLC, Protected data */
#define RELY_5                         (0x5)      /* Unacknowledged GTP, LLC, and RLC, Unprotected data */
#define RELY_RES                       (0x7)      /* Reserved                       */
#define RELIABILITY_GNOLZ_DEF          (0x0)      /* Unacknowledged GTP and LLC; Acknowledged RLC, Protected data */
/*
 * Value constants for peak
 */
#define PEAK_SUB                       (0x0)      /* Subscribed peak throughput (uplink only) */
#define PEAK_RES_DL                    (0x0)      /* reserved (downlink only)       */
#define PEAK_1000                      (0x1)      /* Up to 1000 octet/s             */
#define PEAK_2000                      (0x2)      /* Up to 2000 octet/s             */
#define PEAK_4000                      (0x3)      /* Up to 4000 octet/s             */
#define PEAK_8000                      (0x4)      /* Up to 8000 octet/s             */
#define PEAK_16000                     (0x5)      /* Up to 16000 octet/s            */
#define PEAK_32000                     (0x6)      /* Up to 32000 octet/s            */
#define PEAK_64000                     (0x7)      /* Up to 64000 octet/s            */
#define PEAK_128000                    (0x8)      /* Up to 128000 octet/s           */
#define PEAK_256000                    (0x9)      /* Up to 256000 octet/s           */
#define PEAK_RES                       (0xf)      /* Reserved                       */
#define PEAK_GNOLZ_DEF                 (0x0)      /* Up to 1000 octet/s             */
/*
 * Value constants for precedence
 */
#define PRECED_SUB                     (0x0)      /* Subscribed precedence (uplink only) */
#define PRECED_RES_DL                  (0x0)      /* Reserved (downlink only)       */
#define PRECED_HIGH                    (0x1)      /* High priority                  */
#define PRECED_NORM                    (0x2)      /* Normal Priority                */
#define PRECED_LOW                     (0x3)      /* Low priority                   */
#define PRECED_RES                     (0x7)      /* Reserved                       */
#define PRECEDENCE_GNOLZ_DEF           (0x0)      /* Normal Priority                */
/*
 * Value constants for mean
 */
#define MEAN_SUB                       (0x0)      /* Subscribed mean throughput (uplink only) */
#define MEAN_RES_DL                    (0x0)      /* reserved (downlink only)       */
#define MEAN_100                       (0x1)      /* 100 octet/h                    */
#define MEAN_200                       (0x2)      /* 200 octet/h                    */
#define MEAN_500                       (0x3)      /* 500 octet/h                    */
#define MEAN_1000                      (0x4)      /* 1000 octet/h                   */
#define MEAN_2000                      (0x5)      /* 2000 octet/h                   */
#define MEAN_5000                      (0x6)      /* 5000 octet/h                   */
#define MEAN_10000                     (0x7)      /* 10000 octet/h                  */
#define MEAN_20000                     (0x8)      /* 20000 octet/h                  */
#define MEAN_50000                     (0x9)      /* 50000 octet/h                  */
#define MEAN_100000                    (0xa)      /* 100000 octet/h                 */
#define MEAN_200000                    (0xb)      /* 200000 octet/h                 */
#define MEAN_500000                    (0xc)      /* 500000 octet/h                 */
#define MEAN_1000000                   (0xd)      /* 1000000 octet/h                */
#define MEAN_2000000                   (0xe)      /* 2000000 octet/h                */
#define MEAN_5000000                   (0xf)      /* 5000000 octet/h                */
#define MEAN_10000000                  (0x10)     /* 10000000 octet/h               */
#define MEAN_20000000                  (0x11)     /* 20000000 octet/h               */
#define MEAN_50000000                  (0x12)     /* 50000000 octet/h               */
#define MEAN_RES                       (0x1e)     /* Reserved                       */
#define MEAN_BEST                      (0x1f)     /* Best effort                    */
#define MEAN_GNOLZ_DEF                 (0x0)      /* Best effort                    */
/*
 * Value constants for pdp_type_org
 */
#define ETSI_ORG                       (0x0)      /* ETSI allocated address (e.g. X.121) */
#define IETF_ORG                       (0x1)      /* IETF allocated address         */
#define PDP_MT                         (0xf)      /* Dynamic PDP addressing is applied, (uplink only) */
#define PDP_TYPE_ORG_GNOLZ_DEF         (0x0)      /* ETSI allocated address (e.g. X.121) */
/*
 * Value constants for pdp_type_no
 */
#define X121_TYPE                      (0x0)      /* X.121 address                  */
#define IP4_TYPE                       (0x21)     /* IPv4 address                   */
#define IP6_TYPE                       (0x57)     /* IPv6 address                   */
#define PDP_TYPE_NO_GNOLZ_DEF          (0x0)      /* IPv4 address                   */
/*
 * Value constants for radio_prio_val
 */
#define RADIO_PRIO_1                   (0x1)      /* priority level 1 (highest)     */
#define RADIO_PRIO_2                   (0x2)      /* priority level 2               */
#define RADIO_PRIO_3                   (0x3)      /* priority level 3               */
#define RADIO_PRIO_4                   (0x4)      /* priority level 4 (lowest)      */
#define RADIO_PRIO_VAL_GNOLZ_DEF       (0x0)      /* priority level 4 (lowest)      */
/*
 * Value constants for sm_cause_val
 */
#define LLC_OR_SNDCP                   (0x19)     /* LLC or SNDCP failure           */
#define INSUF_RES                      (0x1a)     /* Insufficient resources         */
#define APN_MISS                       (0x1b)     /* Missing or unknown APN         */
#define UNK_PDP                        (0x1c)     /* Unknown PDP address or PDP type */
#define AUTH_FAIL                      (0x1d)     /* User Aauthentication failed    */
#define GGSN_ACT_REJ                   (0x1e)     /* Activation rejected by GGSN    */
#define UNSPEC_ACT_REJ                 (0x1f)     /* Activation rejected, unspecified */
#define SERV_OPT_NO_SP                 (0x20)     /* Service option not supported   */
#define SERV_OPT_NO_SC                 (0x21)     /* Requested service option not subscribed */
#define SERV_OPT_TMP                   (0x22)     /* Service option temporarily out of order */
#define NSAPI_USED                     (0x23)     /* NSAPI already used             */
#define REGULAR                        (0x24)     /* Regular deactivation           */
#define QOS_NOT_ACC                    (0x25)     /* QoS not accepted               */
#define NET_FAIL                       (0x26)     /* Network failure                */
#define REACT_REQ                      (0x27)     /* Reactivation required          */
#define SEM_INCORRECT                  (0x5f)     /* Semantically incorrect message */
#define TI_INVAL                       (0x51)     /* Invalid transaction identifier value */
#define MAND_INF_INVAL                 (0x60)     /* Invalid mandatory information  */
#define MSG_T_NON_X                    (0x61)     /* Message type non-existent or not implemented */
#define MSG_T_NOT_COMP                 (0x62)     /* Message type not compatible with the protocol state */
#define IE_NON_X                       (0x63)     /* Information element non-existent or not implemented */
#define COND_IE                        (0x64)     /* Conditional IE error           */
#define NO_STATE_COMP                  (0x65)     /* Message not compatible with the protocol state */
#define UNSPEC                         (0x6f)     /* Protocol error, unspecified    */
#define SM_CAUSE_VAL_GNOLZ_DEF         (0x0)      /* Service option temporarily out of order ( received by MS) */

/*
 * user defined constants
 */
#define L3MAX                          (0xfb)     

#include "CDG_LEAVE.h"


#endif

⌨️ 快捷键说明

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