comparison src/cs/layer1/gtt_include/l1gtt_msgty.h @ 0:945cf7f506b2

src/cs: chipsetsw import from tcs211-fcmodem binary blobs and LCD demo files have been excluded, all line endings are LF only
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2016 22:50:11 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:945cf7f506b2
1 /************* Revision Controle System Header *************
2 * GSM Layer 1 software
3 * L1GTT_MSGTY.H
4 *
5 * Filename l1gtt_msgty.h
6 * Copyright 2003 (C) Texas Instruments
7 *
8 ************* Revision Controle System Header *************/
9
10 #if (L1_GTT == 1)
11
12 typedef struct
13 {
14 UWORD8 loop_type; // Type of loop to be closed
15 }
16 T_TST_CLOSE_GTT_LOOP_REQ;
17
18 typedef struct
19 {
20 UWORD8 scen_type; // 1 = input on CTM Tx, 2 = input on Baudot encoder
21 // SIMULATION ONLY: 3 = input on CTM Rx, 4 = input on Baudot decoder
22 UWORD16 rate; // Number of frames (4.615 ms) between each new character arrival
23 // for scen_type 3 and 4: GTT input file number
24 }
25 T_TST_START_GTT_TEST_REQ;
26
27 #endif // L1_GTT