aboutsummaryrefslogtreecommitdiffstats
path: root/lib/receiver/cx_channel_hopper_impl.cc
diff options
context:
space:
mode:
authorMartin Jesper Low Madsen <martin@martinjlowm.dk>2015-06-24 13:33:56 +0200
committerMartin Jesper Low Madsen <martin@martinjlowm.dk>2015-06-24 13:46:22 +0200
commitf3105d9585d9e7fc5322baff199799894109e650 (patch)
treec1544fe55e084dbfa8bd4263825293defe351e8c /lib/receiver/cx_channel_hopper_impl.cc
parent9ee374b53e2149d77645a64b3aa2ff5cc0c89d14 (diff)
Include endian.h in cx_channel_hopper_impl and make burst_sink/source link Boost thread library
Diffstat (limited to 'lib/receiver/cx_channel_hopper_impl.cc')
-rw-r--r--lib/receiver/cx_channel_hopper_impl.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/receiver/cx_channel_hopper_impl.cc b/lib/receiver/cx_channel_hopper_impl.cc
index 3e23910..b67cb15 100644
--- a/lib/receiver/cx_channel_hopper_impl.cc
+++ b/lib/receiver/cx_channel_hopper_impl.cc
@@ -2,22 +2,22 @@
/* @file
* @author Piotr Krysik <ptrkrysik@gmail.com>
* @section LICENSE
- *
+ *
* Gr-gsm is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option)
* any later version.
- *
+ *
* Gr-gsm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with gr-gsm; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street,
* Boston, MA 02110-1301, USA.
- *
+ *
*/
#ifdef HAVE_CONFIG_H
@@ -26,6 +26,7 @@
#include <gnuradio/io_signature.h>
#include <grgsm/gsmtap.h>
+#include <grgsm/endian.h>
#include "cx_channel_hopper_impl.h"
namespace gr {
@@ -64,7 +65,7 @@ namespace gr {
}
/**
- * Random number table used for calculating the
+ * Random number table used for calculating the
* hopping sequence. Defined in GSM 05.02.
*/
unsigned char RNTABLE[114] = {
@@ -134,4 +135,3 @@ namespace gr {
} /* namespace gsm */
} /* namespace gr */
-