blob: 52148f579ff3b56b6efc798438c1059bb8e0fb89 [file] [log] [blame]
Vasil Velichkov1828a312018-05-07 15:55:39 +03001<?xml version="1.0"?>
2<block>
3 <name>TCH/H Demapper</name>
4 <key>gsm_tch_h_chans_demapper</key>
5 <import>import grgsm</import>
6 <make>grgsm.tch_h_chans_demapper($timeslot_nr, $tch_h_channel)</make>
7
8 <param>
9 <name>Timeslot</name>
10 <key>timeslot_nr</key>
11 <value>2</value>
12 <type>int</type>
Vasil Velichkovc5bb4362019-03-13 20:53:24 +020013 <hide>none</hide>
Vasil Velichkov1828a312018-05-07 15:55:39 +030014 </param>
15
16 <param>
Vasil Velichkovc5bb4362019-03-13 20:53:24 +020017 <name>Sub-channel number</name>
Vasil Velichkov1828a312018-05-07 15:55:39 +030018 <key>tch_h_channel</key>
19 <value>0</value>
20 <type>int</type>
Vasil Velichkovc5bb4362019-03-13 20:53:24 +020021 <hide>none</hide>
22 <option>
23 <name>0</name>
24 <key>0</key>
25 </option>
26 <option>
27 <name>1</name>
28 <key>1</key>
29 </option>
Vasil Velichkov1828a312018-05-07 15:55:39 +030030 </param>
31 <check>$tch_h_channel() &gt; -1 and $tch_h_channel() &lt; 2</check>
32
33 <sink>
34 <name>bursts</name>
35 <type>message</type>
Vasil Velichkov1828a312018-05-07 15:55:39 +030036 </sink>
37 <source>
38 <name>tch_bursts</name>
39 <type>message</type>
40 <optional>1</optional>
41 </source>
42 <source>
43 <name>acch_bursts</name>
44 <type>message</type>
45 <optional>1</optional>
46 </source>
47</block>