aboutsummaryrefslogtreecommitdiffstats
path: root/grc/demapping/gsm_bcch_ccch_demapper.xml
blob: 829daf9e4d7f90959a04127ee9f237288d1bfb78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0"?>
<block>
  <name>BCCH + CCCH demapper</name>
  <key>gsm_bcch_ccch_demapper</key>
  <import>import grgsm</import>
  <make>grgsm.universal_ctrl_chans_demapper($timeslot_nr, $downlink_starts_fn_mod51, $downlink_channel_types, $uplink_starts_fn_mod51, $uplink_channel_types)</make>

  <param>
    <name>Timeslot</name>
    <key>timeslot_nr</key>
    <value>0</value>
    <type>int</type>
    <hide>none</hide>
  </param>

  <param>
    <name>downlink_starts_fn_mod51</name>
    <key>starts_fn_mod51</key>
    <value>[2,6,12,16,22,26,32,36,42,46]</value>
    <type>int_vector</type>
    <hide>all</hide>
  </param>

  <param>
    <name>downlink_channel_types</name>
    <key>channel_types</key>
    <value>[1,2,2,2,2,2,2,2,2,2]</value>
    <type>int_vector</type>
    <hide>all</hide>
  </param>

  <param>
    <name>uplink_starts_fn_mod51</name>
    <key>starts_fn_mod51</key>
    <value>[]</value>
    <type>int_vector</type>
    <hide>all</hide>
  </param>

  <param>
    <name>uplink_channel_types</name>
    <key>channel_types</key>
    <value>[]</value>
    <type>int_vector</type>
    <hide>all</hide>
  </param>

  <sink>
    <name>bursts</name>
    <type>message</type>
  </sink>
  <source>
    <name>bursts</name>
    <type>message</type>
  </source>
  
  <doc>
      Demapper for BCCH + CCCH control channels.
      This corresponds to channel combination iv specified in GSM 05.02, section 6.4
  </doc>
</block>