From ebf888070946ee9ac5f1fce8abc1cc989fccc6b0 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Tue, 19 Sep 2017 08:07:14 +0200 Subject: Modification of the burst sink to read bursts with headers - incomplete --- include/grgsm/qa_utils/burst_sink.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/grgsm') 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 #include +#include namespace gr { namespace gsm { @@ -52,6 +53,7 @@ namespace gr { virtual std::vector get_framenumbers() = 0; virtual std::vector get_timeslots() = 0; virtual std::vector get_burst_data() = 0; + virtual pmt::pmt_t get_bursts() = 0; }; } // namespace gsm } // namespace gr -- cgit v1.2.3