blob: 91db4db681bc10c187a54f081950b6061a3bb5fe [file] [log] [blame]
Roman Khassrafdbc3a502015-08-03 23:20:20 +02001<?xml version="1.0"?>
2<block>
3 <name>Burst timeslot splitter</name>
4 <key>gsm_burst_timeslot_splitter</key>
5 <import>import grgsm</import>
6 <make>grgsm.burst_timeslot_splitter()</make>
7
8 <sink>
9 <name>in</name>
10 <type>message</type>
11 </sink>
12
13 <source>
14 <name>out</name>
15 <type>message</type>
16 <nports>8</nports>
17 <optional>1</optional>
18 </source>
19
20 <doc>
21Burst timeslot splitter distributes bursts to eight different output ports depending on the timeslots of the bursts.
22This means timeslot 0 bursts are sent to port out0, timeslot 1 bursts on port out1, and so on.
23 </doc>
24</block>