Change to print only content of bursts without tails and training sequences

This commit is contained in:
Piotr Krysik 2016-04-29 12:09:01 +02:00
parent 0679ceb0d1
commit 7685bc0501
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class grgsm_decoder(gr.top_block):
self.message_printer = grgsm.message_printer(pmt.intern(""), True, True, False)
if self.print_bursts:
self.bursts_printer = grgsm.bursts_printer(pmt.intern(""), True, True, False, True)
self.bursts_printer = grgsm.bursts_printer(pmt.intern(""), True, True, True, True)