FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cdg/sap/t30.pdf @ 652:a39ec5bb5549
gsm-fw/cdg: imported MDF and PDF files from LoCosto, along with XML sources
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 25 Sep 2014 08:46:13 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
651:806828641b21 | 652:a39ec5bb5549 |
---|---|
1 ;******************************************************************************** | |
2 ;*** File : t30.pdf | |
3 ;*** Creation : Wed Mar 11 09:58:51 CST 2009 | |
4 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1 | |
5 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002 | |
6 ;******************************************************************************** | |
7 ;*** Document Type : Service Access Point Specification | |
8 ;*** Document Name : t30 | |
9 ;*** Document No. : 8411.104.98.312 | |
10 ;*** Document Date : 2002-04-23 | |
11 ;*** Document Status: BEING_PROCESSED | |
12 ;*** Document Author: slo | |
13 ;******************************************************************************** | |
14 | |
15 | |
16 | |
17 PRAGMA SRC_FILE_TIME "Thu Nov 29 09:54:28 2007" | |
18 PRAGMA LAST_MODIFIED "2002-04-23" | |
19 PRAGMA ID_AND_VERSION "8411.104.98.312" | |
20 | |
21 | |
22 | |
23 CONST CSI_LEN 20 ; length of CSI field | |
24 CONST NSF_LEN 90 ; length of NSF field | |
25 CONST CIG_LEN 20 ; length of CIG field | |
26 CONST NSC_LEN 90 ; length of NSC field | |
27 CONST TSI_LEN 20 ; length of TSI field | |
28 CONST NSS_LEN 90 ; length of NSS field | |
29 CONST PWD_LEN 20 ; length of PWD field | |
30 CONST SUB_LEN 20 ; length of SUB field | |
31 CONST SEP_LEN 20 ; length of SEP field | |
32 CONST T30_ENTITY_NAME_LEN 6 ; maximum length of entity name including NULL | |
33 | |
34 | |
35 | |
36 VALTAB VAL_dir | |
37 VAL 0x00 DIR_SND "send fax data" | |
38 VAL 0x01 DIR_RCV "receive fax data" | |
39 | |
40 VALTAB VAL_sgn | |
41 VAL 0x00 SGN_OK "OK" | |
42 VAL 0x01 SGN_DIS "Digital identification signal" | |
43 VAL 0x02 SGN_CSI "Called subscriber identification" | |
44 VAL 0x04 SGN_NSF "Non-standard facilities" | |
45 VAL 0x21 SGN_CFR "Confirmation to receive" | |
46 VAL 0x22 SGN_FTT "Failure to train" | |
47 VAL 0x31 SGN_MCF "Message confirmation" | |
48 VAL 0x32 SGN_RTN "Retrain negative" | |
49 VAL 0x33 SGN_RTP "Retrain positive" | |
50 VAL 0x34 SGN_PIN "Procedure interrupt negative" | |
51 VAL 0x35 SGN_PIP "Procedure interrupt positive" | |
52 VAL 0x3F SGN_FDM "File diagnostics message" | |
53 VAL 0x41 SGN_DCS "Digital command signal" | |
54 VAL 0x42 SGN_TSI "Transmitting subscriber identification" | |
55 VAL 0x43 SGN_SUB "Subaddress" | |
56 VAL 0x44 SGN_NSS "Non-standard set-up" | |
57 VAL 0x45 SGN_PWDR "Password - receive" | |
58 VAL 0x4F SGN_TCF "Training check frame" | |
59 VAL 0x58 SGN_CRP "Command repeat" | |
60 VAL 0x5F SGN_DCN "Disconnect" | |
61 VAL 0x71 SGN_EOM "End of message" | |
62 VAL 0x72 SGN_MPS "Multi-page signal" | |
63 VAL 0x74 SGN_EOP "End of procedure" | |
64 VAL 0x79 SGN_PRI_EOM "Procedure Interrupt - End Of Message" | |
65 VAL 0x7A SGN_PRI_MPS "Procedure Interrupt - MultiPage Signal" | |
66 VAL 0x7C SGN_PRI_EOP "Procedure Interrupt - End Of Procedure" | |
67 VAL 0x81 SGN_DTC "Digital transmit command" | |
68 VAL 0x82 SGN_CIG "Calling subscriber identification" | |
69 VAL 0x83 SGN_PWDS "Password - send" | |
70 VAL 0x84 SGN_NSC "Non-standard facilities command" | |
71 VAL 0x85 SGN_SEP "Selective Polling" | |
72 VAL 0xF1 SGN_FCS_ERR "FCS error" | |
73 VAL 0xF2 SGN_NO_RES "No response" | |
74 VAL 0xF3 SGN_CONT "continue" | |
75 VAL 0xFF SGN_NOT_USED "Not used" | |
76 | |
77 VALTAB VAL_cmpl | |
78 VAL 0 CMPL_EOP "end of procedure" | |
79 VAL 1 CMPL_EOM "end of message" | |
80 VAL 2 CMPL_PI "procedure interrupt" | |
81 VAL 3 CMPL_DCN "disconnect" | |
82 | |
83 VALTAB VAL_cause | |
84 VAL 0x4D10 ERR_PH_A_UNSPEC "unspecified phase A error" | |
85 VAL 0x4D11 ERR_PH_A_T1_TIMEOUT "no answer (T30 T1 timeout)" | |
86 VAL 0x4D20 ERR_PH_B_SND_UNSPEC "unspecified transmit phase B error" | |
87 VAL 0x4D21 ERR_PH_B_SND_CANT_RCV_OR_SND "remote cannot receive or send" | |
88 VAL 0x4D22 ERR_PH_B_SND_COMREC "COMREC error in transmit phase B" | |
89 VAL 0x4D23 ERR_PH_B_SND_COMREC_INVALID_CMD_RCVD "COMREC invalid command received" | |
90 VAL 0x4D24 ERR_PH_B_SND_RSPREC "RSPREC transmit error phase B" | |
91 VAL 0x4D25 ERR_PH_B_SND_DCS_RPTD_3_TIMES "DCS send three times without response" | |
92 VAL 0x4D26 ERR_PH_B_SND_DIS_DTC_RCVD_3_TIMES "DIS/DTC received 3 times; DCS not recognized" | |
93 VAL 0x4D27 ERR_PH_B_SND_FTT_2400 "failure to train at 2400 bit/s or +FMS value" | |
94 VAL 0x4D28 ERR_PH_B_SND_INVALID_RESP_RCVD "invalid respones received" | |
95 VAL 0x4D40 ERR_PH_C_SND_UNSPEC "unspecified transmit phase C error" | |
96 VAL 0x4D41 ERR_PH_C_SND_UNSPEC_IMAGE_CONV "unspecified image format error" | |
97 VAL 0x4D43 ERR_PH_C_SND_DTE_TO_DTC_DATA_UNDERFLOW "DTE to DTC data underflow" | |
98 VAL 0x4D44 ERR_PH_C_SND_UNRECOG_TRANSP_DATA_CMD "unrecognized transparent data command" | |
99 VAL 0x4D45 ERR_PH_C_SND_IMAGE_LINE_LENGTH "image error, line length wrong" | |
100 VAL 0x4D46 ERR_PH_C_SND_IMAGE_PAGE_LENGTH "image error, page length wrong" | |
101 VAL 0x4D47 ERR_PH_C_SND_IMAGE_COMPRESSION_MODE "image error, compression mode wrong" | |
102 VAL 0x4D50 ERR_PH_D_SND_UNSPEC "unspecified transmit phase D error" | |
103 VAL 0x4D51 ERR_PH_D_SND_RSPREC "RESPREC transmit error phase D" | |
104 VAL 0x4D52 ERR_PH_D_SND_MPS_RPTD_3_TIMES "no response to MPS repeated 3 times" | |
105 VAL 0x4D53 ERR_PH_D_SND_INVALID_RESP_TO_MPS "invalid respones to MPS" | |
106 VAL 0x4D54 ERR_PH_D_SND_EOP_RPTD_3_TIMES "no response to EOP repeated 3 times" | |
107 VAL 0x4D55 ERR_PH_D_SND_INVALID_RESP_TO_EOP "invalid response to EOP" | |
108 VAL 0x4D56 ERR_PH_D_SND_EOM_RPTD_3_TIMES "no response to EOM repeated 3 times" | |
109 VAL 0x4D57 ERR_PH_D_SND_INVALID_RESP_TO_EOM "invalid response to EOM" | |
110 VAL 0x4D58 ERR_PH_D_SND_UNABLE_TO_CONT "unable to continue after PIN or PIP" | |
111 VAL 0x4D70 ERR_PH_B_RCV_UNSPEC "unspecified receive phase B error" | |
112 VAL 0x4D71 ERR_PH_B_RCV_RSPREC "RSPREC receive error phase B" | |
113 VAL 0x4D72 ERR_PH_B_RCV_COMREC "COMREC error in receive phase B" | |
114 VAL 0x4D73 ERR_PH_B_RCV_EXP_PAGE_NOT_RCVD "T30 T2 timeout, expected page not received" | |
115 VAL 0x4D74 ERR_PH_B_RCV_T1_TIMEOUT_AFTER_EOM_RCVD "T30 T1 timeout after EOM received" | |
116 VAL 0x4D90 ERR_PH_C_RCV_UNSPEC "unspecified receive phase C error" | |
117 VAL 0x4D91 ERR_PH_C_RCV_EOL_MISSING "missing EOL after 5 seconds (3.2/T4)" | |
118 VAL 0x4D93 ERR_PH_C_RCV_DCE_TO_DTE_BUFFER_OVERFLOW "DCE to DTE buffer overflow" | |
119 VAL 0x4D94 ERR_PH_C_RCV_BAD_CRC_OR_FRAME "bad crc or frame (ECM mode)" | |
120 VAL 0x4DA0 ERR_PH_D_RCV_UNSPEC "unspecified receive phase D error" | |
121 VAL 0x4DA1 ERR_PH_D_RCV_RSPREC_INVALID_RESP_RCVD "RSPREC invalid respones received" | |
122 VAL 0x4DA2 ERR_PH_D_RCV_COMREC_INVALID_RESP_RCVD "COMREC invalid respones received" | |
123 VAL 0x4DA3 ERR_PH_D_RCV_UNABLE_TO_CONT "unable to continue after PIN or PIP" | |
124 VAL 0xCDE0 ERR_PH_B_SND_RESERVED1 "reserved" | |
125 VAL 0xCDE1 ERR_PH_B_SND_RESERVED2 "reserved" | |
126 VAL 0xCDE2 ERR_PH_B_SND_RESERVED3 "reserved" | |
127 VAL 0xCDE3 ERR_PH_C_SND_RESERVED1 "reserved" | |
128 VAL 0xCDE4 ERR_PH_C_SND_RESERVED2 "reserved" | |
129 VAL 0xCDE5 ERR_PH_D_SND_RESERVED1 "reserved" | |
130 VAL 0xCDE6 ERR_PH_D_SND_RESERVED2 "reserved" | |
131 VAL 0xCDE7 ERR_PH_D_SND_RESERVED3 "reserved" | |
132 VAL 0xCDE8 ERR_PH_B_RCV_NO_RESP "T2 timeout, no response" | |
133 VAL 0xCDE9 ERR_PH_B_RCV_INVALID_RESP_RCVD "invalid respones received" | |
134 VAL 0xCDEA ERR_PH_B_RCV_RESERVED3 "reserved" | |
135 VAL 0xCDEB ERR_PH_C_RCV_RESERVED1 "reserved" | |
136 VAL 0xCDEC ERR_PH_C_RCV_RESERVED2 "reserved" | |
137 VAL 0xCDED ERR_PH_D_RCV_NO_RESP "T2 timeout, no response" | |
138 VAL 0xCDEE ERR_PH_D_RCV_INVALID_RESP_RCVD "invalid respones received" | |
139 VAL 0xCDEF ERR_PH_D_RCV_RESERVED3 "reserved" | |
140 VAL 0xCDF0 ERR_SGN_NOT_ALLOWED "signal not allowed" | |
141 VAL 0xCDF1 ERR_CCD_ENC "CCD encoding error" | |
142 | |
143 VALTAB VAL_test_mode | |
144 VAL 0 TST_OFF "normal" | |
145 VAL 0x0001 TST_BCS "test BCS formatter only" | |
146 VAL 0x0002 TST_STUFF "stuffing/destuffing off" | |
147 VAL 0x0004 TST_FCS "FCS generating/checking off" | |
148 VAL 0x0008 TST_CTRL "Control checking off" | |
149 VAL 0x0010 TST_RTC "RTC checking off" | |
150 VAL 0x0020 TST_MIR "mirror report strings" | |
151 VAL 0x0080 TST_BUF "show contents of buffer" | |
152 | |
153 VALTAB VAL_bitorder | |
154 VAL 0 FBO_NRM_DATA "no change in bitorder for DATA frames" | |
155 VAL 0 FBO_NRM_STATUS "no change in bitorder for STATUS frames" | |
156 VAL 1 FBO_REV_DATA "reverse bitorder only for MSG frames" | |
157 VAL 2 FBO_REV_STATUS "reverse bitorder only for STATUS frames" | |
158 | |
159 VALTAB VAL_phase | |
160 VAL 0 BCS_PHASE "Not a message phase" | |
161 VAL 1 MSG_PHASE "Message phase (C)" | |
162 | |
163 VALTAB VAL_dti_conn | |
164 VAL 0 T30_DISCONNECT_DTI "Disconnect DTI from T30" | |
165 VAL 1 T30_CONNECT_DTI "Connect DTI to T30" | |
166 | |
167 VALTAB VAL_link_id | |
168 VAL 0 T30_LINK_ID_DEFAULT "Default link id" | |
169 | |
170 VALTAB VAL_dti_direction | |
171 VAL 0 T30_DTI_NORMAL "DTI used normally" | |
172 VAL 1 T30_DTI_INVERTED "DTI is inverted" | |
173 | |
174 | |
175 | |
176 | |
177 VAR crp "CRP flag" B | |
178 | |
179 | |
180 VAR c_pwd "length of PWD" B | |
181 | |
182 | |
183 VAR pwd "password" B | |
184 | |
185 | |
186 VAR c_sub "length of SUB" B | |
187 | |
188 | |
189 VAR sub "subaddress" B | |
190 | |
191 | |
192 VAR c_sep "length of SEP" B | |
193 | |
194 | |
195 VAR sep "selective polling" B | |
196 | |
197 | |
198 VAR c_nsc "length of NSC" B | |
199 | |
200 | |
201 VAR nsc "non-standard facilities command" B | |
202 | |
203 | |
204 VAR c_nsf "length of NSF" B | |
205 | |
206 | |
207 VAR nsf "non-standard facilities" B | |
208 | |
209 | |
210 VAR c_tsi "length of TSI" B | |
211 | |
212 | |
213 VAR tsi "transmitting subscriber identification" B | |
214 | |
215 | |
216 VAR c_cig "length of CIG" B | |
217 | |
218 | |
219 VAR cig "calling subscriber identification" B | |
220 | |
221 | |
222 VAR c_csi "length of CSI" B | |
223 | |
224 | |
225 VAR csi "calling subscriber identification" B | |
226 | |
227 | |
228 VAR c_nss "length of NSS" B | |
229 | |
230 | |
231 VAR nss "non-standard set-up" B | |
232 | |
233 | |
234 VAR v_dis "DIS flag" B | |
235 | |
236 | |
237 VAR v_dcs "DCS flag" B | |
238 | |
239 | |
240 VAR v_dtc "DTC flag" B | |
241 | |
242 | |
243 VAR v8 "V.8 capabilities" B | |
244 | |
245 | |
246 VAR n_byte "no. of octets preferred" B | |
247 | |
248 | |
249 VAR ready_tx_fax "ready to transmit a facsimile document (polling)" B | |
250 | |
251 | |
252 VAR rec_fax_op "receiver fax operation" B | |
253 | |
254 | |
255 VAR data_sig_rate "data signalling rate" B | |
256 | |
257 | |
258 VAR R8_lines_pels "R8*7.7 lines/mm and/or 200 x 200 pels/25.4 mm" B | |
259 | |
260 | |
261 VAR two_dim_coding "two-dimensional coding" B | |
262 | |
263 | |
264 VAR rec_width "recording-width" B | |
265 | |
266 | |
267 VAR max_rec_len "maximum recording length" B | |
268 | |
269 | |
270 VAR min_scan_time "minimum scan line time at the receiver" B | |
271 | |
272 | |
273 VAR uncomp_mode "uncompressed mode" B | |
274 | |
275 | |
276 VAR err_corr_mode "error correction mode" B | |
277 | |
278 | |
279 VAR frame_size "frame size" B | |
280 | |
281 | |
282 VAR t6_coding "T.6 coding" B | |
283 | |
284 | |
285 VAR R8_lines "R8*15.4 lines/mm" B | |
286 | |
287 | |
288 VAR r_300_pels "300*300 pels/25.4 mm" B | |
289 | |
290 | |
291 VAR R16_lines_pels "R16*15.4 lines/mm and/or 400*400 pels/25.4 mm" B | |
292 | |
293 | |
294 VAR resolution_type "resolution type selection" B | |
295 | |
296 | |
297 VAR i_res_pref "inch based resolution preferred" B | |
298 | |
299 | |
300 VAR m_res_pref "metric-based resolution preferred" B | |
301 | |
302 | |
303 VAR min_scan_time_hr "minimum scan line time for higher resolutions" B | |
304 | |
305 | |
306 VAR sel_polling "selective polling" B | |
307 | |
308 | |
309 VAR subaddr "subaddressing" B | |
310 | |
311 | |
312 VAR password "password" B | |
313 | |
314 | |
315 VAR ready_tx_doc "ready to transmit a data file (polling)" B | |
316 | |
317 | |
318 VAR bft "Binary File Transfer (BFT)" B | |
319 | |
320 | |
321 VAR dtm "Document Transfer Mode (DTM)" B | |
322 | |
323 | |
324 VAR edi "Electronic Data Interchange (EDI)" B | |
325 | |
326 | |
327 VAR btm "Basic Transfer Mode (BTM)" B | |
328 | |
329 | |
330 VAR ready_tx_mixed "ready to transmit a character or mixed mode document (polling)" B | |
331 | |
332 | |
333 VAR char_mode "character mode" B | |
334 | |
335 | |
336 VAR mixed_mode "mixed mode (Annex E/T.4)" B | |
337 | |
338 | |
339 VAR proc_mode_26 "processable mode 26)" B | |
340 | |
341 | |
342 VAR dig_network_cap "digital network capability" B | |
343 | |
344 | |
345 VAR duplex "duplex and half duplex capabilities" B | |
346 | |
347 | |
348 VAR jpeg "JPEG coding" B | |
349 | |
350 | |
351 VAR full_colour "full colour mode" B | |
352 | |
353 | |
354 VAR huffman_tables "preferred Huffman tables" B | |
355 | |
356 | |
357 VAR r_12_bits_pel_comp "12 bits/pel component" B | |
358 | |
359 | |
360 VAR no_subsamp "no subsampling" B | |
361 | |
362 | |
363 VAR cust_illum "custom illuminant" B | |
364 | |
365 | |
366 VAR cust_gamut "custom gamut range" B | |
367 | |
368 | |
369 VAR na_letter "North American Letter (215.9*279.4 mm)" B | |
370 | |
371 | |
372 VAR na_legal "North American Legal (215.9*355.6 mm)" B | |
373 | |
374 | |
375 VAR sing_prog_seq_coding_basic "single-progression sequential coding basic" B | |
376 | |
377 | |
378 VAR sing_prog_seq_coding_L0 "single-progression sequential coding optional L0" B | |
379 | |
380 | |
381 VAR trans_rate "transmission rate" S | |
382 | |
383 | |
384 VAR dir "direction of call" B | |
385 | |
386 VAL @p_t30 - VAL_dir@ | |
387 | |
388 VAR sgn "binary coded signal" B | |
389 | |
390 VAL @p_t30 - VAL_sgn@ | |
391 | |
392 VAR hdlc_report "HDLC report mode" B | |
393 | |
394 | |
395 VAR l_buf "length of content in bits" S | |
396 | |
397 | |
398 VAR o_buf "offset of content in bits" S | |
399 | |
400 | |
401 VAR buf "buffer content" B | |
402 | |
403 | |
404 VAR cmpl "completion" B | |
405 | |
406 VAL @p_t30 - VAL_cmpl@ | |
407 | |
408 VAR cause "error cause" S | |
409 | |
410 VAL @p_t30 - VAL_cause@ | |
411 | |
412 VAR half_rate "half-rate flag" B | |
413 | |
414 | |
415 VAR threshold "tcf threshold" B | |
416 | |
417 | |
418 VAR frames_per_prim "no. of frames per primitive" S | |
419 | |
420 | |
421 VAR test_mode "Test mode" S | |
422 | |
423 VAL @p_t30 - VAL_test_mode@ | |
424 | |
425 VAR eol "end of line count" S | |
426 | |
427 | |
428 VAR buf_size_rx "buffer size RX" S | |
429 | |
430 | |
431 VAR buf_size_tx "buffer size TX" S | |
432 | |
433 | |
434 VAR bitorder "Bitorder" B | |
435 | |
436 VAL @p_t30 - VAL_bitorder@ | |
437 | |
438 VAR phase "T.30 phase" B | |
439 | |
440 VAL @p_t30 - VAL_phase@ | |
441 | |
442 VAR dti_conn "DTI connect" B | |
443 | |
444 VAL @p_t30 - VAL_dti_conn@ | |
445 | |
446 VAR entity_name "name of an neighbour entity" B | |
447 | |
448 | |
449 VAR link_id "Link identifier" L | |
450 | |
451 VAL @p_t30 - VAL_link_id@ | |
452 | |
453 VAR dti_direction "DTI direction" B | |
454 | |
455 VAL @p_t30 - VAL_dti_direction@ | |
456 | |
457 | |
458 | |
459 | |
460 COMP dis "digital identification signal" | |
461 { | |
462 v8 ; V.8 capabilities | |
463 n_byte ; no. of octets preferred | |
464 ready_tx_fax ; ready to transmit a facsimile document (polling) | |
465 rec_fax_op ; receiver fax operation | |
466 data_sig_rate ; data signalling rate | |
467 R8_lines_pels ; R8*7.7 lines/mm and/or 200 x 200 pels/25.4 mm | |
468 two_dim_coding ; two-dimensional coding | |
469 rec_width ; recording-width | |
470 max_rec_len ; maximum recording length | |
471 min_scan_time ; minimum scan line time at the receiver | |
472 uncomp_mode ; uncompressed mode | |
473 err_corr_mode ; error correction mode | |
474 frame_size ; frame size | |
475 t6_coding ; T.6 coding | |
476 R8_lines ; R8*15.4 lines/mm | |
477 r_300_pels ; 300*300 pels/25.4 mm | |
478 R16_lines_pels ; R16*15.4 lines/mm and/or 400*400 pels/25.4 mm | |
479 resolution_type ; resolution type selection | |
480 i_res_pref ; inch based resolution preferred | |
481 m_res_pref ; metric-based resolution preferred | |
482 min_scan_time_hr ; minimum scan line time for higher resolutions | |
483 sel_polling ; selective polling | |
484 subaddr ; subaddressing | |
485 password ; password | |
486 ready_tx_doc ; ready to transmit a data file (polling) | |
487 bft ; Binary File Transfer (BFT) | |
488 dtm ; Document Transfer Mode (DTM) | |
489 edi ; Electronic Data Interchange (EDI) | |
490 btm ; Basic Transfer Mode (BTM) | |
491 ready_tx_mixed ; ready to transmit a character or mixed mode document (polling) | |
492 char_mode ; character mode | |
493 mixed_mode ; mixed mode (Annex E/T.4) | |
494 proc_mode_26 ; processable mode 26) | |
495 dig_network_cap ; digital network capability | |
496 duplex ; duplex and half duplex capabilities | |
497 jpeg ; JPEG coding | |
498 full_colour ; full colour mode | |
499 huffman_tables ; preferred Huffman tables | |
500 r_12_bits_pel_comp ; 12 bits/pel component | |
501 no_subsamp ; no subsampling | |
502 cust_illum ; custom illuminant | |
503 cust_gamut ; custom gamut range | |
504 na_letter ; North American Letter (215.9*279.4 mm) | |
505 na_legal ; North American Legal (215.9*355.6 mm) | |
506 sing_prog_seq_coding_basic ; single-progression sequential coding basic | |
507 sing_prog_seq_coding_L0 ; single-progression sequential coding optional L0 | |
508 } | |
509 TYPEDEF COMP dis dtc "digital transmit command" | |
510 TYPEDEF COMP dis dcs "digital command signal" | |
511 | |
512 | |
513 | |
514 COMP hdlc_info "HDLC information field" | |
515 { | |
516 crp ; CRP flag | |
517 c_pwd ; length of PWD | |
518 pwd [PWD_LEN] ; password | |
519 c_sub ; length of SUB | |
520 sub [SUB_LEN] ; subaddress | |
521 c_sep ; length of SEP | |
522 sep [SEP_LEN] ; selective polling | |
523 c_nsc ; length of NSC | |
524 nsc [NSC_LEN] ; non-standard facilities command | |
525 c_nsf ; length of NSF | |
526 nsf [NSF_LEN] ; non-standard facilities | |
527 c_tsi ; length of TSI | |
528 tsi [TSI_LEN] ; transmitting subscriber identification | |
529 c_cig ; length of CIG | |
530 cig [CIG_LEN] ; calling subscriber identification | |
531 c_csi ; length of CSI | |
532 csi [CSI_LEN] ; calling subscriber identification | |
533 c_nss ; length of NSS | |
534 nss [NSS_LEN] ; non-standard set-up | |
535 v_dis ; DIS flag | |
536 dis ; digital identification signal | |
537 v_dcs ; DCS flag | |
538 dcs ; digital command signal | |
539 v_dtc ; DTC flag | |
540 dtc ; digital transmit command | |
541 } | |
542 | |
543 | |
544 | |
545 COMP sdu "Service Data Unit" | |
546 { | |
547 l_buf ; length of content in bits | |
548 o_buf ; offset of content in bits | |
549 buf [1] ; buffer content | |
550 } | |
551 | |
552 | |
553 | |
554 | |
555 | |
556 | |
557 ; T30_ACTIVATE_REQ 0x80000014 | |
558 ; T30_CONFIG_REQ 0x80010014 | |
559 ; T30_CAP_IND 0x80004014 | |
560 ; T30_CAP_REQ 0x80020014 | |
561 ; T30_DTI_REQ 0x80060014 | |
562 ; T30_DTI_CNF 0x80094014 | |
563 ; T30_DTI_IND 0x80084014 | |
564 ; T30_PHASE_IND 0x800A4014 | |
565 ; T30_SGN_IND 0x80014014 | |
566 ; T30_SGN_REQ 0x80030014 | |
567 ; T30_CMPL_IND 0x80024014 | |
568 ; T30_REPORT_IND 0x80034014 | |
569 ; T30_MODIFY_REQ 0x80040014 | |
570 ; T30_ERROR_IND 0x80044014 | |
571 ; T30_EOL_IND 0x800B4014 | |
572 ; T30_DEACTIVATE_REQ 0x80050014 | |
573 ; T30_DEACTIVATE_CNF 0x80054014 | |
574 ; T30_ACTIVATE_CNF 0x80064014 | |
575 ; T30_PREAMBLE_IND 0x80074014 | |
576 | |
577 | |
578 | |
579 PRIM T30_ACTIVATE_REQ 0x80000014 | |
580 { | |
581 trans_rate ; transmission rate | |
582 half_rate ; half-rate flag | |
583 threshold ; tcf threshold | |
584 frames_per_prim ; no. of frames per primitive | |
585 bitorder ; bitorder | |
586 } | |
587 | |
588 | |
589 | |
590 | |
591 | |
592 | |
593 PRIM T30_CONFIG_REQ 0x80010014 | |
594 { | |
595 hdlc_report ; HDLC report mode | |
596 test_mode ; Test mode | |
597 } | |
598 | |
599 | |
600 | |
601 | |
602 | |
603 | |
604 PRIM T30_CAP_IND 0x80004014 | |
605 { | |
606 hdlc_info ; HDLC information field | |
607 } | |
608 | |
609 | |
610 | |
611 | |
612 | |
613 | |
614 PRIM T30_CAP_REQ 0x80020014 | |
615 { | |
616 hdlc_info ; HDLC information field | |
617 } | |
618 | |
619 | |
620 | |
621 | |
622 | |
623 | |
624 PRIM T30_DTI_REQ 0x80060014 | |
625 { | |
626 dti_conn ; DTI connect | |
627 entity_name [T30_ENTITY_NAME_LEN] ; entity name | |
628 link_id ; link identifier | |
629 dti_direction ; DTI direction | |
630 } | |
631 | |
632 | |
633 | |
634 | |
635 | |
636 | |
637 PRIM T30_DTI_CNF 0x80094014 | |
638 { | |
639 dti_conn ; DTI connect | |
640 } | |
641 | |
642 | |
643 | |
644 | |
645 | |
646 | |
647 PRIM T30_DTI_IND 0x80084014 | |
648 { | |
649 } | |
650 | |
651 | |
652 | |
653 | |
654 | |
655 | |
656 PRIM T30_PHASE_IND 0x800A4014 | |
657 { | |
658 phase ; T30 Phase | |
659 } | |
660 | |
661 | |
662 | |
663 | |
664 | |
665 | |
666 PRIM T30_SGN_IND 0x80014014 | |
667 { | |
668 sgn ; binary coded signal | |
669 } | |
670 | |
671 | |
672 | |
673 | |
674 | |
675 | |
676 PRIM T30_SGN_REQ 0x80030014 | |
677 { | |
678 sgn ; binary coded signal | |
679 } | |
680 | |
681 | |
682 | |
683 | |
684 | |
685 | |
686 PRIM T30_CMPL_IND 0x80024014 | |
687 { | |
688 cmpl ; complete of phase | |
689 } | |
690 | |
691 | |
692 | |
693 | |
694 | |
695 | |
696 PRIM T30_REPORT_IND 0x80034014 | |
697 { | |
698 dir ; call direction | |
699 sdu ; service data unit | |
700 } | |
701 | |
702 | |
703 | |
704 | |
705 | |
706 | |
707 PRIM T30_MODIFY_REQ 0x80040014 | |
708 { | |
709 trans_rate ; transmission rate | |
710 half_rate ; half-rate flag | |
711 } | |
712 | |
713 | |
714 | |
715 | |
716 | |
717 | |
718 PRIM T30_ERROR_IND 0x80044014 | |
719 { | |
720 cause ; error cause | |
721 } | |
722 | |
723 | |
724 | |
725 | |
726 | |
727 | |
728 PRIM T30_EOL_IND 0x800B4014 | |
729 { | |
730 eol ; end of line count | |
731 } | |
732 | |
733 | |
734 | |
735 | |
736 | |
737 | |
738 PRIM T30_DEACTIVATE_REQ 0x80050014 | |
739 { | |
740 } | |
741 | |
742 | |
743 | |
744 | |
745 | |
746 | |
747 PRIM T30_DEACTIVATE_CNF 0x80054014 | |
748 { | |
749 } | |
750 | |
751 | |
752 | |
753 | |
754 | |
755 | |
756 PRIM T30_ACTIVATE_CNF 0x80064014 | |
757 { | |
758 buf_size_rx ; buffer size RX | |
759 buf_size_tx ; buffer size TX | |
760 } | |
761 | |
762 | |
763 | |
764 | |
765 | |
766 | |
767 PRIM T30_PREAMBLE_IND 0x80074014 | |
768 { | |
769 } | |
770 | |
771 | |
772 | |
773 | |
774 | |
775 | |
776 | |
777 | |
778 |