GNU Radio's GSM Package
GSM660Tables.h
Go to the documentation of this file.
1 /* EFR (GSM 06.60) importance bit ordering */
2 
3 /*
4  * Copyright 2010 Sylvain Munaut <tnt@246tNt.com>
5  * All Rights Reserved
6  *
7  * This program is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU Affero General Public License as published by
9  * the Free Software Foundation, either version 3 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU Affero General Public License for more details.
16  *
17  * You should have received a copy of the GNU Affero General Public License
18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19  *
20  * This use of this software may be subject to additional restrictions.
21  * See the LEGAL file in the main directory for details.
22  */
23 
24 #ifndef GSM660TABLES_H
25 #define GSM660TABLES_H
26 
27 namespace GSM {
28 
29 /** Table #6 from GSM 05.03 */
30 extern unsigned int g660BitOrder[260];
31 
32 }
33 
34 #endif /* GSM660TABLES_H */
GSM::g660BitOrder
unsigned int g660BitOrder[260]
GSM
Definition: GSM503Tables.h:26