From 1e17c4fb0a77dcee49a7cd566dca7e8f48f6d8e7 Mon Sep 17 00:00:00 2001 From: Eric Wild Date: Tue, 24 Mar 2020 17:19:27 +0100 Subject: osmo-trx-ipc This adds a IPC backend that uses shared memory interface to communicate with (proprietary) devices. Requires config file option dev-args ipc_msock=/path/to/socket to specify the master socket the ipc backend should connect to. If UHD is avaialble the ipc-driver-test tool can be used to test the backend with a uhd device, this was so far only tested with a b2xx. Change-Id: Ice63d3499026293ade8aad675ff7a883bcdd5756 --- Transceiver52M/device/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Transceiver52M/device/Makefile.am') diff --git a/Transceiver52M/device/Makefile.am b/Transceiver52M/device/Makefile.am index 369e877..93ba7e3 100644 --- a/Transceiver52M/device/Makefile.am +++ b/Transceiver52M/device/Makefile.am @@ -2,6 +2,10 @@ include $(top_srcdir)/Makefile.common SUBDIRS = common +if DEVICE_IPC +SUBDIRS += ipc +endif + if DEVICE_USRP1 SUBDIRS += usrp1 endif -- cgit v1.2.3