aboutsummaryrefslogtreecommitdiffstats
path: root/grc/misc_utils/gsm_burst_file_source.xml
blob: 5e160fbbd13996aca5507c8987041166d78e2437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<block>
  <name>Burst File Source</name>
  <key>gsm_burst_file_source</key>
  <import>import grgsm</import>
  <make>grgsm.burst_file_source($filename)</make>

  <param>
    <name>Source file</name>
    <key>filename</key>
    <value>/tmp/bursts</value>
    <type>file_open</type>
  </param>

  <source>
    <name>out</name>
    <type>message</type>
  </source>
</block>