comparison cdg3/cdginc-conservative/p_mmsms.h @ 16:c15047b3d00d

cdg3: import from freecalypso-citrine/cdg
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 27 Sep 2016 16:27:34 +0000
parents
children
comparison
equal deleted inserted replaced
15:c8bdae60fcb1 16:c15047b3d00d
1 /*
2 +--------------------------------------------------------------------------+
3 | PROJECT : PROTOCOL STACK |
4 | FILE : p_mmsms.h |
5 | SOURCE : "sap\mmsms.pdf" |
6 | LastModified : "2002-07-19" |
7 | IdAndVersion : "6147.106.97.102" |
8 | SrcFileTime : "Thu Nov 29 09:47:08 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_MMSMS_H
24 #define P_MMSMS_H
25
26
27 #define CDG_ENTER__P_MMSMS_H
28
29 #define CDG_ENTER__FILENAME _P_MMSMS_H
30 #define CDG_ENTER__P_MMSMS_H__FILE_TYPE CDGINC
31 #define CDG_ENTER__P_MMSMS_H__LAST_MODIFIED _2002_07_19
32 #define CDG_ENTER__P_MMSMS_H__ID_AND_VERSION _6147_106_97_102
33
34 #define CDG_ENTER__P_MMSMS_H__SRC_FILE_TIME _Thu_Nov_29_09_47_08_2007
35
36 #include "CDG_ENTER.h"
37
38 #undef CDG_ENTER__P_MMSMS_H
39
40 #undef CDG_ENTER__FILENAME
41
42
43 #include "p_mmsms.val"
44
45
46 /*
47 * End of substructure section, begin of primitive definition section
48 */
49
50 #ifndef __T_MMSMS_ESTABLISH_REQ__
51 #define __T_MMSMS_ESTABLISH_REQ__
52 /*
53 *
54 * CCDGEN:WriteStruct_Count==1899
55 */
56 typedef struct
57 {
58 U8 ti; /*< 0: 1> transaction identifier */
59 U8 _align0; /*< 1: 1> alignment */
60 U8 _align1; /*< 2: 1> alignment */
61 U8 _align2; /*< 3: 1> alignment */
62 } T_MMSMS_ESTABLISH_REQ;
63 #endif
64
65 #ifndef __T_MMSMS_RELEASE_REQ__
66 #define __T_MMSMS_RELEASE_REQ__
67 /*
68 *
69 * CCDGEN:WriteStruct_Count==1900
70 */
71 typedef struct
72 {
73 U8 ti; /*< 0: 1> transaction identifier */
74 U8 _align0; /*< 1: 1> alignment */
75 U8 _align1; /*< 2: 1> alignment */
76 U8 _align2; /*< 3: 1> alignment */
77 } T_MMSMS_RELEASE_REQ;
78 #endif
79
80 #ifndef __T_MMSMS_DATA_REQ__
81 #define __T_MMSMS_DATA_REQ__
82 /*
83 *
84 * CCDGEN:WriteStruct_Count==1901
85 */
86 typedef struct
87 {
88 U8 d1; /*< 0: 1> dummy, not used */
89 U8 d2; /*< 1: 1> dummy, not used */
90 U8 _align0; /*< 2: 1> alignment */
91 U8 _align1; /*< 3: 1> alignment */
92 T_sdu sdu; /*< 4: ? > Service Data Unit */
93 } T_MMSMS_DATA_REQ;
94 #endif
95
96 #ifndef __T_MMSMS_DATA_IND__
97 #define __T_MMSMS_DATA_IND__
98 /*
99 *
100 * CCDGEN:WriteStruct_Count==1902
101 */
102 typedef struct
103 {
104 U8 d1; /*< 0: 1> dummy, not used */
105 U8 d2; /*< 1: 1> dummy, not used */
106 U8 _align0; /*< 2: 1> alignment */
107 U8 _align1; /*< 3: 1> alignment */
108 T_sdu sdu; /*< 4: ? > Service Data Unit */
109 } T_MMSMS_DATA_IND;
110 #endif
111
112 #ifndef __T_MMSMS_ERROR_IND__
113 #define __T_MMSMS_ERROR_IND__
114 /*
115 *
116 * CCDGEN:WriteStruct_Count==1903
117 */
118 typedef struct
119 {
120 U8 ti; /*< 0: 1> transaction identifier */
121 U8 _align0; /*< 1: 1> alignment */
122 U16 cause; /*< 2: 2> MM cause */
123 } T_MMSMS_ERROR_IND;
124 #endif
125
126 #ifndef __T_MMSMS_ESTABLISH_CNF__
127 #define __T_MMSMS_ESTABLISH_CNF__
128 /*
129 *
130 * CCDGEN:WriteStruct_Count==1904
131 */
132 typedef struct
133 {
134 U8 ti; /*< 0: 1> transaction identifier */
135 U8 _align0; /*< 1: 1> alignment */
136 U8 _align1; /*< 2: 1> alignment */
137 U8 _align2; /*< 3: 1> alignment */
138 } T_MMSMS_ESTABLISH_CNF;
139 #endif
140
141 #ifndef __T_MMSMS_ESTABLISH_IND__
142 #define __T_MMSMS_ESTABLISH_IND__
143 /*
144 *
145 * CCDGEN:WriteStruct_Count==1905
146 */
147 typedef struct
148 {
149 U8 d1; /*< 0: 1> dummy, not used */
150 U8 d2; /*< 1: 1> dummy, not used */
151 U8 _align0; /*< 2: 1> alignment */
152 U8 _align1; /*< 3: 1> alignment */
153 T_sdu sdu; /*< 4: ? > Service Data Unit */
154 } T_MMSMS_ESTABLISH_IND;
155 #endif
156
157 #ifndef __T_MMSMS_RELEASE_IND__
158 #define __T_MMSMS_RELEASE_IND__
159 /*
160 *
161 * CCDGEN:WriteStruct_Count==1906
162 */
163 typedef struct
164 {
165 U8 ti; /*< 0: 1> transaction identifier */
166 U8 _align0; /*< 1: 1> alignment */
167 U16 cause; /*< 2: 2> MM cause */
168 } T_MMSMS_RELEASE_IND;
169 #endif
170
171 #ifndef __T_MMSMS_UNITDATA_IND__
172 #define __T_MMSMS_UNITDATA_IND__
173 /*
174 *
175 * CCDGEN:WriteStruct_Count==1907
176 */
177 typedef struct
178 {
179 U8 d1; /*< 0: 1> dummy, not used */
180 U8 d2; /*< 1: 1> dummy, not used */
181 U8 _align0; /*< 2: 1> alignment */
182 U8 _align1; /*< 3: 1> alignment */
183 T_sdu sdu; /*< 4: ? > Service Data Unit */
184 } T_MMSMS_UNITDATA_IND;
185 #endif
186
187
188 #include "CDG_LEAVE.h"
189
190
191 #endif