aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRoman Khassraf <roman@khassraf.at>2015-09-13 10:59:56 +0200
committerRoman Khassraf <roman@khassraf.at>2015-09-13 10:59:56 +0200
commitdfe700943556aea9dcddef20468d9603c797e342 (patch)
tree8c8725d17ed436e26e0244bfe5456455c7baae29 /include
parentb3d386d5e4c567157096cfca843ab51c412d271a (diff)
Added options to print frame number and A5 frame count in message printer. Issue #127
Diffstat (limited to 'include')
-rw-r--r--include/grgsm/misc_utils/message_printer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grgsm/misc_utils/message_printer.h b/include/grgsm/misc_utils/message_printer.h
index d40352f..04aae94 100644
--- a/include/grgsm/misc_utils/message_printer.h
+++ b/include/grgsm/misc_utils/message_printer.h
@@ -48,7 +48,8 @@ namespace gr {
* class. gsm::message_printer::make is the public interface for
* creating new instances.
*/
- static sptr make(pmt::pmt_t prepend_string, bool print_gsmtap_header=false);
+ static sptr make(pmt::pmt_t prepend_string, bool prepend_fnr=false,
+ bool prepend_frame_count=false, bool print_gsmtap_header=false);
};
} // namespace gsm