aboutsummaryrefslogtreecommitdiffstats
path: root/grc/misc_utils
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 /grc/misc_utils
parentb3d386d5e4c567157096cfca843ab51c412d271a (diff)
Added options to print frame number and A5 frame count in message printer. Issue #127
Diffstat (limited to 'grc/misc_utils')
-rw-r--r--grc/misc_utils/gsm_message_printer.xml31
1 files changed, 30 insertions, 1 deletions
diff --git a/grc/misc_utils/gsm_message_printer.xml b/grc/misc_utils/gsm_message_printer.xml
index 7e390ed..0e93f1b 100644
--- a/grc/misc_utils/gsm_message_printer.xml
+++ b/grc/misc_utils/gsm_message_printer.xml
@@ -4,7 +4,8 @@
<key>gsm_message_printer</key>
<import>import grgsm</import>
<import>import pmt</import>
- <make>grgsm.message_printer(pmt.intern($prepend_string), $print_gsmtap_header)</make>
+ <make>grgsm.message_printer(pmt.intern($prepend_string), $prepend_fnr,
+ $prepend_frame_count, $print_gsmtap_header)</make>
<param>
<name>Prepend String</name>
@@ -14,6 +15,34 @@
<hide>part</hide>
</param>
<param>
+ <name>Prepend Frame Number</name>
+ <key>prepend_fnr</key>
+ <value>False</value>
+ <type>bool</type>
+ <option>
+ <name>False</name>
+ <key>False</key>
+ </option>
+ <option>
+ <name>True</name>
+ <key>True</key>
+ </option>
+ </param>
+ <param>
+ <name>Prepend Frame Count</name>
+ <key>prepend_frame_count</key>
+ <value>False</value>
+ <type>bool</type>
+ <option>
+ <name>False</name>
+ <key>False</key>
+ </option>
+ <option>
+ <name>True</name>
+ <key>True</key>
+ </option>
+ </param>
+ <param>
<name>Print GSMTap header</name>
<key>print_gsmtap_header</key>
<value>False</value>