www.pudn.com > layer1.rar   To Read all the content


[file head]:
/************* Revision Controle System Header *************
* GSM Layer 1 software
* L1_TRACE.H
*
* Filename l1_trace.h
* Copyright 2003 (C) Texas Instruments
*
************* Revision Controle System Header *************/


#ifndef __L1_TRACE_H__
#define __L1_TRACE_H__

#include "rvt_gen.h"
#include <string.h>

#if (defined RVM_RTT_SWE || (OP_L1_STANDALONE == 1))
#include "rtt_gen.h"
#endif



#define L1_BINARY_TRACE 0

/********************/
/* Main definitions */
/********************/

#define TR_HEADER_FN_DELAY 10 // Delay applied to store the FN in the trace cell header
#define TR_HEADER_ID_MASK 0x000003FF // Mask on the cell ID stored in the cell header

// Opcodes for communication with L1 Tracer
//-----------------------------------------

#define TRACE_CONFIG_OPCODE 0
#define TRACE_CHECKING_OPCODE 1

#define TRACE_CHECK_RESULT_OPCODE 1023 // WARNING: UL opcode 1023 reseved for trace version
... ...

[file tail]:
... ...
_BURST rttcell2;
T_RTTL1_UL_NB rttcell3;
T_RTTL1_UL_AB rttcell4;
T_RTTL1_FULL_LIST_MEAS rttcell5;
T_RTTL1_DL_DCCH rttcell6;
T_RTTL1_DL_PTCCH rttcell7;
T_RTTL1_UL_DCCH rttcell8;
T_RTTL1_UL_SACCH rttcell9;
T_RTTL1_DL_PDTCH rttcell10;
T_RTTL1_UL_PDTCH rttcell11;
T_RTTL1_MACS_STATUS rttcell12;
T_RTTL1_L1S_TASK_ENABLE rttcell13;
T_RTTL1_MON_MEAS rttcell14;
T_RTTL1_MFTAB rttcell15;
}
T_TRACE_CELLS;


/************************************/
/* RTT macro definitions */
/************************************/
#include "l1_rtt_macro.h"

#endif