blob: afc0c2b9c5365075501b0aa7d86f2d4561b0b332 [file] [log] [blame]
Vasil Velichkov14ea82d2019-08-28 18:46:34 +00001# auto-generated by grc.converter
2
3id: gsm_burst_timeslot_filter
4label: Burst Timeslot Filter
5
6parameters:
7- id: timeslot
8 label: Timeslot
9 dtype: int
10 default: '0'
11 hide: none
12
13inputs:
14- domain: message
15 id: in
16
17outputs:
18- domain: message
19 id: out
20 optional: true
21
22templates:
23 imports: import grgsm
24 make: grgsm.burst_timeslot_filter(${timeslot})
25
26documentation: |-
27 This block forwards only bursts in the timeslot given by the parameter
28
29file_format: 1