blob: d8687520fb62268ad16d1ae073e8999cd96643c8 [file] [log] [blame]
Piotr Krysik2bb54c82016-08-16 16:05:23 +02001<?xml version="1.0"?>
2<block>
3 <name>uplink_downlink_filter</name>
4 <key>grgsm_uplink_downlink_filter</key>
5 <category>GSM</category>
6 <import>import grgsm</import>
7 <make>grgsm.uplink_downlink_filter($direction)</make>
8 <sink>
9 <name>in</name>
10 <type>message</type>
11 <optional>1</optional>
12 </sink>
13 <source>
14 <name>downlink</name>
15 <type>message</type>
16 <optional>1</optional>
17 </source>
18 <source>
19 <name>uplink</name>
20 <type>message</type>
21 <optional>1</optional>
22 </source>
23</block>