blob: 469384eb812ca8ccc62a49417f54284a218e892e [file] [log] [blame]
Vasil Velichkov14ea82d2019-08-28 18:46:34 +00001# auto-generated by grc.converter
2
3id: gsm_universal_ctrl_chans_demapper
4label: Universal Control Channels Demapper
5
6parameters:
7- id: timeslot_nr
8 label: timeslot_nr
9 dtype: int
10 default: '0'
11 hide: part
12- id: downlink_starts_fn_mod51
13 label: downlink_starts_fn_mod51
14 dtype: int_vector
15 default: '[0,0,2,2,2,2,6,6,6,6,0,0,12,12,12,12,16,16,16,16,0,0,22,22,22,22,26,26,26,26,0,0,32,32,32,32,36,36,36,36,0,0,42,42,42,42,46,46,46,46,0,]'
16 hide: part
17- id: downlink_channel_types
18 label: downlink_channel_types
19 dtype: int_vector
20 default: '[0,0,1,1,1,1,2,2,2,2,0,0,2,2,2,2,2,2,2,2,0,0,2,2,2,2,2,2,2,2,0,0,2,2,2,2,2,2,2,2,0,0,2,2,2,2,2,2,2,2,0,]'
21 hide: part
22- id: downlink_subslots
23 label: downlink_subslots
24 dtype: int_vector
25 default: '[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,]'
26 hide: part
27- id: uplink_starts_fn_mod51
28 label: uplink_starts_fn_mod51
29 dtype: int_vector
30 default: '[0,0,0,0,0,0,6,6,6,6,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,37,37,37,41,41,41,41,0,0,47,47,47,47]'
31 hide: part
32- id: uplink_channel_types
33 label: uplink_channel_types
34 dtype: int_vector
35 default: '[2,2,2,2,0,0,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,0,0,2,2,2,2,]'
36 hide: part
37- id: uplink_subslots
38 label: uplink_subslots
39 dtype: int_vector
40 default: '[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,]'
41 hide: part
42
43inputs:
44- domain: message
45 id: bursts
46
47outputs:
48- domain: message
49 id: bursts
50
51templates:
52 imports: import grgsm
53 make: grgsm.universal_ctrl_chans_demapper(${timeslot_nr}, ${downlink_starts_fn_mod51},
54 ${downlink_channel_types}, ${downlink_subslots}, ${uplink_starts_fn_mod51},
55 ${uplink_channel_types}, ${uplink_subslots})
56
57documentation: |-
58 Universal demapper for control channels.
59 Author: Piotr Krysik
60
61file_format: 1