aboutsummaryrefslogtreecommitdiffstats
path: root/grc/grgsm_uplink_downlink_filter.xml
blob: d8687520fb62268ad16d1ae073e8999cd96643c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<block>
  <name>uplink_downlink_filter</name>
  <key>grgsm_uplink_downlink_filter</key>
  <category>GSM</category>
  <import>import grgsm</import>
  <make>grgsm.uplink_downlink_filter($direction)</make>
  <sink>
    <name>in</name>
    <type>message</type>
    <optional>1</optional>
  </sink>
  <source>
    <name>downlink</name>
    <type>message</type>
    <optional>1</optional>
  </source>  
  <source>
    <name>uplink</name>
    <type>message</type>
    <optional>1</optional>
  </source>  
</block>