aboutsummaryrefslogtreecommitdiffstats
path: root/grc/misc_utils/gsm_message_file_sink.xml
blob: 087747e613a370e5aa46a917f65ed02c25a724b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<block>
  <name>Message File Sink</name>
  <key>gsm_message_file_sink</key>
  <import>import grgsm</import>
  <make>grgsm.message_file_sink($filename)</make>

  <param>
    <name>Destination file</name>
    <key>filename</key>
    <value>/tmp/output.msg</value>
    <type>file_open</type>
  </param>

  <sink>
    <name>in</name>
    <type>message</type>
  </sink>
  
  <doc>
This block stores incoming gsm messages to a file.
  </doc>
</block>