blob: a5e9272ffcb9aea6fa2e5dcd39c3f54de69b0b86 [file] [log] [blame]
ptrkrysik6dded652014-11-19 11:32:05 +01001<?xml version="1.0"?>
2<block>
3 <name>Universal ctrl chans demapper</name>
4 <key>gsm_universal_ctrl_chans_demapper</key>
ptrkrysik3be74a72014-12-13 10:11:00 +01005 <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>
ptrkrysikd8d4fbc2015-02-07 19:37:42 +01007
8 <param>
Roman Khassraf9bd9baf2015-05-22 10:49:47 +02009 <name>timeslot_nr</name>
10 <key>timeslot_nr</key>
ptrkrysikd8d4fbc2015-02-07 19:37:42 +010011 <value>0</value>
12 <type>int</type>
13 <hide>part</hide>
14 </param>
ptrkrysik6dded652014-11-19 11:32:05 +010015
16 <param>
Piotr Krysik9f723fd2015-08-06 10:23:52 +020017 <name>downlink_starts_fn_mod51</name>
18 <key>downlink_starts_fn_mod51</key>
ptrkrysik6dded652014-11-19 11:32:05 +010019 <value>[2,6,12,16,22,26,32,36,42,46]</value>
20 <type>int_vector</type>
21 <hide>part</hide>
22 </param>
23
24 <param>
Piotr Krysik9f723fd2015-08-06 10:23:52 +020025 <name>downlink_channel_types</name>
26 <key>downlink_channel_types</key>
27 <value>[1,2,2,2,2,2,2,2,2,2]</value>
28 <type>int_vector</type>
29 <hide>part</hide>
30 </param>
31
32 <param>
33 <name>uplink_starts_fn_mod51</name>
34 <key>uplink_starts_fn_mod51</key>
35 <value>[2,6,12,16,22,26,32,36,42,46]</value>
36 <type>int_vector</type>
37 <hide>part</hide>
38 </param>
39
40 <param>
41 <name>uplink_channel_types</name>
42 <key>uplink_channel_types</key>
ptrkrysik6dded652014-11-19 11:32:05 +010043 <value>[1,2,2,2,2,2,2,2,2,2]</value>
44 <type>int_vector</type>
45 <hide>part</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>
Piotr Krysik9f723fd2015-08-06 10:23:52 +020056 <doc>
57 Universal demapper for control channels.
58 </doc>
ptrkrysik6dded652014-11-19 11:32:05 +010059</block>