aboutsummaryrefslogtreecommitdiffstats
path: root/grc/misc_utils/gsm_burst_to_fn_time.xml
blob: c8ae08812c32ee2bf5ff7442fec88fd40fa4fbad (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>fn_time_out</name>
    <type>message</type>
    <optional>1</optional>
  </source>
</block>