📄 p_gmmrr.val
字号:
/*
+--------------------------------------------------------------------------+
| PROJEKT : PROTOCOL STACK |
| FILE : P_GMMRR.val |
| SOURCE : "Z:\condat\gsm\condat\ms\dfile\prim\GMMRR.pdf" |
| LastModified : "05 March 2003" |
| IdAndVersion : "8441.101.03.022" |
| 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_GMMRR_VAL
#define P_GMMRR_VAL
#define CDG_ENTER__P_GMMRR_VAL
#define CDG_ENTER__FILENAME _P_GMMRR_VAL
#define CDG_ENTER__P_GMMRR_VAL__FILE_TYPE CDGINC
#define CDG_ENTER__P_GMMRR_VAL__LAST_MODIFIED _05_March_2003
#define CDG_ENTER__P_GMMRR_VAL__ID_AND_VERSION _8441_101_03_022
#define CDG_ENTER__P_GMMRR_VAL__SRC_FILE_TIME _Thu_Aug_14_00_00_00_2003
#include "CDG_ENTER.h"
#undef CDG_ENTER__P_GMMRR_VAL
#undef CDG_ENTER__FILENAME
/*
* Value constants for v_mid
*/
#define V_MID_NOT_PRES (0x0) /* not present */
#define V_MID_PRES (0x1) /* present */
/*
* Value constants for id_type
*/
#define TYPE_NO_ID (0x0) /* no identity */
#define TYPE_IMSI (0x1) /* IMSI */
#define TYPE_TMSI (0x4) /* TMSI */
/*
* Value constants for lac
*/
#define GMMRR_LA_INVALID (0xfffe) /* la invalid */
#define LAC_GNOLZ_DEF (0x0) /* lac */
/*
* Value constants for rac
*/
#define GMMRR_RAC_INVALID (0xff) /* routing area code invalid */
/*
* Value constants for access_barred
*/
#define GMMRR_ACCESS_ALLOWED (0x0) /* access allowed */
#define GMMRR_ACCESS_BARRED (0x1) /* access barred */
#define GMMRR_ACCESS_NA (0x2) /* access N/A */
/*
* Value constants for net_mode
*/
#define GMMRR_NET_MODE_I (0x0) /* Network operation mode I, only one Paging channel for both: PCCCH or CCCH */
#define GMMRR_NET_MODE_II (0x1) /* Network operation mode II, Paging only on CCCH */
#define GMMRR_NET_MODE_III (0x2) /* Network operation mode III, Paging on CCCH for CS and either on CCCH or on PCCCH for GPRS, if PCCH allocated in the cell */
/*
* Value constants for la_forbidden
*/
#define GMMRR_LA_ALLOWED (0x0) /* LA is not in forbidden list */
#define GMMRR_LA_FORBIDDEN (0x1) /* LA is in forbidden list */
#define GMMRR_LA_NA (0x2) /* N/A */
/*
* Value constants for plmn_forbidden
*/
#define GMMRR_PLMN_ALLOWED (0x0) /* PLMN is not in forbidden list */
#define GMMRR_PLMN_FORBIDDEN (0x1) /* PLMN is in forbidden list */
#define GMMRR_PLMN_NA (0x2) /* N/A */
/*
* Value constants for tlli
*/
#define GMMRR_TLLI_INVALID (0xffffffff)/* TLLI invalid (see GSM 3.03) */
/*
* Value constants for ptmsi
*/
#define GMMRR_TMSI_INVALID (0xffffffff)/* P-TMSI or TMSI invalid (see GSM 3.03) */
/*
* Value constants for mobile_class
*/
#define GMMRR_CLASS_A (0x1) /* Combined GPRS */
#define GMMRR_CLASS_B (0x2) /* GPRS and GSM */
#define GMMRR_CLASS_BC (0x3) /* Combined GPRS if possible, otherwise GSM only */
#define GMMRR_CLASS_BG (0x4) /* Combined GPRS if possible, otherwise GPRS only */
#define GMMRR_CLASS_CC (0x5) /* reserved. (GSM-only) */
#define GMMRR_CLASS_CG (0x6) /* GPRS-only */
#define MOBILE_CLASS_GNOLZ_DEF (0x0) /* Combined GPRS attach */
/*
* Value constants for split_pg_cycle
*/
#define GMMRR_NO_DRX (0x2c0) /* Non DRX mode */
/*
* Value constants for spgc_ccch_supp
*/
#define GMMRR_SPGC_CCCH_SUPP_NO (0x0) /* Split paging cycle on CCCH is not supported by the mobile station */
#define GMMRR_SPGC_CCCH_SUPP_YES (0x1) /* Split paging cycle on CCCH is supported by the mobile station */
/*
* Value constants for gmmrr_non_drx_timer
*/
#define DRX_NO (0x0) /* no non-DRX mode after transfer state */
#define DRX_1_SEC (0x1) /* max. 1 sec non-DRX mode after transfer */
#define DRX_2_SEC (0x2) /* max. 2 sec non-DRX mode after transfer */
#define DRX_4_SEC (0x3) /* max. 4 sec non-DRX mode after transfer */
#define DRX_8_SEC (0x4) /* max. 8 sec non-DRX mode after transfer */
#define DRX_16_SEC (0x5) /* max. 16 sec non-DRX mode after transfer */
#define DRX_32_SEC (0x6) /* max. 32 sec non-DRX mode after transfer */
#define DRX_64_SEC (0x7) /* max. 64 sec non-DRX mode after transfer */
/*
* Value constants for standby_cause
*/
#define GMMRR_TIMEOUT_OF_T3314 (0x1) /* GMM enters state STANDBY because of timeout of READY timer T3314 */
#define GMMRR_RESET_OF_T3314 (0x2) /* GMM enters state STANDBY because GMM receives a message witrh timer_value 0 */
#define GMMRR_FORCE_TO_STANDBY (0x3) /* GMM receives a message indicating FORCE TO STANDBY */
/*
* Value constants for page_id
*/
#define GMMRR_IMSI (0x0) /* IMSI */
#define GMMRR_PTMSI (0x1) /* P-TMSI */
#define PAGE_ID_GNOLZ_DEF (0x0) /* P-TMSI */
/*
* Value constants for response
*/
#define GMMRR_CS_PAGE_REJ (0x0) /* The call is rejected */
#define GMMRR_CS_PAGE_CNF (0x1) /* The call is confirmed */
#define RESPONSE_GNOLZ_DEF (0x0) /* The call is confirmed */
/*
* Value constants for susp_gprs
*/
#define GMMRR_NOT_SUSP_GPRS (0x0) /* Do not suspend GPRS */
#define GMMRR_SUSP_GPRS (0x1) /* Suspend GPRS */
#define SUSP_GPRS_GNOLZ_DEF (0x0) /* Suspend GPRS */
/*
* Value constants for gmmrr_susp_cause
*/
#define GMMRR_ABNORMAL_RELEASE (0x0) /* GRR should release immediately the running TBF */
#define GMMRR_NORMAL_RELEASE (0x1) /* GRR should wait until TBF is released */
/*
* Value constants for no_of_pdus
*/
#define NO_OF_PDUS_GNOLZ_DEF (0x0) /* Number of PDUs */
/*
* Value constants for dl_timeslot_offset
*/
#define TEST_TN0 (0x0) /* downlink timeslot offsett 0 */
#define TEST_TN1 (0x1) /* downlink timeslot offsett 1 */
#define TEST_TN2 (0x2) /* downlink timeslot offsett 2 */
#define TEST_TN3 (0x3) /* downlink timeslot offsett 3 */
#define TEST_TN4 (0x4) /* downlink timeslot offsett 4 */
#define TEST_TN5 (0x5) /* downlink timeslot offsett 5 */
#define TEST_TN6 (0x6) /* downlink timeslot offsett 6 */
#define TEST_TN7 (0x7) /* downlink timeslot offsett 7 */
/*
* Value constants for mode_flag
*/
#define GMMRR_TEST_RANDOM (0x0) /* pseudorandom data */
#define GMMRR_LOOP (0x1) /* loop back */
#define MODE_FLAG_GNOLZ_DEF (0x0) /* reserved */
/*
* Value constants for failure
*/
#define GMMRR_ACCESS_2_NETWORK_NOT_ALLOWED (0x0) /* Access to the network is not allowed */
#define GMMRR_PACKET_ACCESS_FAILURE (0x1) /* Failure during packet access procedure, e.g. T3162 expired */
#define GMMRR_RLC_MAC_ERROR (0x2) /* T3168 expires during contention resolution */
#define GMMRR_TLLI_MISMATCH (0x3) /* TLLI mismatch has occurred */
#define GMMRR_TBF_ESTABLISHMENT_FAILURE (0x4) /* T3164 expires or failure occurs due to any other reason */
#define GMMRR_RESUMPTION_FAILURE (0x5) /* resumption failure after dedicated mode was left */
/*
* Value constants for cu_cause
*/
#define GMMRR_RA_DEFAULT (0x0) /* GRR should not perform Cell Update Access */
#define GMMRR_RA_CU (0x1) /* GRR should perforn Random Access with cause Cell Update */
/*
* Value constants for prim_type
*/
#define GMMRR_PRIM_TYPE_GMM (0x0) /* at least one GMM primitve was confirmed */
#define GMMRR_PRIM_TYPE_OTHER (0x1) /* no GMM primitive was confirmed, other(User data) were confirmed */
/*
* user defined constants
*/
#define MAX_DIGITS (0x10)
#define SIZE_MCC (0x3)
#define SIZE_MNC (0x3)
#include "CDG_LEAVE.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -