FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cdg/cdginc-locosto/p_8010_135_sn_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_135_sn_sap.val | | |
5 | SOURCE : "sap\8010_135_sn_sap.pdf" | | |
6 | LastModified : "2004-06-08" | | |
7 | IdAndVersion : "8010.135.04.012" | | |
8 | SrcFileTime : "Thu Nov 29 09:27:14 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 : SN | |
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_135_SN_SAP_VAL | |
24 #define P_8010_135_SN_SAP_VAL | |
25 | |
26 | |
27 #define CDG_ENTER__P_8010_135_SN_SAP_VAL | |
28 | |
29 #define CDG_ENTER__FILENAME _P_8010_135_SN_SAP_VAL | |
30 #define CDG_ENTER__P_8010_135_SN_SAP_VAL__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_8010_135_SN_SAP_VAL__LAST_MODIFIED _2004_06_08 | |
32 #define CDG_ENTER__P_8010_135_SN_SAP_VAL__ID_AND_VERSION _8010_135_04_012 | |
33 | |
34 #define CDG_ENTER__P_8010_135_SN_SAP_VAL__SRC_FILE_TIME _Thu_Nov_29_09_27_14_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_8010_135_SN_SAP_VAL | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 #include "p_8010_137_nas_include.val" /* Access values independent from the corresponding h-file. */ | |
43 | |
44 #include "p_8010_152_ps_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_establish | |
51 * CCDGEN:WriteEnum_Count==28 | |
52 */ | |
53 #ifndef __T_SN_VAL_establish__ | |
54 #define __T_SN_VAL_establish__ | |
55 typedef enum | |
56 { | |
57 SN_ACTIVE_ESTABLISHMENT = 0x0, /* SNDCP shall send LL_ESTABLISH_REQ */ | |
58 SN_PASSIVE_ESTABLISHMENT = 0x1 /* SNDCP shall wait for LL_ESTABLISH_IND */ | |
59 }T_SN_VAL_establish; | |
60 #endif | |
61 | |
62 /* | |
63 * user defined constants | |
64 */ | |
65 #define SN_MAX_UL_PDU (0xff) | |
66 #define SN_SIZE_NSAPI (0x10) | |
67 | |
68 #include "CDG_LEAVE.h" | |
69 | |
70 | |
71 #endif |