aboutsummaryrefslogtreecommitdiffstats
path: root/grc/flow_control/gsm_burst_type_filter.xml
blob: a615961f32d0c1bcebf4d8205aee11890dd0b8e7 (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
31
32
<?xml version="1.0"?>
<block>
  <name>Burst Type Filter</name>
  <key>gsm_burst_type_filter</key>
  <import>import grgsm</import>
  <make>grgsm.burst_type_filter($selected_burst_types)</make>

  <param>
    <name>Selected burst types</name>
    <key>selected_burst_types</key>
    <value>[0,1,2,3,4,5,6,7]</value>
    <type>int_vector</type>
  </param>

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

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

  <doc>
This block filters bursts based on their type.

For more information on burst types, see GSM 05.02.
  </doc>
</block>