blob: 680c41ff007db5d92b23bd998d221f0a8269840f [file] [log] [blame]
piotr437f5462014-02-04 17:57:25 +01001# 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
20########################################################################
21# Setup library
22########################################################################
23include(GrPlatform) #define LIB_SUFFIX
24
ptrkrysik18b631e2014-12-15 09:09:18 +010025include_directories(${Boost_INCLUDE_DIR} receiver)
piotr437f5462014-02-04 17:57:25 +010026link_directories(${Boost_LIBRARY_DIRS})
ptrkrysika25b8302015-05-08 08:59:17 +020027list(APPEND grgsm_sources
piotr7f3f3662014-07-08 16:47:53 +020028 receiver/receiver_impl.cc
Roman Khassraf8851d662015-06-07 16:42:37 +020029 receiver/receiver_config.cc
30 receiver/viterbi_detector.cc
piotr501c51e2014-07-08 23:24:07 +020031 receiver/sch.c
ptrkrysikf8c7e832015-04-04 12:28:20 +020032 receiver/clock_offset_control_impl.cc
rpp4f0f3b52015-06-10 10:23:30 +020033 receiver/cx_channel_hopper_impl.cc
ptrkrysik6dded652014-11-19 11:32:05 +010034 demapping/universal_ctrl_chans_demapper_impl.cc
Roman Khassraffb6bc502015-04-14 15:44:40 +020035 demapping/tch_f_chans_demapper_impl.cc
piotrfaacc722014-07-20 23:48:32 +020036 decoding/control_channels_decoder_impl.cc
37 decoding/cch.c
38 decoding/fire_crc.c
Roman Khassraf059bab92015-05-20 12:49:46 +020039 decoding/tch_f_decoder_impl.cc
Roman Khassrafd38206c2015-06-07 16:26:29 +020040 decoding/AmrCoder.cpp
Roman Khassraf059bab92015-05-20 12:49:46 +020041 decoding/BitVector.cpp
42 decoding/GSM610Tables.cpp
43 decoding/GSM660Tables.cpp
Roman Khassrafd38206c2015-06-07 16:26:29 +020044 decoding/GSM503Tables.cpp
Roman Khassrafd71e6582015-06-02 08:49:12 +020045 decoding/ViterbiR204.cpp
Roman Khassrafdbc3a502015-08-03 23:20:20 +020046 flow_control/burst_timeslot_splitter_impl.cc
Roman Khassrafa1eb1882015-08-05 12:30:29 +020047 flow_control/burst_sdcch_subslot_splitter_impl.cc
Roman Khassrafd7e3eec2015-08-06 11:54:22 +020048 flow_control/burst_timeslot_filter_impl.cc
Roman Khassraf8b64d872015-08-06 17:30:04 +020049 flow_control/burst_sdcch_subslot_filter_impl.cc
Roman Khassraf8e3b0ec2015-08-04 11:16:04 +020050 flow_control/burst_fnr_filter_impl.cc
Roman Khassraf7cccb522015-08-04 12:26:54 +020051 flow_control/dummy_burst_filter_impl.cc
Piotr Krysika3405b22016-08-30 21:31:24 +020052 flow_control/uplink_downlink_splitter_impl.cc
Roman Khassraf98581a82017-01-11 12:50:38 +010053 misc_utils/collect_system_info_impl.cc
piotr4089c1a2014-08-06 14:10:56 +020054 misc_utils/controlled_rotator_cc_impl.cc
Piotr Krysik74c4f2c2016-07-15 13:12:46 +020055 misc_utils/controlled_fractional_resampler_cc_impl.cc
56 misc_utils/msg_to_tag_impl.cc
piotr4089c1a2014-08-06 14:10:56 +020057 misc_utils/message_printer_impl.cc
ptrkrysikdd700c12015-01-15 11:47:38 +010058 misc_utils/tmsi_dumper_impl.cc
Roman Khassraf1c3419e2015-08-03 10:58:57 +020059 misc_utils/burst_file_sink_impl.cc
60 misc_utils/burst_file_source_impl.cc
Roman Khassrafc3234542015-08-03 16:17:46 +020061 misc_utils/message_file_sink_impl.cc
Piotr Krysik74c4f2c2016-07-15 13:12:46 +020062 misc_utils/message_file_source_impl.cc
63 misc_utils/bursts_printer_impl.cc
64 misc_utils/extract_system_info_impl.cc
65 misc_utils/extract_immediate_assignment_impl.cc
Roman Khassrafe5ddab32016-12-04 16:19:40 +010066 misc_utils/extract_cmc_impl.cc
Roman Khassraf1ce44692015-08-03 11:16:10 +020067 qa_utils/burst_sink_impl.cc
68 qa_utils/burst_source_impl.cc
Roman Khassrafb8f49092015-08-03 10:08:18 +020069 qa_utils/message_source_impl.cc
70 qa_utils/message_sink_impl.cc
71 decryption/decryption_impl.cc
72)
piotr437f5462014-02-04 17:57:25 +010073
piotr437f5462014-02-04 17:57:25 +010074
Piotr Krysik8722be52016-02-19 15:22:51 +010075add_library(grgsm SHARED ${grgsm_sources})
Piotr Krysik4a1ca982016-07-15 13:39:19 +020076target_link_libraries(grgsm ${Boost_LIBRARIES} ${GNURADIO_ALL_LIBRARIES} ${VOLK_LIBRARIES} ${LIBOSMOCORE_LIBRARIES}
ptrkrysik30f39452014-12-05 18:25:58 +010077# libraries required by plotting.h - have troubles to be installed by pybombs
78# boost_iostreams
79# boost_system
80# boost_filesystem
piotr3f1ea812014-04-17 10:56:08 +020081)
Piotr Krysik0fdbfdd2016-02-19 19:33:17 +010082set_target_properties(grgsm PROPERTIES DEFINE_SYMBOL "grgsm_EXPORTS")
piotr437f5462014-02-04 17:57:25 +010083
84########################################################################
85# Install built library files
86########################################################################
Piotr Krysik8722be52016-02-19 15:22:51 +010087install(TARGETS grgsm
piotr437f5462014-02-04 17:57:25 +010088 LIBRARY DESTINATION lib${LIB_SUFFIX} # .so/.dylib file
89 ARCHIVE DESTINATION lib${LIB_SUFFIX} # .lib file
90 RUNTIME DESTINATION bin # .dll file
91)
92
93########################################################################
94# Build and register unit test
95########################################################################
piotr7f3f3662014-07-08 16:47:53 +020096#include(GrTest)
piotr437f5462014-02-04 17:57:25 +010097
piotr7f3f3662014-07-08 16:47:53 +020098#include_directories(${CPPUNIT_INCLUDE_DIRS})
piotr437f5462014-02-04 17:57:25 +010099
ptrkrysika25b8302015-05-08 08:59:17 +0200100#list(APPEND test_grgsm_sources
piotr7f3f3662014-07-08 16:47:53 +0200101# ${CMAKE_CURRENT_SOURCE_DIR}/test_gsm.cc
102# ${CMAKE_CURRENT_SOURCE_DIR}/qa_gsm.cc
103# ${CMAKE_CURRENT_SOURCE_DIR}/qa_receiver.cc
104#)
piotr437f5462014-02-04 17:57:25 +0100105
ptrkrysika25b8302015-05-08 08:59:17 +0200106#add_executable(test-gsm ${test_grgsm_sources})
piotr437f5462014-02-04 17:57:25 +0100107
piotr7f3f3662014-07-08 16:47:53 +0200108#target_link_libraries(
109# test-gsm
110# ${GNURADIO_RUNTIME_LIBRARIES}
111# ${Boost_LIBRARIES}
112# ${CPPUNIT_LIBRARIES}
Piotr Krysik8722be52016-02-19 15:22:51 +0100113# grgsm
piotr7f3f3662014-07-08 16:47:53 +0200114#)
piotr437f5462014-02-04 17:57:25 +0100115
piotr7f3f3662014-07-08 16:47:53 +0200116#GR_ADD_TEST(test_gsm test-gsm)