aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRoman Khassraf <roman@khassraf.at>2015-07-13 13:42:57 +0200
committerRoman Khassraf <roman@khassraf.at>2015-07-13 13:42:57 +0200
commit634449656eb604af8bbd26541969631b65de274b (patch)
treeaa2ccc70143eeeb73a4ec9cda00034803287fe12 /include
parent42411c6ef0e0d3cae3dcdf20b45cbe5fabd0fa64 (diff)
Added options to burst printer to have partial output compatibility to airprobe. See issue #86
Diffstat (limited to 'include')
-rw-r--r--include/grgsm/misc_utils/bursts_printer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grgsm/misc_utils/bursts_printer.h b/include/grgsm/misc_utils/bursts_printer.h
index b2dd1d1..099bf08 100644
--- a/include/grgsm/misc_utils/bursts_printer.h
+++ b/include/grgsm/misc_utils/bursts_printer.h
@@ -50,7 +50,8 @@ namespace gr {
* class. gsm::bursts_printer::make is the public interface for
* creating new instances.
*/
- static sptr make(pmt::pmt_t prepend_string, bool prepend_fnr=false);
+ static sptr make(pmt::pmt_t prepend_string, bool prepend_fnr=false,
+ bool prepend_frame_count=false, bool print_payload_only=false);
};
} // namespace gsm