aboutsummaryrefslogtreecommitdiffstats
path: root/grc/flow_control/gsm_burst_timeslot_filter.xml
blob: b900375d9f8857f0da32891efccd8c775d680edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<block>
  <name>Burst Timeslot Filter</name>
  <key>gsm_burst_timeslot_filter</key>
  <import>import grgsm</import>
  <make>grgsm.burst_timeslot_filter($timeslot)</make>

  <param>
    <name>Timeslot</name>
    <key>timeslot</key>
    <value>0</value>
    <type>int</type>
    <hide>none</hide>
  </param>

  <sink>
    <name>in</name>
    <type>message</type>
  </sink>

  <source>
    <name>out</name>
    <type>message</type>
    <optional>1</optional>
  </source>

  <doc>
This block forwards only bursts in the timeslot given by the parameter
  </doc>
</block>