blob: b295ce1605b86f8d5e7468551d46678f2b4ee80b [file] [log] [blame]
Roman Khassraf1c48ce52015-05-23 20:08:20 +02001<?xml version="1.0"?>
2<block>
3 <name>BCCH + CCCH demapper</name>
4 <key>gsm_bcch_ccch_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>
Piotr Krysik5d6ae652015-08-10 11:15:25 +020018 <key>downlink_starts_fn_mod51</key>
Roman Khassraf1c48ce52015-05-23 20:08:20 +020019 <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>
Piotr Krysik5d6ae652015-08-10 11:15:25 +020026 <key>downlink_channel_types</key>
Piotr Krysik9f723fd2015-08-06 10:23:52 +020027 <value>[1,2,2,2,2,2,2,2,2,2]</value>
28 <type>int_vector</type>
29 <hide>all</hide>
30 </param>
31
32 <param>
33 <name>uplink_starts_fn_mod51</name>
Piotr Krysik5d6ae652015-08-10 11:15:25 +020034 <key>uplink_starts_fn_mod51</key>
Piotr Krysikc6b3dce2015-08-06 12:17:26 +020035 <value>[]</value>
Piotr Krysik9f723fd2015-08-06 10:23:52 +020036 <type>int_vector</type>
37 <hide>all</hide>
38 </param>
39
40 <param>
41 <name>uplink_channel_types</name>
Piotr Krysik5d6ae652015-08-10 11:15:25 +020042 <key>uplink_channel_types</key>
Piotr Krysikc6b3dce2015-08-06 12:17:26 +020043 <value>[]</value>
Roman Khassraf1c48ce52015-05-23 20:08:20 +020044 <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 control channels.
59 This corresponds to channel combination iv specified in GSM 05.02, section 6.4
60 </doc>
61</block>