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>
44 typedef boost::shared_ptr<receiver>
sptr;
54 static sptr make(
int osr,
const std::vector<int> &cell_allocation,
const std::vector<int> &seq_nums,
bool process_uplink=
false);
56 virtual void set_cell_allocation(
const std::vector<int> &cell_allocation) = 0;
57 virtual void set_tseq_nums(
const std::vector<int> & tseq_nums) = 0;
58 virtual void reset() = 0;
#define GRGSM_API
Definition: api.h:31
boost::shared_ptr< receiver > sptr
Definition: receiver.h:44
<+description of block+>
Definition: receiver.h:41