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" --- lib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 60758a1..9ca7b88 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -71,7 +71,6 @@ add_subdirectory(misc_utils) add_subdirectory(qa_utils) add_subdirectory(receiver) add_subdirectory(transmitter) -add_subdirectory(trx_interface) ######################################################################## # Setup library -- cgit v1.2.3