FreeCalypso > hg > fc-tourmaline
comparison src/g23m-gsm/alr2/alr_test/alr_cbch_constraints.h @ 2:3a14ee9a9843
src/g23m-gsm: same alr2 & alr3 structure as in Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 06:29:12 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:fa8dc04885d8 | 2:3a14ee9a9843 |
---|---|
1 /* | |
2 +------------------------------------------------------------------------------ | |
3 | File: alr_cbch_constraints.h | |
4 +------------------------------------------------------------------------------ | |
5 | Copyright 2003 Texas Instruments | |
6 | All rights reserved. | |
7 | | |
8 | This file is confidential and a trade secret of Texas Instruments. | |
9 | The receipt of or possession of this file does not convey | |
10 | any rights to reproduce or disclose its contents or to | |
11 | manufacture, use, or sell anything it may describe, in | |
12 | whole, or in part, without the specific written consent of | |
13 | Texas Instruments. | |
14 +------------------------------------------------------------------------------ | |
15 | Purpose: Contains prototype constraints for alr | |
16 | | |
17 +------------------------------------------------------------------------------ | |
18 */ | |
19 #ifndef ALR_CBCH_CONSTRAINTS_H | |
20 #define ALR_CBCH_CONSTRAINTS_H | |
21 | |
22 #include "p_mphc.h" | |
23 #include "p_mph.h" | |
24 #include "p_mmi.h" | |
25 #include "p_mon.h" | |
26 #include "p_em.h" | |
27 #include "p_ph.h" | |
28 #include "p_dl.h" | |
29 #include "m_rr.h" | |
30 //#include "m_rr_fix.h" | |
31 | |
32 #include "tdc.h" | |
33 #endif |