From e601c366bd179f908d4f34da9fe535c2606cac32 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 17 Oct 2017 08:24:25 +0700 Subject: Refactor the 'TRX Burst Interface' block The following changes were made: - Both implementation and headers were merged with misc_utils - Fixed namespace mess: was gr::grgsm, became gr::gsm - More accurate class name was chosen: "trx_burst_if" --- include/grgsm/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'include/grgsm/CMakeLists.txt') diff --git a/include/grgsm/CMakeLists.txt b/include/grgsm/CMakeLists.txt index 59034dc..0b58018 100644 --- a/include/grgsm/CMakeLists.txt +++ b/include/grgsm/CMakeLists.txt @@ -36,4 +36,3 @@ add_subdirectory(misc_utils) add_subdirectory(qa_utils) add_subdirectory(flow_control) add_subdirectory(transmitter) -add_subdirectory(trx_interface) -- cgit v1.2.3