blob: f6110403a753d0fb0f8bca6f1bb5e291ddedffb5 [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>
Piotr Krysik9f723fd2015-08-06 10:23:52 +02006 <make>grgsm.universal_ctrl_chans_demapper($timeslot_nr, $downlink_starts_fn_mod51, $downlink_channel_types, $uplink_starts_fn_mod51, $uplink_channel_types)</make>
Roman Khassraf1c48ce52015-05-23 20:08:20 +02007
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>
Piotr Krysik9f723fd2015-08-06 10:23:52 +020017 <name>downlink_starts_fn_mod51</name>
Roman Khassraf1c48ce52015-05-23 20:08:20 +020018 <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>
Piotr Krysik9f723fd2015-08-06 10:23:52 +020025 <name>downlink_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 <param>
33 <name>uplink_starts_fn_mod51</name>
34 <key>starts_fn_mod51</key>
35 <value>[2,6,12,16,22,26,32,36,42,46]</value>
36 <type>int_vector</type>
37 <hide>all</hide>
38 </param>
39
40 <param>
41 <name>uplink_channel_types</name>
Roman Khassraf1c48ce52015-05-23 20:08:20 +020042 <key>channel_types</key>
43 <value>[1,2,2,2,7,7,7,7,135,135]</value>
44 <type>int_vector</type>
45 <hide>all</hide>
46 </param>
47
48 <sink>
49 <name>bursts</name>
50 <type>message</type>
51 </sink>
52 <source>
53 <name>bursts</name>
54 <type>message</type>
55 </source>
56
57 <doc>
58 Demapper for BCCH + CCCH + SDCCH/4 + SACCH/C4 control channels.
59 This corresponds to channel combination v specified in GSM 05.02, section 6.4
60 </doc>
61</block>
62