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

📄 p_mmcc.val

📁 GSM手机设计软件代码
💻 VAL
字号:
/*
+--------------------------------------------------------------------------+
| PROJEKT : PROTOCOL STACK                                                 |
| FILE    : P_MMCC.val                                                     |
| SOURCE  : "Z:\condat\gsm\condat\ms\dfile\prim\MMCC.pdf"                  |
| LastModified : "31 July, 2002"                                           |
| IdAndVersion : "6147.104.97.102"                                         |
| SrcFileTime  : "Thu Aug 14 00:00:00 2003"                                |
| Generated by CCDGEN_2.2.4 on Thu Aug 14 16:45:18 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 P_MMCC_VAL
#define P_MMCC_VAL


#define CDG_ENTER__P_MMCC_VAL

#define CDG_ENTER__FILENAME _P_MMCC_VAL
#define CDG_ENTER__P_MMCC_VAL__FILE_TYPE CDGINC
#define CDG_ENTER__P_MMCC_VAL__LAST_MODIFIED _31_July_2002
#define CDG_ENTER__P_MMCC_VAL__ID_AND_VERSION _6147_104_97_102

#define CDG_ENTER__P_MMCC_VAL__SRC_FILE_TIME _Thu_Aug_14_00_00_00_2003

#include "CDG_ENTER.h"

#undef CDG_ENTER__P_MMCC_VAL

#undef CDG_ENTER__FILENAME

/*
 * Value constants for ch_type
 */
#define CH_SDCCH                       (0x0)      /* SDCCH channel                  */
#define CH_TCH_F                       (0x1)      /* TCH Fullrate                   */
#define CH_TCH_H                       (0x2)      /* TCH Halfrate                   */
/*
 * Value constants for ch_mode
 */
#define CHM_SIG_ONLY                   (0x0)      /* signalling only                */
#define CHM_SPEECH                     (0x1)      /* speech full rate or half rate version 1 */
#define CHM_SPEECH_V2                  (0x21)     /* speech full rate or half rate version 2 */
#define CHM_SPEECH_V3                  (0x41)     /* speech full rate or half rate version 3 */
#define CHM_DATA_9_6                   (0x3)      /* data 9.6 kBit/s                */
#define CHM_DATA_4_8                   (0xb)      /* data 4.8 kBit/s                */
#define CHM_DATA_2_4                   (0x13)     /* data 2.4 kBit/s                */
#define CHM_DATA_14_4                  (0xf)      /* data 2.4 kBit/s                */
/*
 * Value constants for ti
 */
#define TI_GNOLZ_7                     (0x7)      /* reserved                       */
#define TI_GNOLZ_F                     (0xf)      /* reserved                       */
/*
 * Value constants for estcs
 */
#define ESTCS_SERV_REQ_MM              (0x400)    /* service requested by MM (Location updating or detach) */
#define ESTCS_EMERGE                   (0x4a0)    /* emergency call                 */
#define ESTCS_CAL_REEST                (0x4c0)    /* call reestablishment           */
#define ESTCS_MOB_ORIG_SPCH            (0x4e0)    /* mobile originated speech call by CC */
#define ESTCS_MOB_ORIG_DATA            (0x4e1)    /* mobile originated data call by CC */
#define ESTCS_MOB_ORIG_DATA_HR_SUFF    (0x4e2)    /* mobile originated data call by CC, halfrate channel sufficient */
/*
 * Value constants for cause
 */
#define MMCS_IMSI_IN_HLR               (0x402)    /* IMSI unknown in HLR            */
#define MMCS_ILLEGAL_MS                (0x403)    /* Illegal MS                     */
#define MMCS_IMSI_IN_VLR               (0x404)    /* IMSI unknown in VLR            */
#define MMCS_IMEI_NOT_ACCEPTED         (0x405)    /* IMEI not accepted              */
#define MMCS_ILLEGAL_ME                (0x406)    /* Illegal ME                     */
#define MMCS_PLMN_NOT_ALLOWED          (0x40b)    /* PLMN not allowed               */
#define MMCS_LA_NOT_ALLOWED            (0x40c)    /* Location Area not allowed      */
#define MMCS_ROAMING_NOT_ALLOWED       (0x40d)    /* Roaming not allowed in this location area */
#define MMCS_NETWORK_FAILURE           (0x411)    /* Network failure                */
#define MMCS_CONGESTION                (0x416)    /* Congestion                     */
#define MMCS_SERVICE_NOT_SUPPORTED     (0x420)    /* Service option not supported   */
#define MMCS_SERVICE_NOT_SUBSCRIBED    (0x421)    /* Requested service option not subscribed */
#define MMCS_SERVICE_ORDER             (0x422)    /* Service option temporarily out of order */
#define MMCS_IDENTIFIY                 (0x426)    /* Call cannot be identified      */
#define MMCS_RETRY_IN_NEW_CELL         (0x430)    /* retry upon entry into a new cell (mapped 0x0430..0x043f -> 0x0430) */
#define MMCS_INCORRECT_MESSAGE         (0x45f)    /* Semantically incorrect message */
#define MMCS_INVALID_MAND_MESSAGE      (0x460)    /* Invalid mandatory information  */
#define MMCS_MESSAGE_TYPE_NOT_IMPLEM   (0x461)    /* Message type non-existent or not implemented */
#define MMCS_MESSAGE_TYPE_INCOMPAT     (0x462)    /* Message type not compatible with the protocol state */
#define MMCS_IE_NOT_IMPLEM             (0x463)    /* Information element non-existent or not implemented */
#define MMCS_CONDITIONAL_IE            (0x464)    /* Conditional IE error           */
#define MMCS_MESSAGE_INCOMPAT          (0x465)    /* Message not compatible with the protocol state */
#define MMCS_UNSPECIFIED               (0x46f)    /* Protocol error, unspecified    */
#define MMCS_SUCCESS                   (0xc400)   /* No error, successful operation (MM) */
#define MMCS_NO_REGISTRATION           (0xc480)   /* MS is not registered or deregistration started */
#define MMCS_TIMER_RECOVERY            (0xc481)   /* time-out in MM during establishment */
#define MMCS_NO_REESTABLISH            (0xc482)   /* Cell does not support call reestablishment */
#define MMCS_INT_PREEM                 (0xc483)   /* Preemptive release, e.g. MO-MT clash in MM */
#define MMCS_PLMN_NOT_IDLE_MODE        (0xc484)   /* reject, not in idle mode (MMR_PLMN_IND) */
#define MMCS_AUTHENTICATION_REJECTED   (0xc488)   /* AUTHENTICATION REJECT received */
#define MMCS_SIM_REMOVED               (0xc489)   /* A valid SIM is not present     */
#define MMCS_INT_NOT_PRESENT           (0xc4ff)   /* No error cause (MM)            */

/*
 * user defined constants
 */
#define MM_CAUSE                       (0x4)      

#include "CDG_LEAVE.h"


#endif

⌨️ 快捷键说明

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