blob: bad53e6eb906382e4659298965c3a99a96de6be6 [file] [log] [blame]
piotr4e65be92014-04-17 09:56:57 +02001# Copyright 2011,2012 Free Software Foundation, Inc.
2#
3# This file is part of GNU Radio
4#
5# GNU Radio is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3, or (at your option)
8# any later version.
9#
10# GNU Radio is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with GNU Radio; see the file COPYING. If not, write to
17# the Free Software Foundation, Inc., 51 Franklin Street,
18# Boston, MA 02110-1301, USA.
19
piotr4e65be92014-04-17 09:56:57 +020020install(FILES
ptrkrysik18b631e2014-12-15 09:09:18 +010021 gsm_extract_system_info.xml
Roman Khassraf5bd14f22015-06-24 17:59:13 +020022 gsm_extract_immediate_assignment.xml
Roman Khassraf98581a82017-01-11 12:50:38 +010023 gsm_collect_system_info.xml
Roman Khassrafe5ddab32016-12-04 16:19:40 +010024 gsm_extract_cmc.xml
Piotr Krysikc097ce72018-03-05 13:16:32 +010025 gsm_extract_assignment_cmd.xml
ptrkrysik18b631e2014-12-15 09:09:18 +010026 gsm_controlled_rotator_cc.xml
ptrkrysik18b631e2014-12-15 09:09:18 +010027 gsm_message_printer.xml
ptrkrysik3b776542015-01-03 00:06:39 +010028 gsm_bursts_printer.xml
Piotr Krysik09826732016-07-15 13:14:24 +020029 gsm_clock_offset_corrector_tagged.xml
Roman Khassraf462fa452015-07-20 17:46:52 +020030 gsm_tmsi_dumper.xml
Roman Khassraf1c3419e2015-08-03 10:58:57 +020031 gsm_burst_file_sink.xml
Roman Khassrafe91edbd2015-08-05 13:23:38 +020032 gsm_burst_file_source.xml
Roman Khassrafc3234542015-08-03 16:17:46 +020033 gsm_message_file_sink.xml
Piotr Krysik74c4f2c2016-07-15 13:12:46 +020034 gsm_message_file_source.xml
35 gsm_msg_to_tag.xml
Piotr Krysik8d7b64d2017-11-08 14:34:02 +010036 gsm_controlled_fractional_resampler_cc.xml
37 gsm_burst_to_fn_time.xml
38 DESTINATION share/gnuradio/grc/blocks
piotr4e65be92014-04-17 09:56:57 +020039)