24 #ifndef INCLUDED_GSM_COLLECT_SYSTEM_INFO_H
25 #define INCLUDED_GSM_COLLECT_SYSTEM_INFO_H
28 #include <gnuradio/block.h>
42 typedef boost::shared_ptr<collect_system_info>
sptr;
53 virtual std::vector<int> get_framenumbers() = 0;
54 virtual std::vector<std::string> get_system_information_type() = 0;
55 virtual std::vector<std::string> get_data() = 0;