aboutsummaryrefslogtreecommitdiffstats
path: root/grc/flow_control/gsm_burst_timeslot_splitter.xml
blob: 91db4db681bc10c187a54f081950b6061a3bb5fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<block>
  <name>Burst timeslot splitter</name>
  <key>gsm_burst_timeslot_splitter</key>
  <import>import grgsm</import>
  <make>grgsm.burst_timeslot_splitter()</make>

  <sink>
    <name>in</name>
    <type>message</type>
  </sink>

  <source>
    <name>out</name>
    <type>message</type>
    <nports>8</nports>
    <optional>1</optional>
  </source>

  <doc>
Burst timeslot splitter distributes bursts to eight different output ports depending on the timeslots of the bursts. 
This means timeslot 0 bursts are sent to port out0, timeslot 1 bursts on port out1, and so on.
  </doc>
</block>