24 #ifndef INCLUDED_GSM_RECEIVER_H
25 #define INCLUDED_GSM_RECEIVER_H
28 #include <gnuradio/block.h>
29 #include <gnuradio/feval.h>
30 #include <gnuradio/sync_block.h>
43 typedef boost::shared_ptr<receiver>
sptr;
53 static sptr make(
int osr,
const std::vector<int> &cell_allocation,
const std::vector<int> &seq_nums);
55 virtual void set_cell_allocation(
const std::vector<int> &cell_allocation) = 0;
56 virtual void set_tseq_nums(
const std::vector<int> & tseq_nums) = 0;
57 virtual void reset() = 0;
boost::shared_ptr< receiver > sptr
Definition: receiver.h:43
Definition: control_channels_decoder.h:30
#define GSM_API
Definition: api.h:31
<+description of block+>
Definition: receiver.h:40