FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cdg/cdginc-locosto/p_8010_142_smreg_sap.val @ 654:95c433d8c274
gsm-fw/cdg: LoCosto version of cdginc regenerated
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 25 Sep 2014 09:46:42 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
653:31d82d090499 | 654:95c433d8c274 |
---|---|
1 /* | |
2 +--------------------------------------------------------------------------+ | |
3 | PROJECT : PROTOCOL STACK | | |
4 | FILE : p_8010_142_smreg_sap.val | | |
5 | SOURCE : "sap\8010_142_smreg_sap.pdf" | | |
6 | LastModified : "2003-08-22" | | |
7 | IdAndVersion : "8010.142.02.011" | | |
8 | SrcFileTime : "Thu Nov 29 09:28:36 2007" | | |
9 | Generated by CCDGEN_2.5.5A on Thu Sep 25 09:18:53 2014 | | |
10 | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! | | |
11 +--------------------------------------------------------------------------+ | |
12 */ | |
13 | |
14 /* PRAGMAS | |
15 * PREFIX : SMREG | |
16 * COMPATIBILITY_DEFINES : NO | |
17 * ALWAYS_ENUM_IN_VAL_FILE: YES | |
18 * ENABLE_GROUP: NO | |
19 * CAPITALIZE_TYPENAME: NO | |
20 */ | |
21 | |
22 | |
23 #ifndef P_8010_142_SMREG_SAP_VAL | |
24 #define P_8010_142_SMREG_SAP_VAL | |
25 | |
26 | |
27 #define CDG_ENTER__P_8010_142_SMREG_SAP_VAL | |
28 | |
29 #define CDG_ENTER__FILENAME _P_8010_142_SMREG_SAP_VAL | |
30 #define CDG_ENTER__P_8010_142_SMREG_SAP_VAL__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_8010_142_SMREG_SAP_VAL__LAST_MODIFIED _2003_08_22 | |
32 #define CDG_ENTER__P_8010_142_SMREG_SAP_VAL__ID_AND_VERSION _8010_142_02_011 | |
33 | |
34 #define CDG_ENTER__P_8010_142_SMREG_SAP_VAL__SRC_FILE_TIME _Thu_Nov_29_09_28_36_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_8010_142_SMREG_SAP_VAL | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 #include "p_8010_152_ps_include.val" /* Access values independent from the corresponding h-file. */ | |
43 | |
44 #include "p_8010_137_nas_include.val" /* Access values independent from the corresponding h-file. */ | |
45 | |
46 #include "p_8010_153_cause_include.val" /* Access values independent from the corresponding h-file. */ | |
47 | |
48 | |
49 /* | |
50 * Enum to value table VAL_pdp_type | |
51 * CCDGEN:WriteEnum_Count==69 | |
52 */ | |
53 #ifndef __T_SMREG_VAL_pdp_type__ | |
54 #define __T_SMREG_VAL_pdp_type__ | |
55 typedef enum | |
56 { | |
57 SMREG_PDP_PPP = 0x1, /* PDP type PPP */ | |
58 SMREG_PDP_EMPTY = 0xf, /* Dynamic address assignment in effect */ | |
59 SMREG_PDP_IPV4 = 0x21, /* IP version 4 */ | |
60 SMREG_PDP_IPV6 = 0x57 /* IP version 6 */ | |
61 }T_SMREG_VAL_pdp_type; | |
62 #endif | |
63 | |
64 #include "CDG_LEAVE.h" | |
65 | |
66 | |
67 #endif |