FreeCalypso > hg > fc-magnetite
comparison cdg3/cdginc-locosto/p_dl.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_dl.h | | |
5 | SOURCE : "sap\dl.pdf" | | |
6 | LastModified : "2004-04-28" | | |
7 | IdAndVersion : "8010.100.02.010" | | |
8 | SrcFileTime : "Thu Nov 29 09:40:06 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 : DL | |
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_DL_H | |
24 #define P_DL_H | |
25 | |
26 | |
27 #define CDG_ENTER__P_DL_H | |
28 | |
29 #define CDG_ENTER__FILENAME _P_DL_H | |
30 #define CDG_ENTER__P_DL_H__FILE_TYPE CDGINC | |
31 #define CDG_ENTER__P_DL_H__LAST_MODIFIED _2004_04_28 | |
32 #define CDG_ENTER__P_DL_H__ID_AND_VERSION _8010_100_02_010 | |
33 | |
34 #define CDG_ENTER__P_DL_H__SRC_FILE_TIME _Thu_Nov_29_09_40_06_2007 | |
35 | |
36 #include "CDG_ENTER.h" | |
37 | |
38 #undef CDG_ENTER__P_DL_H | |
39 | |
40 #undef CDG_ENTER__FILENAME | |
41 | |
42 | |
43 #include "p_dl.val" | |
44 | |
45 /* #include "p_8010_152_ps_include.h" */ | |
46 | |
47 /* #include "p_8010_153_cause_include.h" */ | |
48 | |
49 /* #include "p_8010_147_l1_include.h" */ | |
50 | |
51 #include "p_mphc.h" | |
52 | |
53 | |
54 /* | |
55 * typedef between var and valtab enums | |
56 */ | |
57 #ifndef __T_DL_indication__ | |
58 #define __T_DL_indication__ | |
59 typedef T_DL_VAL_indication T_DL_indication; | |
60 #endif | |
61 | |
62 #ifndef __T_DL_mode__ | |
63 #define __T_DL_mode__ | |
64 typedef T_DL_VAL_mode T_DL_mode; | |
65 #endif | |
66 | |
67 // VAR-FF: !TI_DUAL_MODE | |
68 #ifndef __T_DL_sapi__ | |
69 #define __T_DL_sapi__ | |
70 typedef T_DL_VAL_sapi T_DL_sapi; | |
71 #endif | |
72 | |
73 #ifndef __T_DL_cnf__ | |
74 #define __T_DL_cnf__ | |
75 typedef T_DL_VAL_cnf T_DL_cnf; | |
76 #endif | |
77 | |
78 // VAR-FF: !TI_DUAL_MODE | |
79 #ifndef __T_DL_cs__ | |
80 #define __T_DL_cs__ | |
81 typedef T_DL_VAL_cs T_DL_cs; | |
82 #endif | |
83 | |
84 | |
85 /* | |
86 * End of substructure section, begin of primitive definition section | |
87 */ | |
88 | |
89 #ifndef __T_DL_ESTABLISH_REQ__ | |
90 #define __T_DL_ESTABLISH_REQ__ | |
91 /* | |
92 * | |
93 * CCDGEN:WriteStruct_Count==1413 | |
94 */ | |
95 typedef struct | |
96 { | |
97 // ELEM-FF: TI_DUAL_MODE | |
98 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
99 // ELEM-FF: !TI_DUAL_MODE | |
100 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
101 // ELEM-FF: TI_DUAL_MODE | |
102 // U8 sapi; /*< 0: 0> T_PS_sapi, Service Access Point Identifier */ | |
103 // ELEM-FF: !TI_DUAL_MODE | |
104 U8 sapi; /*< 1: 1> T_DL_sapi, service access point identifier */ | |
105 // ELEM-FF: TI_DUAL_MODE | |
106 // T_sdu sdu; /*< 0: 0> Container for a message */ | |
107 // ELEM-FF: !TI_DUAL_MODE | |
108 U8 _align0; /*< 2: 1> alignment */ | |
109 U8 _align1; /*< 3: 1> alignment */ | |
110 T_sdu sdu; /*< 4: ? > Container for a message */ | |
111 } T_DL_ESTABLISH_REQ; | |
112 #endif | |
113 | |
114 #ifndef __T_DL_ESTABLISH_CNF__ | |
115 #define __T_DL_ESTABLISH_CNF__ | |
116 /* | |
117 * | |
118 * CCDGEN:WriteStruct_Count==1414 | |
119 */ | |
120 typedef struct | |
121 { | |
122 // ELEM-FF: TI_DUAL_MODE | |
123 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
124 // ELEM-FF: !TI_DUAL_MODE | |
125 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
126 // ELEM-FF: TI_DUAL_MODE | |
127 // U8 sapi; /*< 0: 0> T_PS_sapi, Service Access Point Identifier */ | |
128 // ELEM-FF: !TI_DUAL_MODE | |
129 U8 sapi; /*< 1: 1> T_DL_sapi, service access point identifier */ | |
130 U8 indication; /*< 2: 1> T_DL_indication, Indication for unserved data requests */ | |
131 U8 _align0; /*< 3: 1> alignment */ | |
132 } T_DL_ESTABLISH_CNF; | |
133 #endif | |
134 | |
135 #ifndef __T_DL_ESTABLISH_IND__ | |
136 #define __T_DL_ESTABLISH_IND__ | |
137 /* | |
138 * | |
139 * CCDGEN:WriteStruct_Count==1415 | |
140 */ | |
141 typedef struct | |
142 { | |
143 // ELEM-FF: TI_DUAL_MODE | |
144 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
145 // ELEM-FF: !TI_DUAL_MODE | |
146 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
147 // ELEM-FF: TI_DUAL_MODE | |
148 // U8 sapi; /*< 0: 0> T_PS_sapi, Service Access Point Identifier */ | |
149 // ELEM-FF: !TI_DUAL_MODE | |
150 U8 sapi; /*< 1: 1> T_DL_sapi, service access point identifier */ | |
151 U8 indication; /*< 2: 1> T_DL_indication, Indication for unserved data requests */ | |
152 U8 _align0; /*< 3: 1> alignment */ | |
153 } T_DL_ESTABLISH_IND; | |
154 #endif | |
155 | |
156 #ifndef __T_DL_RELEASE_REQ__ | |
157 #define __T_DL_RELEASE_REQ__ | |
158 /* | |
159 * | |
160 * CCDGEN:WriteStruct_Count==1416 | |
161 */ | |
162 typedef struct | |
163 { | |
164 // ELEM-FF: TI_DUAL_MODE | |
165 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
166 // ELEM-FF: !TI_DUAL_MODE | |
167 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
168 // ELEM-FF: TI_DUAL_MODE | |
169 // U8 sapi; /*< 0: 0> T_PS_sapi, Service Access Point Identifier */ | |
170 // ELEM-FF: !TI_DUAL_MODE | |
171 U8 sapi; /*< 1: 1> T_DL_sapi, service access point identifier */ | |
172 U8 mode; /*< 2: 1> T_DL_mode, release mode */ | |
173 U8 _align0; /*< 3: 1> alignment */ | |
174 } T_DL_RELEASE_REQ; | |
175 #endif | |
176 | |
177 #ifndef __T_DL_RELEASE_CNF__ | |
178 #define __T_DL_RELEASE_CNF__ | |
179 /* | |
180 * | |
181 * CCDGEN:WriteStruct_Count==1417 | |
182 */ | |
183 typedef struct | |
184 { | |
185 // ELEM-FF: TI_DUAL_MODE | |
186 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
187 // ELEM-FF: !TI_DUAL_MODE | |
188 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
189 // ELEM-FF: TI_DUAL_MODE | |
190 // U8 sapi; /*< 0: 0> T_PS_sapi, Service Access Point Identifier */ | |
191 // ELEM-FF: !TI_DUAL_MODE | |
192 U8 sapi; /*< 1: 1> T_DL_sapi, service access point identifier */ | |
193 U8 indication; /*< 2: 1> T_DL_indication, Indication for unserved data requests */ | |
194 U8 _align0; /*< 3: 1> alignment */ | |
195 } T_DL_RELEASE_CNF; | |
196 #endif | |
197 | |
198 #ifndef __T_DL_RELEASE_IND__ | |
199 #define __T_DL_RELEASE_IND__ | |
200 /* | |
201 * | |
202 * CCDGEN:WriteStruct_Count==1418 | |
203 */ | |
204 typedef struct | |
205 { | |
206 // ELEM-FF: TI_DUAL_MODE | |
207 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
208 // ELEM-FF: !TI_DUAL_MODE | |
209 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
210 // ELEM-FF: TI_DUAL_MODE | |
211 // U8 sapi; /*< 0: 0> T_PS_sapi, Service Access Point Identifier */ | |
212 // ELEM-FF: !TI_DUAL_MODE | |
213 U8 sapi; /*< 1: 1> T_DL_sapi, service access point identifier */ | |
214 // ELEM-FF: TI_DUAL_MODE | |
215 // T_CAUSE_ps_cause ps_cause; /*< 0: 0> Cause element containing result of operation (type defined in "p_8010_153_cause_include.h") */ | |
216 // ELEM-FF: !TI_DUAL_MODE | |
217 U8 cs; /*< 2: 1> T_DL_cs, error cause */ | |
218 U8 _align0; /*< 3: 1> alignment */ | |
219 } T_DL_RELEASE_IND; | |
220 #endif | |
221 | |
222 #ifndef __T_DL_DATA_REQ__ | |
223 #define __T_DL_DATA_REQ__ | |
224 /* | |
225 * | |
226 * CCDGEN:WriteStruct_Count==1419 | |
227 */ | |
228 typedef struct | |
229 { | |
230 // ELEM-FF: TI_DUAL_MODE | |
231 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
232 // ELEM-FF: !TI_DUAL_MODE | |
233 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
234 // ELEM-FF: TI_DUAL_MODE | |
235 // U8 sapi; /*< 0: 0> T_PS_sapi, Service Access Point Identifier */ | |
236 // ELEM-FF: !TI_DUAL_MODE | |
237 U8 sapi; /*< 1: 1> T_DL_sapi, service access point identifier */ | |
238 U8 cnf; /*< 2: 1> T_DL_cnf, Confimation demand */ | |
239 // ELEM-FF: TI_DUAL_MODE | |
240 // T_sdu sdu; /*< 0: 0> Container for a message */ | |
241 // ELEM-FF: !TI_DUAL_MODE | |
242 U8 _align0; /*< 3: 1> alignment */ | |
243 T_sdu sdu; /*< 4: ? > Container for a message */ | |
244 } T_DL_DATA_REQ; | |
245 #endif | |
246 | |
247 #ifndef __T_DL_DATA_CNF__ | |
248 #define __T_DL_DATA_CNF__ | |
249 /* | |
250 * | |
251 * CCDGEN:WriteStruct_Count==1420 | |
252 */ | |
253 typedef struct | |
254 { | |
255 // ELEM-FF: TI_DUAL_MODE | |
256 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
257 // ELEM-FF: !TI_DUAL_MODE | |
258 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
259 // ELEM-FF: TI_DUAL_MODE | |
260 // U8 sapi; /*< 0: 0> T_PS_sapi, Service Access Point Identifier */ | |
261 // ELEM-FF: !TI_DUAL_MODE | |
262 U8 sapi; /*< 1: 1> T_DL_sapi, service access point identifier */ | |
263 U8 cnf; /*< 2: 1> T_DL_cnf, Confimation demand */ | |
264 U8 _align0; /*< 3: 1> alignment */ | |
265 } T_DL_DATA_CNF; | |
266 #endif | |
267 | |
268 #ifndef __T_DL_DATA_IND__ | |
269 #define __T_DL_DATA_IND__ | |
270 /* | |
271 * | |
272 * CCDGEN:WriteStruct_Count==1421 | |
273 */ | |
274 typedef struct | |
275 { | |
276 // ELEM-FF: TI_DUAL_MODE | |
277 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
278 // ELEM-FF: !TI_DUAL_MODE | |
279 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
280 // ELEM-FF: TI_DUAL_MODE | |
281 // U8 sapi; /*< 0: 0> T_PS_sapi, Service Access Point Identifier */ | |
282 // ELEM-FF: !TI_DUAL_MODE | |
283 U8 sapi; /*< 1: 1> T_DL_sapi, service access point identifier */ | |
284 // ELEM-FF: TI_DUAL_MODE | |
285 // U32 fn; /*< 0: 0> T_FN, Frame number */ | |
286 // ELEM-FF: !TI_DUAL_MODE | |
287 U8 _align0; /*< 2: 1> alignment */ | |
288 U8 _align1; /*< 3: 1> alignment */ | |
289 U32 fn; /*< 4: 4> Frame number */ | |
290 // ELEM-FF: TI_DUAL_MODE | |
291 // T_sdu sdu; /*< 0: 0> Container for a message */ | |
292 // ELEM-FF: !TI_DUAL_MODE | |
293 T_sdu sdu; /*< 8: ? > Container for a message */ | |
294 } T_DL_DATA_IND; | |
295 #endif | |
296 | |
297 #ifndef __T_DL_UNITDATA_REQ__ | |
298 #define __T_DL_UNITDATA_REQ__ | |
299 /* | |
300 * | |
301 * CCDGEN:WriteStruct_Count==1422 | |
302 */ | |
303 typedef struct | |
304 { | |
305 // ELEM-FF: TI_DUAL_MODE | |
306 // T_sdu sdu; /*< 0: 0> Container for a message */ | |
307 // ELEM-FF: !TI_DUAL_MODE | |
308 T_sdu sdu; /*< 0: ? > Container for a message */ | |
309 } T_DL_UNITDATA_REQ; | |
310 #endif | |
311 | |
312 #ifndef __T_DL_UNITDATA_IND__ | |
313 #define __T_DL_UNITDATA_IND__ | |
314 /* | |
315 * | |
316 * CCDGEN:WriteStruct_Count==1423 | |
317 */ | |
318 typedef struct | |
319 { | |
320 U8 error_flag; /*< 0: 1> error cause */ | |
321 U8 pwr_lev; /*< 1: 1> Ordered mobile power level */ | |
322 U8 ta; /*< 2: 1> Timing advance */ | |
323 // ELEM-FF: TI_DUAL_MODE | |
324 // U32 fn; /*< 0: 0> T_FN, Frame number */ | |
325 // ELEM-FF: !TI_DUAL_MODE | |
326 U8 _align0; /*< 3: 1> alignment */ | |
327 U32 fn; /*< 4: 4> Frame number */ | |
328 // ELEM-FF: TI_DUAL_MODE | |
329 // T_sdu sdu; /*< 0: 0> Container for a message */ | |
330 // ELEM-FF: !TI_DUAL_MODE | |
331 T_sdu sdu; /*< 8: ? > Container for a message */ | |
332 } T_DL_UNITDATA_IND; | |
333 #endif | |
334 | |
335 #ifndef __T_DL_SHORT_UNITDATA_REQ__ | |
336 #define __T_DL_SHORT_UNITDATA_REQ__ | |
337 /* | |
338 * | |
339 * CCDGEN:WriteStruct_Count==1424 | |
340 */ | |
341 typedef struct | |
342 { | |
343 // ELEM-FF: TI_DUAL_MODE | |
344 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
345 // ELEM-FF: !TI_DUAL_MODE | |
346 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
347 // ELEM-FF: TI_DUAL_MODE | |
348 // T_sdu sdu; /*< 0: 0> Container for a message */ | |
349 // ELEM-FF: !TI_DUAL_MODE | |
350 U8 _align0; /*< 1: 1> alignment */ | |
351 U8 _align1; /*< 2: 1> alignment */ | |
352 U8 _align2; /*< 3: 1> alignment */ | |
353 T_sdu sdu; /*< 4: ? > Container for a message */ | |
354 } T_DL_SHORT_UNITDATA_REQ; | |
355 #endif | |
356 | |
357 #ifndef __T_DL_SHORT_UNITDATA_IND__ | |
358 #define __T_DL_SHORT_UNITDATA_IND__ | |
359 /* | |
360 * | |
361 * CCDGEN:WriteStruct_Count==1425 | |
362 */ | |
363 typedef struct | |
364 { | |
365 // ELEM-FF: TI_DUAL_MODE | |
366 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
367 // ELEM-FF: !TI_DUAL_MODE | |
368 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
369 U8 error_flag; /*< 1: 1> error cause */ | |
370 U8 pwr_lev; /*< 2: 1> Ordered mobile power level */ | |
371 U8 ta; /*< 3: 1> Timing advance */ | |
372 // ELEM-FF: TI_DUAL_MODE | |
373 // U32 fn; /*< 0: 0> T_FN, Frame number */ | |
374 // ELEM-FF: !TI_DUAL_MODE | |
375 U32 fn; /*< 4: 4> Frame number */ | |
376 // ELEM-FF: TI_DUAL_MODE | |
377 // T_sdu sdu; /*< 0: 0> Container for a message */ | |
378 // ELEM-FF: !TI_DUAL_MODE | |
379 T_sdu sdu; /*< 8: ? > Container for a message */ | |
380 } T_DL_SHORT_UNITDATA_IND; | |
381 #endif | |
382 | |
383 #ifndef __T_DL_SUSPEND_REQ__ | |
384 #define __T_DL_SUSPEND_REQ__ | |
385 /* | |
386 * | |
387 * CCDGEN:WriteStruct_Count==1426 | |
388 */ | |
389 typedef struct | |
390 { | |
391 // ELEM-FF: TI_DUAL_MODE | |
392 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
393 // ELEM-FF: !TI_DUAL_MODE | |
394 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
395 // ELEM-FF: TI_DUAL_MODE | |
396 // U8 sapi; /*< 0: 0> T_PS_sapi, Service Access Point Identifier */ | |
397 // ELEM-FF: !TI_DUAL_MODE | |
398 U8 sapi; /*< 1: 1> T_DL_sapi, service access point identifier */ | |
399 U8 _align0; /*< 2: 1> alignment */ | |
400 U8 _align1; /*< 3: 1> alignment */ | |
401 } T_DL_SUSPEND_REQ; | |
402 #endif | |
403 | |
404 #ifndef __T_DL_RESUME_REQ__ | |
405 #define __T_DL_RESUME_REQ__ | |
406 /* | |
407 * | |
408 * CCDGEN:WriteStruct_Count==1427 | |
409 */ | |
410 typedef struct | |
411 { | |
412 // ELEM-FF: TI_DUAL_MODE | |
413 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
414 // ELEM-FF: !TI_DUAL_MODE | |
415 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
416 // ELEM-FF: TI_DUAL_MODE | |
417 // U8 sapi; /*< 0: 0> T_PS_sapi, Service Access Point Identifier */ | |
418 // ELEM-FF: !TI_DUAL_MODE | |
419 U8 sapi; /*< 1: 1> T_DL_sapi, service access point identifier */ | |
420 // ELEM-FF: TI_DUAL_MODE | |
421 // T_sdu sdu; /*< 0: 0> Container for a message */ | |
422 // ELEM-FF: !TI_DUAL_MODE | |
423 U8 _align0; /*< 2: 1> alignment */ | |
424 U8 _align1; /*< 3: 1> alignment */ | |
425 T_sdu sdu; /*< 4: ? > Container for a message */ | |
426 } T_DL_RESUME_REQ; | |
427 #endif | |
428 | |
429 #ifndef __T_DL_RECONNECT_REQ__ | |
430 #define __T_DL_RECONNECT_REQ__ | |
431 /* | |
432 * | |
433 * CCDGEN:WriteStruct_Count==1428 | |
434 */ | |
435 typedef struct | |
436 { | |
437 // ELEM-FF: TI_DUAL_MODE | |
438 // U8 ch_type; /*< 0: 0> T_L2_CHANNEL, Layer 2 channel-type */ | |
439 // ELEM-FF: !TI_DUAL_MODE | |
440 U8 ch_type; /*< 0: 1> Layer 2 channel-type */ | |
441 // ELEM-FF: TI_DUAL_MODE | |
442 // U8 sapi; /*< 0: 0> T_PS_sapi, Service Access Point Identifier */ | |
443 // ELEM-FF: !TI_DUAL_MODE | |
444 U8 sapi; /*< 1: 1> T_DL_sapi, service access point identifier */ | |
445 // ELEM-FF: TI_DUAL_MODE | |
446 // T_sdu sdu; /*< 0: 0> Container for a message */ | |
447 // ELEM-FF: !TI_DUAL_MODE | |
448 U8 _align0; /*< 2: 1> alignment */ | |
449 U8 _align1; /*< 3: 1> alignment */ | |
450 T_sdu sdu; /*< 4: ? > Container for a message */ | |
451 } T_DL_RECONNECT_REQ; | |
452 #endif | |
453 | |
454 #ifndef __T_DL_TRACE_REQ__ | |
455 #define __T_DL_TRACE_REQ__ | |
456 /* | |
457 * | |
458 * CCDGEN:WriteStruct_Count==1429 | |
459 */ | |
460 typedef struct | |
461 { | |
462 U8 dummy; /*< 0: 1> no parameters */ | |
463 } T_DL_TRACE_REQ; | |
464 #endif | |
465 | |
466 #ifndef __T_DL_SIGNAL_ESTABLISH_IND__ | |
467 #define __T_DL_SIGNAL_ESTABLISH_IND__ | |
468 /* | |
469 * | |
470 * CCDGEN:WriteStruct_Count==1430 | |
471 */ | |
472 typedef struct | |
473 { | |
474 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
475 } T_DL_SIGNAL_ESTABLISH_IND; | |
476 #endif | |
477 | |
478 #ifndef __T_DL_SIGNAL_ESTABLISH_CNF__ | |
479 #define __T_DL_SIGNAL_ESTABLISH_CNF__ | |
480 /* | |
481 * | |
482 * CCDGEN:WriteStruct_Count==1431 | |
483 */ | |
484 typedef struct | |
485 { | |
486 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
487 } T_DL_SIGNAL_ESTABLISH_CNF; | |
488 #endif | |
489 | |
490 #ifndef __T_DL_SIGNAL_DATA_IND__ | |
491 #define __T_DL_SIGNAL_DATA_IND__ | |
492 /* | |
493 * | |
494 * CCDGEN:WriteStruct_Count==1432 | |
495 */ | |
496 typedef struct | |
497 { | |
498 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
499 } T_DL_SIGNAL_DATA_IND; | |
500 #endif | |
501 | |
502 #ifndef __T_DL_SIGNAL_DATA_CNF__ | |
503 #define __T_DL_SIGNAL_DATA_CNF__ | |
504 /* | |
505 * | |
506 * CCDGEN:WriteStruct_Count==1433 | |
507 */ | |
508 typedef struct | |
509 { | |
510 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
511 } T_DL_SIGNAL_DATA_CNF; | |
512 #endif | |
513 | |
514 #ifndef __T_DL_SIGNAL_UNITDATA_IND__ | |
515 #define __T_DL_SIGNAL_UNITDATA_IND__ | |
516 /* | |
517 * | |
518 * CCDGEN:WriteStruct_Count==1434 | |
519 */ | |
520 typedef struct | |
521 { | |
522 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
523 } T_DL_SIGNAL_UNITDATA_IND; | |
524 #endif | |
525 | |
526 #ifndef __T_DL_SIGNAL_SHORT_UNITDATA_IND__ | |
527 #define __T_DL_SIGNAL_SHORT_UNITDATA_IND__ | |
528 /* | |
529 * | |
530 * CCDGEN:WriteStruct_Count==1435 | |
531 */ | |
532 typedef struct | |
533 { | |
534 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
535 } T_DL_SIGNAL_SHORT_UNITDATA_IND; | |
536 #endif | |
537 | |
538 #ifndef __T_DL_SIGNAL_RELEASE_IND__ | |
539 #define __T_DL_SIGNAL_RELEASE_IND__ | |
540 /* | |
541 * | |
542 * CCDGEN:WriteStruct_Count==1436 | |
543 */ | |
544 typedef struct | |
545 { | |
546 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
547 } T_DL_SIGNAL_RELEASE_IND; | |
548 #endif | |
549 | |
550 #ifndef __T_DL_SIGNAL_RELEASE_CNF__ | |
551 #define __T_DL_SIGNAL_RELEASE_CNF__ | |
552 /* | |
553 * | |
554 * CCDGEN:WriteStruct_Count==1437 | |
555 */ | |
556 typedef struct | |
557 { | |
558 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
559 } T_DL_SIGNAL_RELEASE_CNF; | |
560 #endif | |
561 | |
562 #ifndef __T_DL_SIGNAL_ERROR_IND__ | |
563 #define __T_DL_SIGNAL_ERROR_IND__ | |
564 /* | |
565 * | |
566 * CCDGEN:WriteStruct_Count==1438 | |
567 */ | |
568 typedef struct | |
569 { | |
570 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
571 } T_DL_SIGNAL_ERROR_IND; | |
572 #endif | |
573 | |
574 #ifndef __T_DL_SIGNAL_FREE_POINTER__ | |
575 #define __T_DL_SIGNAL_FREE_POINTER__ | |
576 /* | |
577 * | |
578 * CCDGEN:WriteStruct_Count==1439 | |
579 */ | |
580 typedef struct | |
581 { | |
582 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
583 } T_DL_SIGNAL_FREE_POINTER; | |
584 #endif | |
585 | |
586 #ifndef __T_DL_SIGNAL_CONCATENATE__ | |
587 #define __T_DL_SIGNAL_CONCATENATE__ | |
588 /* | |
589 * | |
590 * CCDGEN:WriteStruct_Count==1440 | |
591 */ | |
592 typedef struct | |
593 { | |
594 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
595 } T_DL_SIGNAL_CONCATENATE; | |
596 #endif | |
597 | |
598 #ifndef __T_DL_SIGNAL_L2TRACE__ | |
599 #define __T_DL_SIGNAL_L2TRACE__ | |
600 /* | |
601 * | |
602 * CCDGEN:WriteStruct_Count==1441 | |
603 */ | |
604 typedef struct | |
605 { | |
606 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
607 } T_DL_SIGNAL_L2TRACE; | |
608 #endif | |
609 | |
610 #ifndef __T_DL_SIGNAL_L3TRACE__ | |
611 #define __T_DL_SIGNAL_L3TRACE__ | |
612 /* | |
613 * | |
614 * CCDGEN:WriteStruct_Count==1442 | |
615 */ | |
616 typedef struct | |
617 { | |
618 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
619 } T_DL_SIGNAL_L3TRACE; | |
620 #endif | |
621 | |
622 #ifndef __T_DL_SIGNAL_EM_IND__ | |
623 #define __T_DL_SIGNAL_EM_IND__ | |
624 /* | |
625 * | |
626 * CCDGEN:WriteStruct_Count==1443 | |
627 */ | |
628 typedef struct | |
629 { | |
630 U8 dummy; /*< 0: 1> no parameters */ | |
631 } T_DL_SIGNAL_EM_IND; | |
632 #endif | |
633 | |
634 #ifndef __T_DL_SIGNAL_EM_WRITE__ | |
635 #define __T_DL_SIGNAL_EM_WRITE__ | |
636 /* | |
637 * | |
638 * CCDGEN:WriteStruct_Count==1444 | |
639 */ | |
640 typedef struct | |
641 { | |
642 U32 signal_data; /*< 0: 4> Pointer to signal data */ | |
643 } T_DL_SIGNAL_EM_WRITE; | |
644 #endif | |
645 | |
646 #ifndef __T_DL_SIGNAL_EM_READ__ | |
647 #define __T_DL_SIGNAL_EM_READ__ | |
648 /* | |
649 * | |
650 * CCDGEN:WriteStruct_Count==1445 | |
651 */ | |
652 typedef struct | |
653 { | |
654 U8 dummy; /*< 0: 1> no parameters */ | |
655 } T_DL_SIGNAL_EM_READ; | |
656 #endif | |
657 | |
658 | |
659 #include "CDG_LEAVE.h" | |
660 | |
661 | |
662 #endif |