blob: 21222ae384ae91c46833c52a87071d84893497b3 [file] [log] [blame]
Vasil Velichkov14ea82d2019-08-28 18:46:34 +00001# auto-generated by grc.converter
2
3id: gsm_burst_type_filter
4label: Burst Type Filter
5
6parameters:
7- id: selected_burst_types
8 label: Selected burst types
9 dtype: int_vector
10 default: '[0,1,2,3,4,5,6,7]'
11
12inputs:
13- domain: message
14 id: bursts_in
15 optional: true
16
17outputs:
18- domain: message
19 id: bursts_out
20 optional: true
21
22templates:
23 imports: import grgsm
24 make: grgsm.burst_type_filter(${selected_burst_types})
25
26documentation: |-
27 This block filters bursts based on their type.
28
29 For more information on burst types, see GSM 05.02.
30
31file_format: 1