aboutsummaryrefslogtreecommitdiffstats
path: root/python/qa_burst_timeslot_splitter.py
diff options
context:
space:
mode:
authorRoman Khassraf <roman@khassraf.at>2015-08-05 13:09:05 +0200
committerRoman Khassraf <roman@khassraf.at>2015-08-05 13:09:05 +0200
commit3ea373c3e29323487cf29e6ba27f3b3ca40d2a62 (patch)
tree5e2767da965125fadc8ebd0f8a03e268b3ef0e23 /python/qa_burst_timeslot_splitter.py
parent98da635ccc2e0df06a30bda59ee082d8593dc0a8 (diff)
Fixed changed block names in qa code of flow-control blocks. Issue #100
Diffstat (limited to 'python/qa_burst_timeslot_splitter.py')
-rwxr-xr-xpython/qa_burst_timeslot_splitter.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/python/qa_burst_timeslot_splitter.py b/python/qa_burst_timeslot_splitter.py
index 8be3e52..b162a2e 100755
--- a/python/qa_burst_timeslot_splitter.py
+++ b/python/qa_burst_timeslot_splitter.py
@@ -115,16 +115,16 @@ class qa_burst_timeslot_splitter (gr_unittest.TestCase):
]
- src = grgsm.burst_source_qa(framenumbers_input, timeslots_input, bursts_input)
+ src = grgsm.burst_source(framenumbers_input, timeslots_input, bursts_input)
splitter = grgsm.burst_timeslot_splitter()
- sink_0 = grgsm.burst_sink_qa()
- sink_1 = grgsm.burst_sink_qa()
- sink_2 = grgsm.burst_sink_qa()
- sink_3 = grgsm.burst_sink_qa()
- sink_4 = grgsm.burst_sink_qa()
- sink_5 = grgsm.burst_sink_qa()
- sink_6 = grgsm.burst_sink_qa()
- sink_7 = grgsm.burst_sink_qa()
+ sink_0 = grgsm.burst_sink()
+ sink_1 = grgsm.burst_sink()
+ sink_2 = grgsm.burst_sink()
+ sink_3 = grgsm.burst_sink()
+ sink_4 = grgsm.burst_sink()
+ sink_5 = grgsm.burst_sink()
+ sink_6 = grgsm.burst_sink()
+ sink_7 = grgsm.burst_sink()
self.tb.msg_connect(src, "out", splitter, "in")
self.tb.msg_connect(splitter, "out0", sink_0, "in")