blob: 38a811203364a9bbc6bde9a72b23b9298f7a7dc7 [file] [log] [blame]
Roman Khassraf1c48ce52015-05-23 20:08:20 +02001<?xml version="1.0"?>
2<block>
3 <name>SDCCH/8 demapper</name>
4 <key>gsm_sdcch8_demapper</key>
5 <import>import grgsm</import>
6 <make>grgsm.universal_ctrl_chans_demapper($timeslot_nr, $starts_fn_mod51, $channel_types)</make>
7
8 <param>
9 <name>Timeslot</name>
10 <key>timeslot_nr</key>
11 <value>1</value>
12 <type>int</type>
13 <hide>none</hide>
14 </param>
15
16 <param>
17 <name>starts_fn_mod51</name>
18 <key>starts_fn_mod51</key>
19 <value>[0,4,8,12,16,20,24,28,32,36,40,44]</value>
20 <type>int_vector</type>
21 <hide>all</hide>
22 </param>
23
24 <param>
25 <name>channel_types</name>
26 <key>channel_types</key>
27 <value>[8,8,8,8,8,8,8,8,136,136,136,136]</value>
28 <type>int_vector</type>
29 <hide>all</hide>
30 </param>
31
32 <sink>
33 <name>bursts</name>
34 <type>message</type>
35 </sink>
36 <source>
37 <name>bursts</name>
38 <type>message</type>
39 </source>
40
41 <doc>
42 Demapper for SDCCH/8 + SACCH/C8 control channels.
43 This corresponds to channel combination vii specified in GSM 05.02, section 6.4
44 </doc>
45</block>