aboutsummaryrefslogtreecommitdiffstats
path: root/grc/decoding
diff options
context:
space:
mode:
authorPiotr K <pkrysik@elka.pw.edu.pl>2014-08-13 19:04:57 +0200
committerPiotr K <pkrysik@elka.pw.edu.pl>2014-08-13 19:04:57 +0200
commit66bb3cdc3137e46436ed18a1c453d59176051158 (patch)
tree8072de4539dccfbabfd8f6b2f5de7ee50e0e20f9 /grc/decoding
parentc917af4e3a7c4c66f5b4e2494e1456f41dd12a47 (diff)
Changed directory structure.
Corrected clock_offset_corrector (for some streange and yet unknown reason fractional resampler eats strem tags for some values of sps). (this commit may contain some changes that are not described)
Diffstat (limited to 'grc/decoding')
-rw-r--r--grc/decoding/gsm_control_channels_decoder.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/grc/decoding/gsm_control_channels_decoder.xml b/grc/decoding/gsm_control_channels_decoder.xml
new file mode 100644
index 0000000..f04794a
--- /dev/null
+++ b/grc/decoding/gsm_control_channels_decoder.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<block>
+ <name>Control channels decoder</name>
+ <key>gsm_control_channels_decoder</key>
+ <category>GSM</category>
+ <import>import gsm</import>
+ <make>gsm.control_channels_decoder()</make>
+ <sink>
+ <name>bursts</name>
+ <type>message</type>
+ </sink>
+ <source>
+ <name>msgs</name>
+ <type>message</type>
+ <optional>1</optional>
+ </source>
+</block>