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

📄 p_cci.val

📁 GSM手机设计软件代码
💻 VAL
字号:
/*
+--------------------------------------------------------------------------+
| PROJEKT : PROTOCOL STACK                                                 |
| FILE    : P_CCI.val                                                      |
| SOURCE  : "Z:\condat\gsm\condat\ms\dfile\prim\CCI.pdf"                   |
| LastModified : "08 January 2002"                                         |
| IdAndVersion : "8441.118.00.016"                                         |
| 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_CCI_VAL
#define P_CCI_VAL


#define CDG_ENTER__P_CCI_VAL

#define CDG_ENTER__FILENAME _P_CCI_VAL
#define CDG_ENTER__P_CCI_VAL__FILE_TYPE CDGINC
#define CDG_ENTER__P_CCI_VAL__LAST_MODIFIED _08_January_2002
#define CDG_ENTER__P_CCI_VAL__ID_AND_VERSION _8441_118_00_016

#define CDG_ENTER__P_CCI_VAL__SRC_FILE_TIME _Thu_Aug_14_00_00_00_2003

#include "CDG_ENTER.h"

#undef CDG_ENTER__P_CCI_VAL

#undef CDG_ENTER__FILENAME

/*
 * Value constants for pm
 */
#define CCI_PM_UNPROTECTED             (0x0)      /* FCS covers frame header and information fields */
#define CCI_PM_PROTECTED               (0x1)      /* FCS covers frame header field and first N202 octets of information field */
/*
 * Value constants for ciphering_algorithm
 */
#define CCI_CIPHER_NO_ALGORITHM        (0x0)      /* frame shall not be ciphered    */
#define CCI_CIPHER_GPRS_A5_1           (0x1)      /* frame shall be ciphered using algorithm GPRS A5/1 */
#define CCI_CIPHER_GPRS_A5_2           (0x2)      /* frame shall be ciphered using algorithm GPRS A5/2 */
/*
 * Value constants for direction
 */
#define CCI_DIRECTION_UPLINK           (0x0)      /* direction of LLC frame transmission is MS to SGSN */
#define CCI_DIRECTION_DOWNLINK         (0x1)      /* direction of LLC frame transmission is SGSN to MS */
/*
 * Value constants for attached_counter
 */
#define CCI_NO_ATTACHE                 (0x0)      /* no entity/service is attached to the primitive */
/*
 * Value constants for fcs_check
 */
#define CCI_FCS_PASSED                 (0x0)      /* FCS check has been successfully passed */
#define CCI_FCS_FAILED                 (0x1)      /* FCS check has been failed      */
/*
 * Value constants for p0
 */
#define CCI_P0_0                       (0x0)      /* compress neither direction     */
#define CCI_P0_1                       (0x1)      /* compress MS-to-SGSN direction only */
#define CCI_P0_2                       (0x2)      /* compress SGSN-to-MS direction only */
#define CCI_P0_3                       (0x3)      /* compress both directions       */
/*
 * Value constants for p1
 */
#define CCI_P1_DEFAULT                 (0x800)    /* the default value              */
/*
 * Value constants for p2
 */
#define CCI_P2_DEFAULT                 (0x14)     /* the default value              */
/*
 * Value constants for comp_inst
 */
#define CCI_COMP_INST_V42_0            (0x0)      /* first instance for V42bis      */
/*
 * Value constants for op_ack
 */
#define OP_ACK                         (0x1)      /* acknowledged operation mode    */
#define OP_UNACK                       (0x0)      /* unacknowledged operation mode  */
/*
 * Value constants for algo_type
 */
#define CCI_ALGO_V42                   (0x0)      /* V42bis algorithm               */
/*
 * Value constants for comp_cause
 */
#define CCI_ERRCS_PROC                 (0x0)      /* procedural error               */
#define CCI_ERRCS_SYNC                 (0x1)      /* loss of synchronization        */
/*
 * Value constants for sapi
 */
#define CCI_SAPI_1                     (0x1)      /* SAP for GMM                    */
#define CCI_SAPI_3                     (0x3)      /* SAP 1 for SNDCP                */
#define CCI_SAPI_5                     (0x5)      /* SAP 2 for SNDCP                */
#define CCI_SAPI_7                     (0x7)      /* SAP for SMS                    */
#define CCI_SAPI_9                     (0x9)      /* SAP 3 for SNDCP                */
#define CCI_SAPI_11                    (0xb)      /* SAP 4 for SNDCP                */
#define CCI_SAPI_INVALID               (0xff)     /* invalid SAPI identifier        */
/*
 * Value constants for packet_type
 */
#define CCI_TYPE_IP                    (0x40)     
#define CCI_TYPE_UNCOMPRESSED_TCP      (0x70)     
#define CCI_TYPE_COMPRESSED_TCP        (0x80)     
#define CCI_TYPE_ERROR                 (0x0)      
/*
 * Value constants for tlli
 */
#define CCI_TLLI_INVALID               (0xffffffff)/* invalid TLLI value             */
/*
 * Value constants for seg_pos
 */
#define SEG_POS_NONE                   (0x0)      /* In between                     */
#define SEG_POS_FIRST                  (0x1)      /* first                          */
#define SEG_POS_LAST                   (0x2)      /* last                           */
#define SEG_POS_FIRST_LAST             (0x3)      /* both                           */

#include "CDG_LEAVE.h"


#endif

⌨️ 快捷键说明

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