aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/grgsm/CMakeLists.txt3
-rw-r--r--include/grgsm/msg_to_tag.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/include/grgsm/CMakeLists.txt b/include/grgsm/CMakeLists.txt
index 50788ae..210320a 100644
--- a/include/grgsm/CMakeLists.txt
+++ b/include/grgsm/CMakeLists.txt
@@ -24,7 +24,8 @@ install(FILES
plotting.hpp
api.h
gsmtap.h
- msg_to_tag.h DESTINATION include/grgsm
+ msg_to_tag.h
+ controlled_fractional_resampler_cc.h DESTINATION include/grgsm
)
add_subdirectory(decoding)
diff --git a/include/grgsm/msg_to_tag.h b/include/grgsm/msg_to_tag.h
index 3d63460..69232fc 100644
--- a/include/grgsm/msg_to_tag.h
+++ b/include/grgsm/msg_to_tag.h
@@ -28,7 +28,7 @@
#include <gnuradio/sync_block.h>
namespace gr {
- namespace grgsm {
+ namespace gsm {
/*!
* \brief <+description of block+>
@@ -39,7 +39,6 @@ namespace gr {
{
public:
typedef boost::shared_ptr<msg_to_tag> sptr;
-
/*!
* \brief Return a shared_ptr to a new instance of grgsm::msg_to_tag.
*