aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/misc_utils
diff options
context:
space:
mode:
authorRoman Khassraf <roman@khassraf.at>2015-04-12 18:09:45 +0200
committerRoman Khassraf <roman@khassraf.at>2015-04-12 18:09:45 +0200
commit717b57b96b82a5b71468f8d8df57f30f2b5bb3b3 (patch)
treeaa160b8595c09d5a880269d44d35a8bb592e27a1 /include/grgsm/misc_utils
parente571e96518aaedbbb858c6c2b0ad536ea62722c6 (diff)
Added option to prepend framenumber in bursts_printer
Diffstat (limited to 'include/grgsm/misc_utils')
-rw-r--r--include/grgsm/misc_utils/bursts_printer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grgsm/misc_utils/bursts_printer.h b/include/grgsm/misc_utils/bursts_printer.h
index 908ffd9..b2dd1d1 100644
--- a/include/grgsm/misc_utils/bursts_printer.h
+++ b/include/grgsm/misc_utils/bursts_printer.h
@@ -50,7 +50,7 @@ namespace gr {
* class. gsm::bursts_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 prepend_fnr=false);
};
} // namespace gsm