blob: 80e67d528c7210049eebc8aae6c692d9c66fc690 [file] [log] [blame]
Roman Khassraf1c48ce52015-05-23 20:08:20 +02001<?xml version="1.0"?>
2<block>
3 <name>BCCH + CCCH + SDCCH/4 demapper</name>
4 <key>gsm_bcch_ccch_sdcch4_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>0</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>[2,6,12,16,22,26,32,36,42,46]</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>[1,2,2,2,7,7,7,7,135,135]</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 BCCH + CCCH + SDCCH/4 + SACCH/C4 control channels.
43 This corresponds to channel combination v specified in GSM 05.02, section 6.4
44 </doc>
45</block>
46