blob: deb21879b5b0ad80d022df86d7de000886962887 [file] [log] [blame]
Roman Khassraffb6bc502015-04-14 15:44:40 +02001<?xml version="1.0"?>
2<block>
Piotr Krysik24db0752016-07-15 13:09:07 +02003 <name>TCH/F Demapper</name>
Roman Khassraffb6bc502015-04-14 15:44:40 +02004 <key>gsm_tch_f_chans_demapper</key>
5 <import>import grgsm</import>
Roman Khassraf9bd9baf2015-05-22 10:49:47 +02006 <make>grgsm.tch_f_chans_demapper($timeslot_nr)</make>
Roman Khassraffb6bc502015-04-14 15:44:40 +02007
8 <param>
Roman Khassraf9bd9baf2015-05-22 10:49:47 +02009 <name>timeslot_nr</name>
10 <key>timeslot_nr</key>
Roman Khassraffb6bc502015-04-14 15:44:40 +020011 <value>2</value>
12 <type>int</type>
13 <hide>part</hide>
14 </param>
15
16 <sink>
17 <name>bursts</name>
18 <type>message</type>
19 </sink>
20 <source>
21 <name>tch_bursts</name>
22 <type>message</type>
23 </source>
24 <source>
25 <name>acch_bursts</name>
26 <type>message</type>
27 </source>
28</block>