blob: 21e87d85214a3ed5ea363894b9e1404c62c0abef [file] [log] [blame]
Vasil Velichkov14ea82d2019-08-28 18:46:34 +00001# auto-generated by grc.converter
2
3id: gsm_bcch_ccch_demapper
4label: BCCH + CCCH Demapper
5
6parameters:
7- id: timeslot_nr
8 label: timeslot_nr
9 dtype: raw
10 default: '0'
11
12inputs:
13- domain: message
14 id: bursts
15 optional: true
16
17outputs:
18- domain: message
19 id: bursts
20 optional: true
21
22templates:
23 imports: import grgsm
24 make: |-
25 grgsm.gsm_bcch_ccch_demapper(
26 timeslot_nr=${timeslot_nr},
27 )
28 callbacks:
29 - set_timeslot_nr(${timeslot_nr})
30
31documentation: |-
32 Piotr Krysik
33 Demapper for BCCH + CCCH control channels. This corresponds to channel combination iv specified in GSM 05.02, section 6.4
34
35file_format: 1