blob: 66039f68e610318539a61b015538f46ba5c7730d [file] [log] [blame]
Vasil Velichkov14ea82d2019-08-28 18:46:34 +00001# auto-generated by grc.converter
2
3id: gsm_burst_sdcch_subslot_filter
4label: Burst SDCCH Subslot Filter
5
6parameters:
7- id: mode
8 label: Mode
9 dtype: enum
10 options: [grgsm.SS_FILTER_SDCCH8, grgsm.SS_FILTER_SDCCH4]
11 option_labels: [SDCCH/8, SDCCH/4]
12- id: subslot
13 label: Subslot
14 dtype: int
15 default: '0'
16 hide: none
17
18inputs:
19- domain: message
20 id: in
21
22outputs:
23- domain: message
24 id: out
25 optional: true
26
27templates:
28 imports: import grgsm
29 make: grgsm.burst_sdcch_subslot_filter(${mode}, ${subslot})
30
31documentation: |-
32 This block forwards only bursts in the subslot given by the parameter
33
34file_format: 1