blob: 588820f218f6bae58f0de8be6701926ad8b08aa8 [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>
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>1</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>[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>
Piotr Krysik9f723fd2015-08-06 10:23:52 +020025 <name>downlink_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 <param>
33 <name>uplink_starts_fn_mod51</name>
34 <key>starts_fn_mod51</key>
Piotr Krysikc6b3dce2015-08-06 12:17:26 +020035 <value>[15,19,23,27,31,35,39,43,47,0,4,8]</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>
Roman Khassraf1c48ce52015-05-23 20:08:20 +020042 <key>channel_types</key>
43 <value>[8,8,8,8,8,8,8,8,136,136,136,136]</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 SDCCH/8 + SACCH/C8 control channels.
59 This corresponds to channel combination vii specified in GSM 05.02, section 6.4
60 </doc>
Piotr Krysik9f723fd2015-08-06 10:23:52 +020061</block>