aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/misc_utils
diff options
context:
space:
mode:
authorRoman Khassraf <roman@khassraf.at>2015-07-26 13:47:26 +0200
committerRoman Khassraf <roman@khassraf.at>2015-07-26 13:47:26 +0200
commit2bf49e4dd58d1c0833bde8f6af3fe0d71b2b694b (patch)
treebbbe7f1963ff6ccf7bd5c360fcfe8b6fa1a1eafe /include/grgsm/misc_utils
parent829eabb58c0e7c35d7abde55609b8c56154d7d7f (diff)
Added option to message printer that allows printing the gsmtap header.
Diffstat (limited to 'include/grgsm/misc_utils')
-rw-r--r--include/grgsm/misc_utils/message_printer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grgsm/misc_utils/message_printer.h b/include/grgsm/misc_utils/message_printer.h
index 3914707..d40352f 100644
--- a/include/grgsm/misc_utils/message_printer.h
+++ b/include/grgsm/misc_utils/message_printer.h
@@ -48,7 +48,7 @@ namespace gr {
* class. gsm::message_printer::make is the public interface for
* creating new instances.
*/
- static sptr make(pmt::pmt_t prepend_string);
+ static sptr make(pmt::pmt_t prepend_string, bool print_gsmtap_header=false);
};
} // namespace gsm