FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cdg/cdginc-conservative/p_mdl.val @ 656:9ba088a875bd
gsm-fw/cdg: "conservative" version created
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 25 Sep 2014 10:00:35 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
655:6c363c453db2 | 656:9ba088a875bd |
---|---|
1 /* | |
2 +--------------------------------------------------------------------------+ | |
3 | PROJECT : PROTOCOL STACK | | |
4 | FILE : p_mdl.val | | |
5 | SOURCE : "sap\mdl.pdf" | | |
6 | LastModified : "2002-04-19" | | |
7 | IdAndVersion : "6147.111.97.101" | | |
8 | SrcFileTime : "Thu Nov 29 09:45:46 2007" | | |
9 | Generated by CCDGEN_2.5.5A on Thu Sep 25 09:52:55 2014 | | |
10 | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! | | |
11 +--------------------------------------------------------------------------+ | |
12 */ | |
13 | |
14 /* PRAGMAS | |
15 * PREFIX : NONE | |
16 * COMPATIBILITY_DEFINES : NO (require PREFIX) | |
17 * ALWAYS_ENUM_IN_VAL_FILE: NO | |
18 * ENABLE_GROUP: NO | |
19 * CAPITALIZE_TYPENAME: NO | |
20 */ | |
21 | |
22 | |
23 #ifndef P_MDL_VAL | |
24 #define P_MDL_VAL | |
25 | |
26 | |
27 #define CDG_ENTER__P_MDL_VAL | |
28 | |
29 #define CDG_ENTER__FILENAME _P_MDL_VAL | |
30 #define CDG_ENTER__P_MDL_VAL__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_MDL_VAL__LAST_MODIFIED _2002_04_19 | |
32 #define CDG_ENTER__P_MDL_VAL__ID_AND_VERSION _6147_111_97_101 | |
33 | |
34 #define CDG_ENTER__P_MDL_VAL__SRC_FILE_TIME _Thu_Nov_29_09_45_46_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_MDL_VAL | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 /* | |
44 * Value constants for VAL_ch_type | |
45 */ | |
46 #define CH_TYPE_SACCH (0x0) /* SACCH */ | |
47 #define CH_TYPE_SDCCH (0x1) /* SDCCH */ | |
48 #define CH_TYPE_FACCH (0x2) /* FACCH */ | |
49 #define CH_TYPE_BCCH (0x3) /* BCCH */ | |
50 #define CH_TYPE_CCCH (0x4) /* CCCH */ | |
51 #define CH_TYPE_RACH (0x5) /* RACH */ | |
52 #define CH_TYPE_NBR_CEL_BCCH (0x6) /* Neighbour Cell BCCH */ | |
53 | |
54 /* | |
55 * Value constants for VAL_sapi | |
56 */ | |
57 #define SAPI_0 (0x0) /* SAPI 0 */ | |
58 #define SAPI_3 (0x3) /* SAPI 3 */ | |
59 | |
60 /* | |
61 * Value constants for VAL_cs | |
62 */ | |
63 #define CS_T200_EXP (0x0) /* T200 expired (N200 + 1 times) */ | |
64 #define CS_REEST_REQ (0x1) /* re-establishment request */ | |
65 #define CS_UNSOL_UA_RESP (0x2) /* unsolicited UA response */ | |
66 #define CS_UNSOL_DM_RESP (0x3) /* unsolicited DM response */ | |
67 #define CS_UNSOL_DM_RESP_MULT_FRM (0x4) /* unsolicited DM response, multiple frame established state */ | |
68 #define CS_UNSOL_SUP_RESP (0x5) /* unsolicited supervisory response */ | |
69 #define CS_SEQ_ERR (0x6) /* sequence error */ | |
70 #define CS_UFRM_W_INC_PARA (0x7) /* U frame with incorrect parameters */ | |
71 #define CS_SFRM_W_INC_PARA (0x8) /* S frame with incorrect parameters */ | |
72 #define CS_IFRM_W_INC_MBIT (0x9) /* I frame with incorrect use of M bit */ | |
73 #define CS_IFRM_W_INC_LEN (0xa) /* I frame with incorrect length */ | |
74 #define CS_FRM_NOT_IMPL (0xb) /* frame not implemented */ | |
75 #define CS_SABM_MULT_FRM (0xc) /* SABM command, multiple frame established state */ | |
76 #define CS_SABM_NO_INFO (0xd) /* SABM command with information field not allowed in this state */ | |
77 #define CS_NR_SEQ_ERR (0xe) /* sequence error, perform abnormal release */ | |
78 | |
79 #include "CDG_LEAVE.h" | |
80 | |
81 | |
82 #endif |