aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/misc_utils
diff options
context:
space:
mode:
authorRoman Khassraf <roman@khassraf.at>2015-07-24 14:14:16 +0200
committerRoman Khassraf <roman@khassraf.at>2015-07-24 14:14:16 +0200
commit7faabf37af1db97a985e84cc6480b9ecaccb6d6b (patch)
treec34d3bc0272a9c8c80ced31110fe242965099bd4 /include/grgsm/misc_utils
parent829eabb58c0e7c35d7abde55609b8c56154d7d7f (diff)
Added option to burst printer for ignoring dummy bursts. Issue #95
Diffstat (limited to 'include/grgsm/misc_utils')
-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 099bf08..eb006c5 100644
--- a/include/grgsm/misc_utils/bursts_printer.h
+++ b/include/grgsm/misc_utils/bursts_printer.h
@@ -51,7 +51,8 @@ namespace gr {
* creating new instances.
*/
static sptr make(pmt::pmt_t prepend_string, bool prepend_fnr=false,
- bool prepend_frame_count=false, bool print_payload_only=false);
+ bool prepend_frame_count=false, bool print_payload_only=false,
+ bool ignore_dummy_bursts=false);
};
} // namespace gsm