blob: 046abbf2ccb8c6cbcc3c4281704b8d0af54272bf [file] [log] [blame]
Roman Khassraf7cccb522015-08-04 12:26:54 +02001<?xml version="1.0"?>
2<block>
3 <name>Dummy burst filter</name>
4 <key>gsm_dummy_burst_filter</key>
5 <import>import grgsm</import>
6 <make>grgsm.dummy_burst_filter()</make>
7
8 <sink>
9 <name>in</name>
10 <type>message</type>
11 </sink>
12
13 <source>
14 <name>out</name>
15 <type>message</type>
16 <optional>1</optional>
17 </source>
18
19 <doc>
20This block filters dummy bursts.
21
22For more information on dummy bursts, see GSM 05.02.
23 </doc>
24</block>