FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cdg/cdginc-conservative/p_gsmcom.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_gsmcom.val | | |
5 | SOURCE : "sap\gsmcom.pdf" | | |
6 | LastModified : "2002-10-04" | | |
7 | IdAndVersion : "8443.100.02.008" | | |
8 | SrcFileTime : "Thu Nov 29 09:43:26 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_GSMCOM_VAL | |
24 #define P_GSMCOM_VAL | |
25 | |
26 | |
27 #define CDG_ENTER__P_GSMCOM_VAL | |
28 | |
29 #define CDG_ENTER__FILENAME _P_GSMCOM_VAL | |
30 #define CDG_ENTER__P_GSMCOM_VAL__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_GSMCOM_VAL__LAST_MODIFIED _2002_10_04 | |
32 #define CDG_ENTER__P_GSMCOM_VAL__ID_AND_VERSION _8443_100_02_008 | |
33 | |
34 #define CDG_ENTER__P_GSMCOM_VAL__SRC_FILE_TIME _Thu_Nov_29_09_43_26_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_GSMCOM_VAL | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 /* | |
44 * Value constants for VAL_gsmcom_dummy | |
45 */ | |
46 | |
47 /* | |
48 * user defined constants | |
49 */ | |
50 #define SIM_ORIGINATING_ENTITY (0x0) | |
51 #define ACI_ORIGINATING_ENTITY (0x1) | |
52 #define RLP_ORIGINATING_ENTITY (0x2) | |
53 #define RR_ORIGINATING_ENTITY (0x3) | |
54 #define MM_ORIGINATING_ENTITY (0x4) | |
55 #define CC_ORIGINATING_ENTITY (0x5) | |
56 #define SS_ORIGINATING_ENTITY (0x6) | |
57 #define SMSCP_ORIGINATING_ENTITY (0x7) | |
58 #define SMSRP_ORIGINATING_ENTITY (0x8) | |
59 #define SMSTP_ORIGINATING_ENTITY (0x9) | |
60 #define GMM_ORIGINATING_ENTITY (0xa) | |
61 #define SM_ORIGINATING_ENTITY (0xb) | |
62 #define FAD_ORIGINATING_ENTITY (0xc) | |
63 #define T30_ORIGINATING_ENTITY (0xd) | |
64 #define GRR_ORIGINATING_ENTITY (0xe) | |
65 #define PPP_ORIGINATING_ENTITY (0xf) | |
66 #define LLC_ORIGINATING_ENTITY (0x10) | |
67 #define SNDCP_ORIGINATING_ENTITY (0x11) | |
68 #define PKTIO_ORIGINATING_ENTITY (0x12) | |
69 #define PSI_ORIGINATING_ENTITY (0x13) | |
70 | |
71 #include "CDG_LEAVE.h" | |
72 | |
73 | |
74 #endif |