aboutsummaryrefslogtreecommitdiffstats
path: root/grc/decoding/gsm_control_channels_decoder.xml
diff options
context:
space:
mode:
Diffstat (limited to 'grc/decoding/gsm_control_channels_decoder.xml')
-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>