aboutsummaryrefslogtreecommitdiffstats
path: root/grc/flow_control/gsm_burst_timeslot_splitter.xml
diff options
context:
space:
mode:
authorRoman Khassraf <roman@khassraf.at>2015-08-03 23:20:20 +0200
committerRoman Khassraf <roman@khassraf.at>2015-08-03 23:20:20 +0200
commitdbc3a50c313906cba0c2536b934f6a563adabe67 (patch)
treee55667a60e033fbc3e47eb2c5c61e1abf0f4a8da /grc/flow_control/gsm_burst_timeslot_splitter.xml
parent09405388e0bf95021654b8c7f07226fe795565d5 (diff)
Implemented burst timeslot splitter for flow control. Issue #100
Diffstat (limited to 'grc/flow_control/gsm_burst_timeslot_splitter.xml')
-rw-r--r--grc/flow_control/gsm_burst_timeslot_splitter.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/grc/flow_control/gsm_burst_timeslot_splitter.xml b/grc/flow_control/gsm_burst_timeslot_splitter.xml
new file mode 100644
index 0000000..91db4db
--- /dev/null
+++ b/grc/flow_control/gsm_burst_timeslot_splitter.xml
@@ -0,0 +1,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>