blob: 9052c3bda8e7c16e0a05897d25244b0fba9820f4 [file] [log] [blame]
Roman Khassraf059bab92015-05-20 12:49:46 +02001/* 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
Piotr Krysikb9a87a12017-08-23 15:59:28 +02008 * it under the terms of the GNU Affero General Public License as published by
Roman Khassraf059bab92015-05-20 12:49:46 +02009 * 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
Piotr Krysikb9a87a12017-08-23 15:59:28 +020015 * GNU Affero General Public License for more details.
Roman Khassraf059bab92015-05-20 12:49:46 +020016 *
Piotr Krysikb9a87a12017-08-23 15:59:28 +020017 * 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.
Roman Khassraf059bab92015-05-20 12:49:46 +020022 */
23
24#ifndef GSM660TABLES_H
25#define GSM660TABLES_H
26
27namespace GSM {
28
29/** Table #6 from GSM 05.03 */
30extern unsigned int g660BitOrder[260];
31
32}
33
34#endif /* GSM660TABLES_H */