blob: b900375d9f8857f0da32891efccd8c775d680edb [file] [log] [blame]
Roman Khassrafd7e3eec2015-08-06 11:54:22 +02001<?xml version="1.0"?>
2<block>
Piotr Krysik24db0752016-07-15 13:09:07 +02003 <name>Burst Timeslot Filter</name>
Roman Khassrafd7e3eec2015-08-06 11:54:22 +02004 <key>gsm_burst_timeslot_filter</key>
5 <import>import grgsm</import>
6 <make>grgsm.burst_timeslot_filter($timeslot)</make>
7
8 <param>
9 <name>Timeslot</name>
10 <key>timeslot</key>
11 <value>0</value>
12 <type>int</type>
13 <hide>none</hide>
14 </param>
15
16 <sink>
17 <name>in</name>
18 <type>message</type>
19 </sink>
20
21 <source>
22 <name>out</name>
23 <type>message</type>
24 <optional>1</optional>
25 </source>
26
27 <doc>
28This block forwards only bursts in the timeslot given by the parameter
29 </doc>
30</block>