aboutsummaryrefslogtreecommitdiffstats
path: root/grc/misc_utils/gsm_burst_to_fn_time.xml
blob: dbbfe31c4eae9c131813e927417f169b533b3f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<block>
  <name>Burst to fn_time</name>
  <key>gsm_burst_to_fn_time</key>
  <import>import grgsm</import>
  <make>grgsm.burst_to_fn_time()</make>

  <sink>
    <name>bursts_in</name>
    <type>message</type>
    <optional>1</optional>
  </sink>

  <source>
    <name>bursts_out</name>
    <type>message</type>
    <optional>1</optional>
  </source>
</block>