blob: e32a708ee778782f8fcd3faf6ed3a533c1284336 [file] [log] [blame]
Roman Khassrafcd5a48b2015-05-28 19:23:55 +02001<?xml version="1.0"?>
2<block>
Roman Khassraf1c3419e2015-08-03 10:58:57 +02003 <name>Burst file source</name>
4 <key>gsm_burst_file_source</key>
Roman Khassrafcd5a48b2015-05-28 19:23:55 +02005 <import>import grgsm</import>
Roman Khassraf1c3419e2015-08-03 10:58:57 +02006 <make>grgsm.burst_file_source($filename)</make>
Roman Khassrafcd5a48b2015-05-28 19:23:55 +02007
8 <param>
9 <name>Source file</name>
10 <key>filename</key>
11 <value>/tmp/bursts</value>
12 <type>file_open</type>
13 </param>
14
15 <source>
16 <name>out</name>
17 <type>message</type>
18 </source>
19</block>