blob: 5c0c932826c776e098029780ca9add90070889ff [file] [log] [blame]
Piotr Krysik2bb54c82016-08-16 16:05:23 +02001<?xml version="1.0"?>
2<block>
Piotr Krysika3405b22016-08-30 21:31:24 +02003 <name>Up/Down-link splitter</name>
4 <key>gsm_uplink_downlink_splitter</key>
Piotr Krysik2bb54c82016-08-16 16:05:23 +02005 <import>import grgsm</import>
Piotr Krysika3405b22016-08-30 21:31:24 +02006 <make>grgsm.uplink_downlink_splitter()</make>
Piotr Krysik2bb54c82016-08-16 16:05:23 +02007 <sink>
8 <name>in</name>
9 <type>message</type>
10 <optional>1</optional>
11 </sink>
12 <source>
13 <name>downlink</name>
14 <type>message</type>
15 <optional>1</optional>
16 </source>
17 <source>
18 <name>uplink</name>
19 <type>message</type>
20 <optional>1</optional>
21 </source>
22</block>