blob: 4c8610e1180b13ba4a0b53771ae3e642527adbdd [file] [log] [blame]
Vasil Velichkov14ea82d2019-08-28 18:46:34 +00001# auto-generated by grc.converter
2
3id: gsm_tch_h_chans_demapper
4label: TCH/H Demapper
5
6parameters:
7- id: timeslot_nr
8 label: Timeslot
9 dtype: int
10 default: '2'
11 hide: none
12- id: tch_h_channel
13 label: Sub-channel number
14 dtype: int
15 default: '0'
16 options: ['0', '1']
17 hide: none
18
19inputs:
20- domain: message
21 id: bursts
22
23outputs:
24- domain: message
25 id: tch_bursts
26 optional: true
27- domain: message
28 id: acch_bursts
29 optional: true
30asserts:
31- ${ tch_h_channel > -1 and tch_h_channel < 2 }
32
33templates:
34 imports: import grgsm
35 make: grgsm.tch_h_chans_demapper(${timeslot_nr}, ${tch_h_channel})
36
37file_format: 1