FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/layer1/gtt_include/l1gtt_msgty.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
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 |