aboutsummaryrefslogtreecommitdiffstats
path: root/grc/demapping/gsm_tch_f_chans_demapper.xml
blob: 23d77eed6ae6136bd9576e6a5723177df9969bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<block>
  <name>TCH/F Demapper</name>
  <key>gsm_tch_f_chans_demapper</key>
  <import>import grgsm</import>
  <make>grgsm.tch_f_chans_demapper($timeslot_nr)</make>

  <param>
    <name>timeslot_nr</name>
    <key>timeslot_nr</key>
    <value>2</value>
    <type>int</type>
    <hide>part</hide>
  </param>

  <sink>
    <name>bursts</name>
    <type>message</type>
    <optional>1</optional>
  </sink>
  <source>
    <name>tch_bursts</name>
    <type>message</type>
    <optional>1</optional>
  </source>
  <source>
    <name>acch_bursts</name>
    <type>message</type>
    <optional>1</optional>
  </source>
</block>