aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/receiver
diff options
context:
space:
mode:
authorrpp <red@nostack.net>2015-06-10 11:49:55 +0200
committerrpp <red@nostack.net>2015-06-10 11:49:55 +0200
commit267214a06db4f64149f8b5343c49ea2d4bd12138 (patch)
tree3808a15958214ebb54c73ff5ea37990b1d896c09 /include/grgsm/receiver
parent4f0f3b5fbf4a2e4cbef17d2ac1ca31679279f0f5 (diff)
Implemented channel hopping for CX channels
Diffstat (limited to 'include/grgsm/receiver')
-rw-r--r--include/grgsm/receiver/cx_channel_hopper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grgsm/receiver/cx_channel_hopper.h b/include/grgsm/receiver/cx_channel_hopper.h
index 7c0750c..c8c2787 100644
--- a/include/grgsm/receiver/cx_channel_hopper.h
+++ b/include/grgsm/receiver/cx_channel_hopper.h
@@ -26,6 +26,7 @@
#include <grgsm/api.h>
#include <gnuradio/block.h>
+#include <vector>
namespace gr {
namespace gsm {
@@ -48,7 +49,7 @@ namespace gr {
* class. gsm::cx_channel_hopper::make is the public interface for
* creating new instances.
*/
- static sptr make(int ma, int maio, int hsn);
+ static sptr make(const std::vector<int> &ma, int maio, int hsn);
};
} // namespace gsm