aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric <ewild@sysmocom.de>2020-07-27 00:08:15 +0200
committerEric <ewild@sysmocom.de>2020-08-26 17:35:18 +0200
commitc03b7e04ee5f26acac37253ff2cfc151de71d986 (patch)
treeeb4d3f8a4ce7d7be4880a74123b26231e2bb3acd
parentbf64d887a8a947ef45143f9f68fc4ad9483fa449 (diff)
ipc: fix driver test restartewild/next
-rw-r--r--Transceiver52M/device/ipc/ipc-driver-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Transceiver52M/device/ipc/ipc-driver-test.c b/Transceiver52M/device/ipc/ipc-driver-test.c
index b076194..d71140d 100644
--- a/Transceiver52M/device/ipc/ipc-driver-test.c
+++ b/Transceiver52M/device/ipc/ipc-driver-test.c
@@ -285,9 +285,10 @@ int ipc_rx_chan_start_req(struct ipc_sk_chan_if_op_void *req, uint8_t chan_nr)
struct ipc_sk_chan_if *ipc_prim;
int rc = 0;
+ rc = uhdwrap_start(global_dev, chan_nr);
+
/* no per-chan start/stop */
if(!dl_running || !ul_running) {
- rc = uhdwrap_start(global_dev, chan_nr);
/* chan != first chan start will "fail", which is fine, usrp can't start/stop chans independently */
if(rc) {