aboutsummaryrefslogtreecommitdiffstats
path: root/grc/demapping/gsm_tch_h_chans_demapper.block.yml
blob: 4c8610e1180b13ba4a0b53771ae3e642527adbdd (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
# auto-generated by grc.converter

id: gsm_tch_h_chans_demapper
label: TCH/H Demapper

parameters:
-   id: timeslot_nr
    label: Timeslot
    dtype: int
    default: '2'
    hide: none
-   id: tch_h_channel
    label: Sub-channel number
    dtype: int
    default: '0'
    options: ['0', '1']
    hide: none

inputs:
-   domain: message
    id: bursts

outputs:
-   domain: message
    id: tch_bursts
    optional: true
-   domain: message
    id: acch_bursts
    optional: true
asserts:
- ${ tch_h_channel > -1 and tch_h_channel < 2 }

templates:
    imports: import grgsm
    make: grgsm.tch_h_chans_demapper(${timeslot_nr}, ${tch_h_channel})

file_format: 1