aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-09-19 08:07:14 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2017-09-19 08:07:14 +0200
commitebf888070946ee9ac5f1fce8abc1cc989fccc6b0 (patch)
treeec2a124531fa262820e55ca9dfa055318e19c355 /include/grgsm
parent27f003267c044f4d416128fcb5cc40721a9fef77 (diff)
Modification of the burst sink to read bursts with headers - incomplete
Diffstat (limited to 'include/grgsm')
-rw-r--r--include/grgsm/qa_utils/burst_sink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grgsm/qa_utils/burst_sink.h b/include/grgsm/qa_utils/burst_sink.h
index e12d027..774075f 100644
--- a/include/grgsm/qa_utils/burst_sink.h
+++ b/include/grgsm/qa_utils/burst_sink.h
@@ -25,6 +25,7 @@
#include <grgsm/api.h>
#include <gnuradio/block.h>
+#include <pmt/pmt.h>
namespace gr {
namespace gsm {
@@ -52,6 +53,7 @@ namespace gr {
virtual std::vector<int> get_framenumbers() = 0;
virtual std::vector<int> get_timeslots() = 0;
virtual std::vector<std::string> get_burst_data() = 0;
+ virtual pmt::pmt_t get_bursts() = 0;
};
} // namespace gsm
} // namespace gr