FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cdg/cdginc-locosto/p_mdl.h @ 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_mdl.h | | |
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:18:53 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_H | |
24 #define P_MDL_H | |
25 | |
26 | |
27 #define CDG_ENTER__P_MDL_H | |
28 | |
29 #define CDG_ENTER__FILENAME _P_MDL_H | |
30 #define CDG_ENTER__P_MDL_H__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_MDL_H__LAST_MODIFIED _2002_04_19 | |
32 #define CDG_ENTER__P_MDL_H__ID_AND_VERSION _6147_111_97_101 | |
33 | |
34 #define CDG_ENTER__P_MDL_H__SRC_FILE_TIME _Thu_Nov_29_09_45_46_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_MDL_H | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 #include "p_mdl.val" | |
44 | |
45 | |
46 /* | |
47 * End of substructure section, begin of primitive definition section | |
48 */ | |
49 | |
50 #ifndef __T_MDL_ERROR_IND__ | |
51 #define __T_MDL_ERROR_IND__ | |
52 /* | |
53 * | |
54 * CCDGEN:WriteStruct_Count==1786 | |
55 */ | |
56 typedef struct | |
57 { | |
58 U8 ch_type; /*< 0: 1> channel type */ | |
59 U8 sapi; /*< 1: 1> service access point identifier */ | |
60 U8 cs; /*< 2: 1> error cause */ | |
61 U8 _align0; /*< 3: 1> alignment */ | |
62 } T_MDL_ERROR_IND; | |
63 #endif | |
64 | |
65 #ifndef __T_MDL_RELEASE_REQ__ | |
66 #define __T_MDL_RELEASE_REQ__ | |
67 /* | |
68 * | |
69 * CCDGEN:WriteStruct_Count==1787 | |
70 */ | |
71 typedef struct | |
72 { | |
73 U8 ch_type; /*< 0: 1> channel type */ | |
74 U8 sapi; /*< 1: 1> service access point identifier */ | |
75 U8 _align0; /*< 2: 1> alignment */ | |
76 U8 _align1; /*< 3: 1> alignment */ | |
77 } T_MDL_RELEASE_REQ; | |
78 #endif | |
79 | |
80 | |
81 #include "CDG_LEAVE.h" | |
82 | |
83 | |
84 #endif |