aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/receiver/receiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grgsm/receiver/receiver.h')
-rw-r--r--include/grgsm/receiver/receiver.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/grgsm/receiver/receiver.h b/include/grgsm/receiver/receiver.h
index dbbe327..f892392 100644
--- a/include/grgsm/receiver/receiver.h
+++ b/include/grgsm/receiver/receiver.h
@@ -50,7 +50,13 @@ namespace gr {
* class. gsm::receiver::make is the public interface for
* creating new instances.
*/
- static sptr make(int osr, const std::vector<int> &cell_allocation, const std::vector<int> &seq_nums, bool process_uplink=false);
+ static sptr make(
+ int osr,
+ const std::vector<int> &cell_allocation,
+ const std::vector<int> &tseq_nums,
+ double resamp_rate=1,
+ bool process_uplink=false
+ );
virtual void set_cell_allocation(const std::vector<int> &cell_allocation) = 0;
virtual void set_tseq_nums(const std::vector<int> & tseq_nums) = 0;