blob: 4f6159ebee8e5b594db9a9ba17d8448afad492c0 [file] [log] [blame]
Roman Khassrafdbc3a502015-08-03 23:20:20 +02001<?xml version="1.0"?>
2<block>
Piotr Krysik24db0752016-07-15 13:09:07 +02003 <name>Burst Timeslot Splitter</name>
Roman Khassrafdbc3a502015-08-03 23:20:20 +02004 <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>